summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Lose the -nostdlib, which causes problems with older binutils, andEric Andersen2002-02-272-1/+2
* A few more little cleanupsEric Andersen2002-02-262-3/+3
* Add an md5crypt testEric Andersen2002-02-263-2/+33
* Don't redefine stuffEric Andersen2002-02-264-10/+31
* Be consistant and use an unsigned char * throughoutEric Andersen2002-02-262-3/+4
* don't pretend to be reentrant yetEric Andersen2002-02-261-0/+6
* Doh! Tests were not being compiled with warnings and optimizationEric Andersen2002-02-261-2/+2
* Fix redefine problemEric Andersen2002-02-261-2/+5
* Fix redefinition problemEric Andersen2002-02-264-12/+40
* Give the label a ; so compilers have no excuse to whineEric Andersen2002-02-261-1/+3
* Odd. This seems to be in the wrong spot...Eric Andersen2002-02-261-0/+113
* Don't try to return stuff from void funcsEric Andersen2002-02-261-2/+2
* Remove an erroneous -L-Eric Andersen2002-02-261-1/+1
* Patch from Miles Bader to restrict common truncate64/ftruncate64Eric Andersen2002-02-261-17/+34
* Proper support for setting h_errnoEric Andersen2002-02-263-2/+17
* Fix rpc + threads so it now compiles.Eric Andersen2002-02-262-28/+62
* Thomas Fritzsche noticed that __open_etc_hosts was only changing aEric Andersen2002-02-261-6/+6
* Enable pread/pwriteEric Andersen2002-02-262-12/+3
* Patch from Miles Bader: All the -M* options shouldEric Andersen2002-02-261-3/+3
* Adjust function naming and make sure everything is properlyEric Andersen2002-02-264-101/+98
* Remove elimination of __BEGIN_DECLS/__END_DECLSEric Andersen2002-02-261-4/+0
* I shouldn't try to program when sleepy, since I totally botchedEric Andersen2002-02-251-4/+4
* When messing with fd NONBLOCK status, put things back the way we foundEric Andersen2002-02-251-1/+4
* Try this version instead...Eric Andersen2002-02-251-4/+7
* Joerg Schmitz-Linneweber recommends using tar -f - instead of -OEric Andersen2002-02-251-1/+1
* Yet another iteration...Eric Andersen2002-02-251-51/+62
* Both Miles and Manuel complained about this one. I was silentlyEric Andersen2002-02-251-2/+2
* Added locale and lastlogDavid McCullough2002-02-251-6/+8
* Support isblank()Eric Andersen2002-02-234-3/+23
* Fix the compiler wrapper yet more...Eric Andersen2002-02-232-6/+4
* IEEE Std 1003.1-2001 says that the "fclose() function shall fail [with]Eric Andersen2002-02-231-7/+1
* Several naming cleanups so threads work properly againEric Andersen2002-02-234-79/+54
* Fix a corner case which I had botched.Eric Andersen2002-02-231-7/+6
* Add a better error msgEric Andersen2002-02-231-1/+2
* Per discussion with Manuel, when we call __stdio_flush_buffersEric Andersen2002-02-231-1/+9
* Update todo listEric Andersen2002-02-231-24/+52
* Test for libcrypt (which is partly broken ATM)Eric Andersen2002-02-235-1/+351
* This should be a little better...Eric Andersen2002-02-231-7/+6
* I was confusing the effects of _LARGEFILE_SOURCE with those ofManuel Novoa III2002-02-221-27/+25
* Build fix for armDavid Schleef2002-02-221-1/+10
* Special rules for mipsel. Force some variables in Config, inDavid Schleef2002-02-222-3/+14
* Several mips fixes from Geoffrey Espin. With these, busybox withEric Andersen2002-02-224-6/+32
* Let the large file stuff be cancelableEric Andersen2002-02-211-14/+66
* Update string tests per glibc 2.2.5's string tester. Looks likeEric Andersen2002-02-211-117/+486
* Oops. I forgot to commit this file...Eric Andersen2002-02-211-0/+35
* When vfork is not available and we have an MMU, then use fork()Eric Andersen2002-02-213-7/+21
* Lose the _GNU_SOURCE and just add __USE_GNU to the one file that needsEric Andersen2002-02-213-2/+4
* Add ldexp to the !C99 list, since it is defined in POSIX asEric Andersen2002-02-211-6/+7
* Miles Bader noticed that I'd messed up by always pullingEric Andersen2002-02-211-4/+2
* Fix from John Rigby to fix stat() so it actually works.Eric Andersen2002-02-201-1/+4