summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup use of in6addr_loopback and in6addr_anyEric Andersen2002-11-214-20/+36
* Patch from Yoshinori Sato to update the h8300 architecture.Eric Andersen2002-11-218-1/+296
* Improve malloc debugging support.Miles Bader2002-11-218-46/+197
* Act more like the GNU version. Accept multiple args. Accept/ignoreEric Andersen2002-11-211-30/+62
* Doh! Manuel noticed I'd put the CFLAGS before DODEBUG, killingEric Andersen2002-11-211-4/+3
* Rework usershell.c, as the old one was packed full of unhandledEric Andersen2002-11-201-43/+114
* Kill SVR4_BUGCOMPATEric Andersen2002-11-204-16/+4
* Patch from Stefan Allius:Eric Andersen2002-11-207-10/+36
* Patch from Aidan Van Dyk to make _toupper and _tolowerEric Andersen2002-11-201-2/+2
* Update verbage regarding NISEric Andersen2002-11-191-3/+10
* Remove use of $(strip) when no longer needed. Fixup DODEBUGEric Andersen2002-11-191-12/+14
* Implement dynamic atexit handling. Adds a few bytes and a dependancyEric Andersen2002-11-192-28/+85
* Silence some whiningEric Andersen2002-11-192-1/+3
* Aidan Van Dyk noticed that _toupper and _tolower were misbehaving.Eric Andersen2002-11-191-3/+3
* Per suggestion from Stefan Allius, change DO_MPROTECT_HACKS toEric Andersen2002-11-193-6/+6
* Stefan Allius writes:Eric Andersen2002-11-193-3/+19
* cut-n-paste typoEric Andersen2002-11-191-1/+1
* Update to sync up with glibc 2.3Eric Andersen2002-11-191-9/+16
* For now, revert Ronald Wahl's change to dlopen. We need toEric Andersen2002-11-152-2/+2
* This draws from an old patch by David Blythe for the now-deadEric Andersen2002-11-156-48/+276
* Cleanup a few structural wierdnessesEric Andersen2002-11-156-23/+27
* Stefan Allius writes:Eric Andersen2002-11-153-115/+116
* Remove obsolete filesEric Andersen2002-11-152-74/+0
* Fix it for real this time.Eric Andersen2002-11-152-8/+13
* Doh! I screwed that one all up. Lets try that again...Eric Andersen2002-11-152-8/+16
* Only build the 64 tests when relevantEric Andersen2002-11-151-0/+5
* Add in a pread/pwrite testEric Andersen2002-11-153-1/+154
* Patch from Luc Van Oostenryck to fix a buffer overflowEric Andersen2002-11-151-1/+1
* Stefan Allius writes:Eric Andersen2002-11-153-11/+78
* Fixup minislang linkEric Andersen2002-11-151-1/+1
* Ronald Wahl writes:Eric Andersen2002-11-151-0/+3
* Ronald Wahl writes:Eric Andersen2002-11-152-0/+2
* I was an idiot and put _fini into the wrong register. Duh.Eric Andersen2002-11-151-3/+2
* As released in uClibc 0.9.16, regex was being compiled withoutEric Andersen2002-11-141-2/+2
* Minor cleanupEric Andersen2002-11-142-8/+11
* Implement sendfile64Eric Andersen2002-11-143-9/+71
* Add missing quotesEric Andersen2002-11-142-26/+24
* A powerpc patch from Ronald Wahl:Eric Andersen2002-11-121-1/+1
* Add in 'ldso' to directory list since 'make clean' was not recursing"Steven J. Hill"2002-11-111-1/+1
* Don't link to us.kernel.orgEric Andersen2002-11-101-3/+3
* fix typoAaron Lehmann2002-11-091-1/+1
* Update from upstreamEric Andersen2002-11-092-11/+9
* For arm use -mcpu for the moment, since it seems to work0_9_16Eric Andersen2002-11-091-3/+3
* typo fixesEric Andersen2002-11-091-4/+4
* Make sure we have __linux__ definedEric Andersen2002-11-091-0/+3
* Manditory typo..Eric Andersen2002-11-091-3/+3
* Final update for 0.9.16Eric Andersen2002-11-095-395/+1034
* Patch from Simon Rowe to try and build asm libm codeEric Andersen2002-11-091-2/+3
* Patch from Stefan Allius, rebuild extra/config/conf if it is missingEric Andersen2002-11-091-0/+3
* Patch from Stefan Allius: avoid implicit casting of void *(64bit) to int(32bit)Eric Andersen2002-11-091-1/+1