Age | Commit message (Expand) | Author |
2005-11-01 | Only because of multi sources I had to touch up these and add code duplication | Peter S. Mazinger |
2005-11-01 | Remove last unused references to libc-a-pic-, we use only the lists in libc-a... | Peter S. Mazinger |
2005-10-29 | Replace all Makefiles for new build infrastucture | Peter S. Mazinger |
2005-10-25 | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger |
2005-10-12 | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger |
2005-10-05 | oops, missed a spot | Eric Andersen |
2005-10-04 | Do not stub out functions for mmu-less systems. Hide all | Eric Andersen |
2005-09-21 | include headers only if the related option is enabled | Peter S. Mazinger |
2005-01-25 | merge parallel build support | Mike Frysinger |
2004-12-22 | Make certain that the prototype for fgets_unlocked is defined | Eric Andersen |
2004-10-07 | Add ualarm.c | Eric Andersen |
2004-10-07 | implement SuSv3 required ualarm() | Eric Andersen |
2004-07-15 | Cleanup a few of the more egregiously broken sysconf values to | Eric Andersen |
2004-02-17 | Sigh... Fall back to alloca() if munmap is broken (uClinux). | Manuel Novoa III |
2004-01-16 | s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g | Eric Andersen |
2004-01-12 | Oops... Seems I forgot an else... | Manuel Novoa III |
2004-01-02 | Redo the exec functions to comply with SUSv3. | Manuel Novoa III |
2003-12-30 | Make sleep behave itself properly inthe presence of SIGCHLD | Eric Andersen |
2003-12-22 | oops | Eric Andersen |
2003-12-22 | implement the worthless cuserid() function we claim to support. | Eric Andersen |
2003-11-05 | Rip the guts out of the dynamically generated sysconf.c, and live with a simple | Eric Andersen |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-09-08 | Add back in table-less ctype funcs for those interested in minimizing | Manuel Novoa III |
2003-08-01 | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III |
2003-05-14 | Sleep was returning the wrong value because: | David McCullough |
2002-12-04 | Change some variable names so we are more consistant with what | Eric Andersen |
2002-12-04 | For now, always claim we have exactly one cpu. It should | Eric Andersen |
2002-11-21 | Oops. As Pavel Roskin notes, I forgot to conditionally include | Eric Andersen |
2002-11-20 | Rework usershell.c, as the old one was packed full of unhandled | Eric Andersen |
2002-11-15 | Patch from Luc Van Oostenryck to fix a buffer overflow | Eric Andersen |
2002-10-31 | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen |
2002-09-19 | Add SUSv3 function getsubopt. | Manuel Novoa III |
2002-08-08 | Avoid bad things happening on macro expansion... | Eric Andersen |
2002-08-07 | rework getopt. no read need to split this one up since | Eric Andersen |
2002-07-15 | Clean up CLK_TCK situation. clock() and sysconf() now use an | Manuel Novoa III |
2002-06-18 | Cleanup the getcwd implementation (again) since I broke it | Eric Andersen |
2002-06-18 | Eliminate all the pointless globals from getcwd(). Default | Eric Andersen |
2002-06-15 | Prevent buffer overflow | Eric Andersen |
2002-06-09 | Oops. Forgot to check this in. Thanks Martin Volf for noticing | Eric Andersen |
2002-05-31 | Patch from Robert Griebl <griebl@gmx.de> to support | Eric Andersen |
2002-04-11 | Fixed broken shell syntax. | David McCullough |
2002-04-09 | Only set no buffering if we opened the file. Also, don't bother restoring | Manuel Novoa III |
2002-04-09 | Per discussion on the mailing list, fix getpass properly. | Eric Andersen |
2002-04-06 | Faster implementation from Miles Bader | Eric Andersen |
2002-04-05 | Patch from Axel Barnitzke <barney@xkontor.com> to fixup | Eric Andersen |
2002-04-03 | Add the xopen swab() function, contributed by Kensuke Otake <kensuke@phreaker... | Eric Andersen |
2002-01-11 | Fix indenting | Eric Andersen |
2002-01-09 | Be more carefull about erroring out of shell fragments. Try to | Eric Andersen |
2002-01-03 | Make getopt act the same regardless whether the app was staticly linked | Eric Andersen |
2002-01-02 | Take the shorcut version, which is good enough for | Eric Andersen |