summaryrefslogtreecommitdiff
path: root/libc/unistd
AgeCommit message (Expand)Author
2005-11-21Remove TOPDIRPeter S. Mazinger
2005-11-01Only because of multi sources I had to touch up these and add code duplicationPeter S. Mazinger
2005-11-01Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger
2005-10-29Replace all Makefiles for new build infrastucturePeter S. Mazinger
2005-10-25All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter 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-09-21include headers only if the related option is enabledPeter S. Mazinger
2005-01-25merge parallel build supportMike Frysinger
2004-12-22Make certain that the prototype for fgets_unlocked is definedEric Andersen
2004-10-07Add ualarm.cEric Andersen
2004-10-07implement SuSv3 required ualarm()Eric Andersen
2004-07-15Cleanup a few of the more egregiously broken sysconf values toEric Andersen
2004-02-17Sigh... Fall back to alloca() if munmap is broken (uClinux).Manuel Novoa III
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-12-30Make sleep behave itself properly inthe presence of SIGCHLDEric Andersen
2003-12-22oopsEric Andersen
2003-12-22implement the worthless cuserid() function we claim to support.Eric Andersen
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
2003-08-01Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III
2003-05-14Sleep was returning the wrong value because:David McCullough
2002-12-04Change some variable names so we are more consistant with whatEric Andersen
2002-12-04For now, always claim we have exactly one cpu. It shouldEric Andersen
2002-11-21Oops. As Pavel Roskin notes, I forgot to conditionally includeEric Andersen
2002-11-20Rework usershell.c, as the old one was packed full of unhandledEric Andersen
2002-11-15Patch from Luc Van Oostenryck to fix a buffer overflowEric 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-08Avoid bad things happening on macro expansion...Eric Andersen
2002-08-07rework getopt. no read need to split this one up sinceEric Andersen
2002-07-15Clean up CLK_TCK situation. clock() and sysconf() now use anManuel Novoa III
2002-06-18Cleanup the getcwd implementation (again) since I broke itEric Andersen
2002-06-18Eliminate all the pointless globals from getcwd(). DefaultEric Andersen
2002-06-15Prevent buffer overflowEric Andersen
2002-06-09Oops. Forgot to check this in. Thanks Martin Volf for noticingEric Andersen
2002-05-31Patch from Robert Griebl <griebl@gmx.de> to supportEric Andersen
2002-04-11Fixed broken shell syntax.David McCullough
2002-04-09Only set no buffering if we opened the file. Also, don't bother restoringManuel Novoa III
2002-04-09Per discussion on the mailing list, fix getpass properly.Eric Andersen
2002-04-06Faster implementation from Miles BaderEric Andersen
2002-04-05Patch from Axel Barnitzke <barney@xkontor.com> to fixupEric Andersen
2002-04-03Add the xopen swab() function, contributed by Kensuke Otake <kensuke@phreaker...Eric Andersen
2002-01-11Fix indentingEric 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