| Commit message (Expand) | Author | Age | Files | Lines |
* | Big fricking merge from trunk. | "Steven J. Hill" | 2006-01-07 | 5 | -10/+17 |
* | Bring in sleep.c from trunk and update change sigaction.c for MIPS | "Steven J. Hill" | 2005-12-10 | 1 | -2/+6 |
* | Merge from trunk. | "Steven J. Hill" | 2005-12-10 | 6 | -2/+8 |
* | NPTL changes for signal handling, getpid, sleep, raise and a few things | "Steven J. Hill" | 2005-12-08 | 1 | -0/+4 |
* | Fix 'sigaction' for NPTL and other thread models. | "Steven J. Hill" | 2005-12-08 | 1 | -2/+0 |
* | Merge from trunk. | "Steven J. Hill" | 2005-12-08 | 2 | -0/+5 |
* | Big merge from trunk. Stop the madness! | "Steven J. Hill" | 2005-12-06 | 8 | -10/+25 |
* | Merge from trunk. | "Steven J. Hill" | 2005-12-02 | 12 | -109/+50 |
* | Massive merge from trunk. | "Steven J. Hill" | 2005-11-17 | 1 | -2/+4 |
* | Copy from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -0/+51 |
* | Sync with trunk. | "Steven J. Hill" | 2005-10-06 | 2 | -7/+4 |
* | Big sync with trunk. | "Steven J. Hill" | 2005-09-24 | 2 | -0/+5 |
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -4/+4 |
* | Make certain that the prototype for fgets_unlocked is defined | Eric Andersen | 2004-12-22 | 1 | -0/+1 |
* | Add ualarm.c | Eric Andersen | 2004-10-07 | 1 | -1/+1 |
* | implement SuSv3 required ualarm() | Eric Andersen | 2004-10-07 | 1 | -0/+19 |
* | Cleanup a few of the more egregiously broken sysconf values to | Eric Andersen | 2004-07-15 | 1 | -31/+15 |
* | Sigh... Fall back to alloca() if munmap is broken (uClinux). | Manuel Novoa III | 2004-02-17 | 1 | -8/+6 |
* | s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g | Eric Andersen | 2004-01-16 | 3 | -4/+4 |
* | Oops... Seems I forgot an else... | Manuel Novoa III | 2004-01-12 | 1 | -0/+1 |
* | Redo the exec functions to comply with SUSv3. | Manuel Novoa III | 2004-01-02 | 8 | -208/+332 |
* | Make sleep behave itself properly inthe presence of SIGCHLD | Eric Andersen | 2003-12-30 | 2 | -11/+8 |
* | oops | Eric Andersen | 2003-12-22 | 1 | -1/+1 |
* | implement the worthless cuserid() function we claim to support. | Eric Andersen | 2003-12-22 | 1 | -0/+8 |
* | Rip the guts out of the dynamically generated sysconf.c, and live with a simple | Eric Andersen | 2003-11-05 | 3 | -221/+4 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -1/+1 |
* | Add back in table-less ctype funcs for those interested in minimizing | Manuel Novoa III | 2003-09-08 | 2 | -1/+139 |
* | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III | 2003-08-01 | 1 | -0/+6 |
* | Sleep was returning the wrong value because: | David McCullough | 2003-05-14 | 1 | -2/+4 |
* | Change some variable names so we are more consistant with what | Eric Andersen | 2002-12-04 | 1 | -7/+7 |
* | For now, always claim we have exactly one cpu. It should | Eric Andersen | 2002-12-04 | 1 | -2/+4 |
* | Oops. As Pavel Roskin notes, I forgot to conditionally include | Eric Andersen | 2002-11-21 | 1 | -0/+2 |
* | Rework usershell.c, as the old one was packed full of unhandled | Eric Andersen | 2002-11-20 | 1 | -43/+114 |
* | Patch from Luc Van Oostenryck to fix a buffer overflow | Eric Andersen | 2002-11-15 | 1 | -1/+1 |
* | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | 2002-10-31 | 4 | -3/+8 |
* | Add SUSv3 function getsubopt. | Manuel Novoa III | 2002-09-19 | 2 | -1/+73 |
* | Avoid bad things happening on macro expansion... | Eric Andersen | 2002-08-08 | 1 | -2/+7 |
* | rework getopt. no read need to split this one up since | Eric Andersen | 2002-08-07 | 2 | -583/+502 |
* | Clean up CLK_TCK situation. clock() and sysconf() now use an | Manuel Novoa III | 2002-07-15 | 1 | -4/+5 |
* | Cleanup the getcwd implementation (again) since I broke it | Eric Andersen | 2002-06-18 | 2 | -132/+1 |
* | Eliminate all the pointless globals from getcwd(). Default | Eric Andersen | 2002-06-18 | 1 | -69/+65 |
* | Prevent buffer overflow | Eric Andersen | 2002-06-15 | 1 | -6/+7 |
* | Oops. Forgot to check this in. Thanks Martin Volf for noticing | Eric Andersen | 2002-06-09 | 1 | -1/+1 |
* | Patch from Robert Griebl <griebl@gmx.de> to support | Eric Andersen | 2002-05-31 | 1 | -0/+63 |
* | Fixed broken shell syntax. | David McCullough | 2002-04-11 | 1 | -1/+1 |
* | Only set no buffering if we opened the file. Also, don't bother restoring | Manuel Novoa III | 2002-04-09 | 1 | -4/+5 |
* | Per discussion on the mailing list, fix getpass properly. | Eric Andersen | 2002-04-09 | 1 | -2/+7 |
* | Faster implementation from Miles Bader | Eric Andersen | 2002-04-06 | 1 | -13/+13 |
* | Patch from Axel Barnitzke <barney@xkontor.com> to fixup | Eric Andersen | 2002-04-05 | 1 | -2/+2 |
* | Add the xopen swab() function, contributed by Kensuke Otake <kensuke@phreaker... | Eric Andersen | 2002-04-03 | 2 | -1/+19 |