Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Teach initfini to build properly on arches where gcc tries to be | Eric Andersen | 2002-04-03 | 2 | -0/+18 | |
| | | | | | sneaky behind our back... -Erik | |||||
* | Revert this file back to where it was so m68k can compile again. | Eric Andersen | 2002-04-03 | 1 | -25/+22 | |
| | | | | | Oops. I'd hosed things up for m68k with the header file rework. -Erik | |||||
* | A ton of updates from Dwayne Fontenot <fontenot@jacques.activebuddy.com>. | Eric Andersen | 2002-04-03 | 1 | -7/+130 | |
| | | | | Thanks Dwayne! | |||||
* | Richard June <rjune@bravegnuworld.com> noticed that pututline | Eric Andersen | 2002-04-03 | 1 | -6/+4 | |
| | | | | | | was only writing the first sizeof-a-pointer bytes to the utmp file. oops. -Erik | |||||
* | Patch from Jim Treadway <jim@stardot-tech.com> to eliminate | Eric Andersen | 2002-04-03 | 1 | -22/+12 | |
| | | | | | use of alarm() and therefore SIGARLM in the resolver and to instead use select, which is much cleaner. | |||||
* | Richard June <rjune@bravegnuworld.com> noticed that setutent | Eric Andersen | 2002-04-03 | 1 | -1/+1 | |
| | | | | was only opening utmp readonly. Oops. | |||||
* | 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 ↵ | Eric Andersen | 2002-04-03 | 2 | -1/+19 | |
| | | | | <kensuke@phreaker.net> | |||||
* | 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 | |
| | | | | -Erik | |||||
* | Steven's patch contained a spare SEND_NUMBER_STDERR call that was | Eric Andersen | 2002-04-03 | 1 | -1/+1 | |
| | | | | | spamming us. Kill that. My bad for not spotting that when merging. -Erik | |||||
* | 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 | |
| | | | | -Erik | |||||
* | Fix an arg promotion handling bug in _do_one_spec for %c reported | Manuel Novoa III | 2002-04-02 | 1 | -2/+9 | |
| | | | | by Ilguiz Latypov <ilatypov@superbt.com>. | |||||
* | 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 | |
| | | | | | a separate header file for those, and fixup references. -Erik | |||||
* | Patches from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix h8300 | Eric Andersen | 2002-04-01 | 9 | -1/+606 | |
| | | | | support for pthreads and update for the latest and greatest. | |||||
* | 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 | |
| | | | | -Erik | |||||
* | Rework __gen_tempname() to better match glibc, and add mkstemp64(), | Eric Andersen | 2002-03-31 | 10 | -73/+116 | |
| | | | | | which is needed for busybox ash when using largefile support. -Erik | |||||
* | Add support for getrlimit64 and setrlimit64. Fix some problems | Eric Andersen | 2002-03-31 | 5 | -23/+199 | |
| | | | | | with the getrlimit and setrlimit syscalls. -Erik | |||||
* | Add in support for ftruncate64 on both ARM and x86 | Eric Andersen | 2002-03-31 | 4 | -2/+46 | |
| | | | | -Erik | |||||
* | 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 | |
| | | | | -Erik | |||||
* | 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 | |
| | | | | | threads are disabled. Bug is my fault. oops. -Erik | |||||
* | 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 | |
| | | | | | | problems with Linux 2.4, which changed things. And thereby reduce by one more the kernel headers we depend on... -Erik | |||||
* | It doesn't make sense to supress linking for -i or -r, | Eric Andersen | 2002-03-22 | 1 | -2/+0 | |
| | | | | -Erik | |||||
* | Add in a knob to disable %m support | Eric Andersen | 2002-03-22 | 1 | -0/+12 | |
| | | | | -Erik | |||||
* | 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 | |
| | | | | | like iproute2 and XFree86 from linking. -Erik | |||||
* | Remove include file, in case it is broken. We don't need it here. | Eric Andersen | 2002-03-21 | 1 | -2/+0 | |
| | | | | -Erik | |||||
* | 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 | |
| | | | | doesn't segfault anymore | |||||
* | Always build the utils. Always clean libc/misc, since there is | Eric Andersen | 2002-03-21 | 1 | -1/+7 | |
| | | | | | some auto generated stuff in there -Erik | |||||
* | 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 | |
| |