| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Teach initfini to build properly on arches where gcc tries to be | Eric Andersen | 2002-04-03 | 2 | -0/+18 |
* | Revert this file back to where it was so m68k can compile again. | Eric Andersen | 2002-04-03 | 1 | -25/+22 |
* | A ton of updates from Dwayne Fontenot <fontenot@jacques.activebuddy.com>. | Eric Andersen | 2002-04-03 | 1 | -7/+130 |
* | Richard June <rjune@bravegnuworld.com> noticed that pututline | Eric Andersen | 2002-04-03 | 1 | -6/+4 |
* | Patch from Jim Treadway <jim@stardot-tech.com> to eliminate | Eric Andersen | 2002-04-03 | 1 | -22/+12 |
* | Richard June <rjune@bravegnuworld.com> noticed that setutent | Eric Andersen | 2002-04-03 | 1 | -1/+1 |
* | Since pthreads work on powerpc, at least mention the option. | Eric Andersen | 2002-04-03 | 1 | -0/+4 |
* | Add the xopen swab() function, contributed by Kensuke Otake <kensuke@phreaker... | Eric Andersen | 2002-04-03 | 2 | -1/+19 |
* | Be certain that | Eric Andersen | 2002-04-03 | 1 | -1/+7 |
* | Doh! I forgot to commit this... | Eric Andersen | 2002-04-03 | 1 | -3/+3 |
* | Adjust beinning | Eric Andersen | 2002-04-03 | 1 | -2/+1 |
* | run dos2unix on these files | Eric Andersen | 2002-04-03 | 15 | -9774/+9774 |
* | Run dos2unix on these files | Eric Andersen | 2002-04-03 | 4 | -11/+11 |
* | Remove gratuitous symlink trashing | Eric Andersen | 2002-04-03 | 1 | -1/+0 |
* | Remove unused variable | Eric Andersen | 2002-04-03 | 1 | -1/+0 |
* | Steven's patch contained a spare SEND_NUMBER_STDERR call that was | Eric Andersen | 2002-04-03 | 1 | -1/+1 |
* | m4@brecis.COM noticed a typing problem with the getuid syscall. OOps. | Eric Andersen | 2002-04-03 | 1 | -1/+1 |
* | Steven J. Hill's latest mips dynamic loader updates | Eric Andersen | 2002-04-02 | 14 | -75/+346 |
* | Doh! This is _still_ wrong. Fix potential buffer overflow. | Eric Andersen | 2002-04-02 | 1 | -4/+4 |
* | Fix an arg promotion handling bug in _do_one_spec for %c reported | Manuel Novoa III | 2002-04-02 | 1 | -2/+9 |
* | Forget to initialize thread locks for fake files. Thanks Erik. | Manuel Novoa III | 2002-04-01 | 2 | -0/+16 |
* | Last bit for old config system | Eric Andersen | 2002-04-01 | 1 | -0/+7 |
* | Remove function declartions from include/features.h, create | Eric Andersen | 2002-04-01 | 10 | -14/+25 |
* | Patches from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix h8300 | Eric Andersen | 2002-04-01 | 9 | -1/+606 |
* | Patch from Miles Bader to fix the spots I'd messed up. | Eric Andersen | 2002-04-01 | 1 | -8/+13 |
* | Add glob64.c, and add support for glob64 when large file is enabled. | Eric Andersen | 2002-03-31 | 3 | -1/+71 |
* | Rework __gen_tempname() to better match glibc, and add mkstemp64(), | Eric Andersen | 2002-03-31 | 10 | -73/+116 |
* | Add support for getrlimit64 and setrlimit64. Fix some problems | Eric Andersen | 2002-03-31 | 5 | -23/+199 |
* | Add in support for ftruncate64 on both ARM and x86 | Eric Andersen | 2002-03-31 | 4 | -2/+46 |
* | More mips support from sjhill | Eric Andersen | 2002-03-29 | 5 | -2/+84 |
* | Add EM_CYGNUS_V850. | Miles Bader | 2002-03-26 | 1 | -1/+5 |
* | Implement sqrtf(), needed for libstdc++ on arm | Eric Andersen | 2002-03-25 | 2 | -1/+47 |
* | Mips config fixes from Steven J. Hill | Eric Andersen | 2002-03-25 | 2 | -2/+10 |
* | Patch from Steven J. Hill to disable __fsetlocking when | Eric Andersen | 2002-03-25 | 1 | -0/+2 |
* | Patch from Steven J. Hill to fix pthreads on mips | Eric Andersen | 2002-03-25 | 1 | -0/+2 |
* | Include our own copy of struct sysinfo to avoid binary compatibility | Eric Andersen | 2002-03-25 | 1 | -2/+18 |
* | It doesn't make sense to supress linking for -i or -r, | Eric Andersen | 2002-03-22 | 1 | -2/+0 |
* | Add in a knob to disable %m support | Eric Andersen | 2002-03-22 | 1 | -0/+12 |
* | Patch from Miles Bader to be less militant when doing a make clean. | Eric Andersen | 2002-03-22 | 1 | -2/+3 |
* | Fix incorrect ordering of -L and -l options, which prevented things | Eric Andersen | 2002-03-22 | 2 | -53/+38 |
* | Remove include file, in case it is broken. We don't need it here. | Eric Andersen | 2002-03-21 | 1 | -2/+0 |
* | Fix grammar | Eric Andersen | 2002-03-21 | 1 | -1/+1 |
* | Update webpage a little bit for clarity | Eric Andersen | 2002-03-21 | 1 | -12/+21 |
* | Add some phony targets0_9_10 | Eric Andersen | 2002-03-21 | 1 | -1/+1 |
* | Put the chdir back, to simplify testing now that scandir | Eric Andersen | 2002-03-21 | 1 | -0/+1 |
* | Always build the utils. Always clean libc/misc, since there is | Eric Andersen | 2002-03-21 | 1 | -1/+7 |
* | Add the ttyent.h header file | Eric Andersen | 2002-03-21 | 1 | -0/+65 |
* | Be kind to robots | Eric Andersen | 2002-03-21 | 1 | -1/+0 |
* | Update the FAQ a little bit | Eric Andersen | 2002-03-21 | 1 | -8/+13 |
* | Update webpage | Eric Andersen | 2002-03-21 | 1 | -6/+24 |