summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* I reworked syscalls.h to match how I'm doing other arches. Stefan Allius andEric Andersen2002-08-085-31/+197
* Fix license. I meant to say LGPL...Eric Andersen2002-08-081-12/+12
* Patch from Stefan Allius and Edie C. Dost to add SuperHEric Andersen2002-08-0835-737/+2065
* Patch from Stefan Allius and Edie C. Dost to let ldd andEric Andersen2002-08-084-10/+74
* Make pump happy. Add in this header.Eric Andersen2002-08-081-0/+64
* I missed a fileEric Andersen2002-08-082-1/+55
* Fix a silly bug with using fstat64 instead of just fstat. NoEric Andersen2002-08-081-2/+2
* Remove unified syscall support (it should just be a per-archEric Andersen2002-08-081-5/+5
* Disable unused unifed stuffEric Andersen2002-08-081-3/+0
* Update default config filesEric Andersen2002-08-0814-100/+72
* Update status of reentrance supportEric Andersen2002-08-081-2146/+23
* Make some strings constEric Andersen2002-08-085-5/+5
* Fix lockingEric Andersen2002-08-0814-177/+372
* Fix lockingEric Andersen2002-08-081-0/+19
* Cleanup warnings and fix prototypesEric Andersen2002-08-081-16/+11
* Add missing include fileEric Andersen2002-08-081-0/+1
* Cleanup some silly warningsEric Andersen2002-08-085-5/+11
* Avoid bad things happening on macro expansion...Eric Andersen2002-08-081-2/+7
* Cleanup to avoid some undefined behaviorEric Andersen2002-08-082-76/+74
* Ignore symbol '_gp_disp' if it's missing from 'libgcc.a'. That's okay for"Steven J. Hill"2002-08-071-1/+1
* Add getrpcent.c to default rpc buildEric Andersen2002-08-071-1/+2
* Cleanup crypt and remove the crypt_r stuff, since SuSv3Eric Andersen2002-08-074-211/+183
* Remove some noiseEric Andersen2002-08-071-13/+0
* Changed my mind. Keep this separate.Eric Andersen2002-08-071-0/+41
* Rewrite getenvEric Andersen2002-08-071-25/+0
* rework getopt. no read need to split this one up sinceEric Andersen2002-08-072-583/+502
* missed a fileEric Andersen2002-08-071-0/+1
* getopt testsEric Andersen2002-08-074-1/+179
* Updates to the working apps list from Kagan Kongar. Thanks!Eric Andersen2002-08-071-15/+39
* Apply integer overflow security fix for "CERT Advisory CA-2002-25 IntegerEric Andersen2002-08-071-1/+6
* Message catalog support for internationalization is not currentlyEric Andersen2002-08-071-0/+18
* Per suggestion from Miles Bader, move calloc.c to libc/stdlib.Eric Andersen2002-08-074-11/+15
* When symbols are missing, its supposed to be an error...Eric Andersen2002-08-061-0/+3
* Several pthreads updates. Enable linuxthreads_db. Several fixesEric Andersen2002-08-0645-424/+427
* Fixup the last missing pieces of thread lockingEric Andersen2002-08-061-22/+80
* Rework RPC code once again. By default, only enable theEric Andersen2002-08-0614-33/+708
* Enable getpt prototype.Manuel Novoa III2002-08-061-2/+3
* Changed fflush() behavior to no-op for r/w streams in read-mode.Manuel Novoa III2002-08-061-17/+33
* Unify calloc (its the same thing regardless of the underlyingEric Andersen2002-08-064-59/+35
* Just in case, crash if somehow `exit' returns anywaysEric Andersen2002-08-061-0/+2
* remove BUILDTIME since it is not usedEric Andersen2002-08-051-1/+0
* A couple of little cleanups I forgot to check in.Manuel Novoa III2002-08-032-3/+1
* When DODEBUG and HAS_WCHAR were enabled and HAS_LOCALE was disabled,Eric Andersen2002-08-031-2/+6
* Use MALLOC_REALLOC_MIN_FREE_SIZE.Miles Bader2002-08-011-1/+1
* (MALLOC_REALLOC_MIN_FREE_SIZE): New macro.Miles Bader2002-08-011-2/+8
* (HEAP_MIN_SIZE): New macro.Miles Bader2002-08-011-6/+15
* Joseph Chiu <josephc@idealab.com> found an off-by-one bug. oops!Eric Andersen2002-08-011-1/+1
* In the allocate-and-copy case, don't include the malloc header in ourMiles Bader2002-07-311-2/+2
* Sigh. A bit more cleanup.Eric Andersen2002-07-311-1/+3
* Update debugging printfs.Miles Bader2002-07-313-4/+4