summaryrefslogtreecommitdiff
path: root/libc/unistd/Makefile
AgeCommit message (Expand)Author
2005-11-21Remove TOPDIRPeter S. Mazinger
2005-10-29Replace all Makefiles for new build infrastucturePeter S. Mazinger
2005-10-12Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger
2005-10-05oops, missed a spotEric Andersen
2005-10-04Do not stub out functions for mmu-less systems. Hide allEric Andersen
2005-01-25merge parallel build supportMike Frysinger
2004-10-07Add ualarm.cEric Andersen
2004-01-16s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen
2004-01-12Oops... Seems I forgot an else...Manuel Novoa III
2004-01-02Redo the exec functions to comply with SUSv3.Manuel Novoa III
2003-11-05Rip the guts out of the dynamically generated sysconf.c, and live with a simpleEric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-09-08Add back in table-less ctype funcs for those interested in minimizingManuel Novoa III
2002-12-04Change some variable names so we are more consistant with whatEric Andersen
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-09-19Add SUSv3 function getsubopt.Manuel Novoa III
2002-08-07rework getopt. no read need to split this one up sinceEric Andersen
2002-06-18Cleanup the getcwd implementation (again) since I broke itEric Andersen
2002-06-09Oops. Forgot to check this in. Thanks Martin Volf for noticingEric Andersen
2002-04-11Fixed broken shell syntax.David McCullough
2002-04-03Add the xopen swab() function, contributed by Kensuke Otake <kensuke@phreaker...Eric Andersen
2002-01-09Be more carefull about erroring out of shell fragments. Try toEric Andersen
2002-01-03Make getopt act the same regardless whether the app was staticly linkedEric Andersen
2002-01-02Fix usleep to work correctly. Fix sleep behavior in theEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-11-20Fix up pathconf and friend so that test suits can workEric Andersen
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen
2001-05-10Oops. Forgot the makefile updatesEric Andersen
2001-04-23Only compile in daemon() if the target has an MMU.Eric Andersen
2001-04-20Add missing header file for daemon.c, add missing functions into unistd.h.Eric Andersen
2001-04-03Add in daemon.c, now used by busybox.Eric Andersen
2001-03-20Add missed dependency. TODO: Should build gen_sysconf when cross-compiling.Manuel Novoa III
2001-03-20I think this fixes the dependancy problems. Manuel, can youEric Andersen
2001-03-05Patch from Jean-Yves Avenard to move the getopt globals to theirEric Andersen
2001-01-29The rules to build sysconf_$(TARGET_ARCH).c were broken when crossDavid McCullough
2001-01-29DIRS was not set in this makefile and could be inherited from theDavid McCullough
2001-01-27Enable auto-generation of a size-optimized sysconf function (saves .5k on i386).Manuel Novoa III
2001-01-11A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen
2000-12-23Move stuff out if pwd_gep that doesn't belong there (getpass, utmp stuff)Eric Andersen
2000-11-04Fix doc blunder.Eric Andersen
2000-11-04Make spelling of uClibc be consistant.Eric Andersen
2000-11-04More cleanups. Fix things so tinylogin compiles.Eric Andersen
2000-10-20Strip all object files of all non global symbols and .note andEric Andersen
2000-10-12Makefile updateEric Andersen
2000-10-11Finish reorganizing things. At least I think I've finished.Eric Andersen