Peter S. Mazinger
|
ba31c6c463
Remove TOPDIR
|
19 years ago |
Peter S. Mazinger
|
e6aa37afc9
Replace all Makefiles for new build infrastucture
|
19 years ago |
Peter S. Mazinger
|
3a7ac9c7a7
Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much.
|
19 years ago |
Eric Andersen
|
553fae32d3
oops, missed a spot
|
19 years ago |
Eric Andersen
|
977216264f
Do not stub out functions for mmu-less systems. Hide all
|
19 years ago |
Mike Frysinger
|
130697527b
merge parallel build support
|
20 years ago |
Eric Andersen
|
1b0ea2fab7
Add ualarm.c
|
20 years ago |
Eric Andersen
|
338237994a
s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g
|
21 years ago |
Manuel Novoa III
|
9f54b1285b
Oops... Seems I forgot an else...
|
21 years ago |
Manuel Novoa III
|
400e6fc264
Redo the exec functions to comply with SUSv3.
|
21 years ago |
Eric Andersen
|
ae5a2970ef
Rip the guts out of the dynamically generated sysconf.c, and live with a simple
|
21 years ago |
Eric Andersen
|
dd3fb0f8c1
Peter Kjellerstedt writes:
|
21 years ago |
Manuel Novoa III
|
f223985456
Add back in table-less ctype funcs for those interested in minimizing
|
21 years ago |
Eric Andersen
|
8fc69335e9
Change some variable names so we are more consistant with what
|
22 years ago |
Eric Andersen
|
6737908f74
Ok, this commit is _huge_ and its gonna change the world. I've
|
22 years ago |
Manuel Novoa III
|
c547e924ad
Add SUSv3 function getsubopt.
|
22 years ago |
Eric Andersen
|
8cea9a34c6
rework getopt. no read need to split this one up since
|
22 years ago |
Eric Andersen
|
b8d09d7cfc
Cleanup the getcwd implementation (again) since I broke it
|
22 years ago |
Eric Andersen
|
257573b929
Oops. Forgot to check this in. Thanks Martin Volf for noticing
|
22 years ago |
David McCullough
|
4977126b1c
|
22 years ago |
Eric Andersen
|
beca89d99a
Add the xopen swab() function, contributed by Kensuke Otake <kensuke@phreaker.net>
|
22 years ago |
Eric Andersen
|
f605da2fb6
Be more carefull about erroring out of shell fragments. Try to
|
23 years ago |
Eric Andersen
|
24e8f0ec75
Make getopt act the same regardless whether the app was staticly linked
|
23 years ago |
Eric Andersen
|
5572db65ce
Fix usleep to work correctly. Fix sleep behavior in the
|
23 years ago |
Eric Andersen
|
5a65349824
Update my email address. I am no longer andersen@lineo.com
|
23 years ago |
Eric Andersen
|
61349a4cef
Fix up pathconf and friend so that test suits can work
|
23 years ago |
Eric Andersen
|
f0da4aa1d8
Ok, this should finish off my massive ro-organization. The source
|
23 years ago |
Eric Andersen
|
887a0c51a3
Oops. Forgot the makefile updates
|
23 years ago |
Eric Andersen
|
c4a3f3f81e
Only compile in daemon() if the target has an MMU.
|
23 years ago |
Eric Andersen
|
e89dc919b2
Add missing header file for daemon.c, add missing functions into unistd.h.
|
23 years ago |