| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fix anon password | Eric Andersen | 2002-03-21 | 2 | -4/+2 |
* | Alphabetize | Eric Andersen | 2002-03-21 | 1 | -31/+31 |
* | Update TODO list for next release | Eric Andersen | 2002-03-21 | 1 | -30/+16 |
* | Bump up version number | Eric Andersen | 2002-03-21 | 1 | -1/+1 |
* | Support getttyent and friends so ncurses will compile | Eric Andersen | 2002-03-21 | 3 | -1/+238 |
* | Compile in flockfile and friends by default | Eric Andersen | 2002-03-21 | 2 | -1/+9 |
* | Update Changelog in preparation for a release. | Eric Andersen | 2002-03-21 | 2 | -0/+834 |
* | Patch from Bart Visscher <magick@Linux-Fan.com> fixing some | Eric Andersen | 2002-03-20 | 1 | -1/+3 |
* | Doh! search-n-replace bites again | Eric Andersen | 2002-03-20 | 1 | -5/+5 |
* | Fix compile problem when ASSUME_DEVPTS=false | Eric Andersen | 2002-03-20 | 1 | -0/+2 |
* | s/off_t/__off_t/g | Eric Andersen | 2002-03-20 | 1 | -15/+15 |
* | Attempt to follow symlinks if possible, and use that directory | Eric Andersen | 2002-03-20 | 1 | -1/+16 |
* | Prevent uninitialized use | Eric Andersen | 2002-03-19 | 2 | -2/+2 |
* | Initial mips ldso porting effort from Steven J. Hill. Not yet | Eric Andersen | 2002-03-19 | 5 | -0/+448 |