summaryrefslogtreecommitdiffstats
path: root/libc/unistd
Commit message (Expand)AuthorAgeFilesLines
...
* More hiding, including __mempcpyPeter S. Mazinger2005-12-036-7/+13
* Hide mostly used functionsPeter S. Mazinger2005-12-019-32/+32
* Hiding againPeter S. Mazinger2005-11-291-3/+2
* Hide some of mem* and str*Peter S. Mazinger2005-11-271-0/+2
* 100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger2005-11-263-5/+6
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Only because of multi sources I had to touch up these and add code duplicationPeter S. Mazinger2005-11-011-1/+4
* Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger2005-11-011-1/+0
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-50/+8
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+51
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-33/+16
* oops, missed a spotEric Andersen2005-10-051-1/+1
* Do not stub out functions for mmu-less systems. Hide allEric Andersen2005-10-042-6/+3
* include headers only if the related option is enabledPeter S. Mazinger2005-09-212-0/+5
* merge parallel build supportMike Frysinger2005-01-251-4/+4
* Make certain that the prototype for fgets_unlocked is definedEric Andersen2004-12-221-0/+1
* Add ualarm.cEric Andersen2004-10-071-1/+1
* implement SuSv3 required ualarm()Eric Andersen2004-10-071-0/+19
* Cleanup a few of the more egregiously broken sysconf values toEric Andersen2004-07-151-31/+15
* Sigh... Fall back to alloca() if munmap is broken (uClinux).Manuel Novoa III2004-02-171-8/+6
* s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen2004-01-163-4/+4
* Oops... Seems I forgot an else...Manuel Novoa III2004-01-121-0/+1
* Redo the exec functions to comply with SUSv3.Manuel Novoa III2004-01-028-208/+332
* Make sleep behave itself properly inthe presence of SIGCHLDEric Andersen2003-12-302-11/+8
* oopsEric Andersen2003-12-221-1/+1
* implement the worthless cuserid() function we claim to support.Eric Andersen2003-12-221-0/+8
* Rip the guts out of the dynamically generated sysconf.c, and live with a simpleEric Andersen2003-11-053-221/+4
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Add back in table-less ctype funcs for those interested in minimizingManuel Novoa III2003-09-082-1/+139
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-011-0/+6
* Sleep was returning the wrong value because:David McCullough2003-05-141-2/+4
* Change some variable names so we are more consistant with whatEric Andersen2002-12-041-7/+7
* For now, always claim we have exactly one cpu. It shouldEric Andersen2002-12-041-2/+4
* Oops. As Pavel Roskin notes, I forgot to conditionally includeEric Andersen2002-11-211-0/+2
* Rework usershell.c, as the old one was packed full of unhandledEric Andersen2002-11-201-43/+114
* Patch from Luc Van Oostenryck to fix a buffer overflowEric Andersen2002-11-151-1/+1
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-314-3/+8
* Add SUSv3 function getsubopt.Manuel Novoa III2002-09-192-1/+73
* Avoid bad things happening on macro expansion...Eric Andersen2002-08-081-2/+7
* rework getopt. no read need to split this one up sinceEric Andersen2002-08-072-583/+502
* Clean up CLK_TCK situation. clock() and sysconf() now use anManuel Novoa III2002-07-151-4/+5
* Cleanup the getcwd implementation (again) since I broke itEric Andersen2002-06-182-132/+1
* Eliminate all the pointless globals from getcwd(). DefaultEric Andersen2002-06-181-69/+65
* Prevent buffer overflowEric Andersen2002-06-151-6/+7
* Oops. Forgot to check this in. Thanks Martin Volf for noticingEric Andersen2002-06-091-1/+1
* Patch from Robert Griebl <griebl@gmx.de> to supportEric Andersen2002-05-311-0/+63
* Fixed broken shell syntax.David McCullough2002-04-111-1/+1
* Only set no buffering if we opened the file. Also, don't bother restoringManuel Novoa III2002-04-091-4/+5
* Per discussion on the mailing list, fix getpass properly.Eric Andersen2002-04-091-2/+7
* Faster implementation from Miles BaderEric Andersen2002-04-061-13/+13