summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* New versions of the various string to int functions which are smallerManuel Novoa III2002-03-135-437/+454
* Fix stdin/stdout initialization of buffering type. I had changed theManuel Novoa III2002-03-131-2/+2
* Oops... forgot to update abort.c.Manuel Novoa III2002-03-131-4/+7
* Apply Miles Bader's missing __va_copy() fix.Manuel Novoa III2002-03-131-0/+11
* Fix another O_LARGEFILE bug. Also, I forget to make floating point optionalManuel Novoa III2002-03-123-16/+42
* So much for fcntl flags being resonably consistent across archs... (hopefully)Manuel Novoa III2002-03-121-10/+14
* Fix fflush(NULL) and tweak _stdio_term() for the unbuffered stdio option.Manuel Novoa III2002-03-121-2/+10
* Oops.. had left thread support forced on.Manuel Novoa III2002-03-121-1/+1
* Fix a segfault in scandir for empty directories. After looking overEric Andersen2002-03-122-67/+82
* Update to my current todo list.Manuel Novoa III2002-03-121-15/+19
* Fix thinkoEric Andersen2002-03-122-2/+2
* Fixup redefinition of NL_ARGMAXEric Andersen2002-03-122-3/+3
* Deal with cvs "feature"... or is that cvs _user_...Manuel Novoa III2002-03-122-0/+5204
* Swap in the new stdio code.Manuel Novoa III2002-03-1228-2380/+1190
* Add thread support. Eliminate the useless extra "sEric Andersen2002-03-111-7/+14
* Fix broken linksEric Andersen2002-03-114-24/+275
* Fixup ldd behavior to match recent ldso changeEric Andersen2002-03-111-6/+26
* Allow some failures to simplify building gccEric Andersen2002-03-111-2/+2
* Don't install CVS files into the devel dirEric Andersen2002-03-111-0/+1
* Add in this missing header fileEric Andersen2002-03-091-0/+199
* Avoid forced -lpthread lnkage when threading is enabledEric Andersen2002-03-091-1/+1
* Seperate out the symbol resolution debugging, so it doesn't clutterEric Andersen2002-03-089-20/+86
* Remove sys/io.h include, since not everyone has itEric Andersen2002-03-051-2/+0
* Initial checkinMiles Bader2002-03-052-0/+135
* Re-add files which were mistakenly deleted during the big bits/ update.Miles Bader2002-03-058-0/+521
* Remove extraneous fileMiles Bader2002-03-051-10/+0
* Check in new debian snapshotDavid Schleef2002-03-034-3/+25
* Remove generated stuff, restore sh/sys/procfs.h from M. R. BrownEric Andersen2002-03-024-498/+119
* Move syscall.h generation to the top level MakefileEric Andersen2002-03-0110-12/+5
* Doh! A search and replace bug...Eric Andersen2002-03-011-2/+2
* Doh! Doh! Doh!Eric Andersen2002-03-011-1/+3
* Doh!Eric Andersen2002-03-011-3/+5
* Patch from Steven J. Hill to allow both mips and mipsel to be builtEric Andersen2002-03-012-12/+205
* oops. I forgot to commit this...Eric Andersen2002-03-011-43/+73
* Patch from Miles Bader to allow Large File support on the v850.Eric Andersen2002-03-014-6/+73
* Fix for some comments, from Miles BaderEric Andersen2002-03-011-4/+2
* Patch from M. R. Brown <mrbrown@0xd6.org> to fix pthread supportEric Andersen2002-03-015-1/+222
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-01571-57415/+2583
* Patch from David Schleef to check for proper 16-byte aligedEric Andersen2002-02-281-0/+10
* Remove some debugging codeEric Andersen2002-02-271-0/+4
* Fix C++ supportEric Andersen2002-02-271-0/+2
* 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