summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Patch from Peter S. Mazinger to make the get-needed-libgcc-objectsEric Andersen2003-06-052-3/+4
* We do not provide getfsent and friends, so remove this headerEric Andersen2003-06-051-82/+0
* Kill the runtime fallback to fork and make it be compile timeEric Andersen2003-06-031-19/+9
* Fix brokenEric Andersen2003-06-031-44/+46
* Patch from Peter S. Mazinger to fix some leftover problemsEric Andersen2003-06-022-2/+2
* Clone still had a few little PIC problems....Eric Andersen2003-05-301-39/+84
* In a number of places we erroneously used tests such as '#ifdef PIC' when weEric Andersen2003-05-3014-21/+21
* Enable ADD_LIBGCC_FUNCTIONS by default on armEric Andersen2003-05-301-0/+4
* Eviscerate stropts.h so configure scripts won't try to use STREAMSEric Andersen2003-05-291-1/+8
* Allow gcc to move/update by detecting where needed files are shouldEric Andersen2003-05-281-6/+101
* Accomodate building under cygwinEric Andersen2003-05-281-1/+16
* grr. It's a void *, not a char *.Eric Andersen2003-05-271-1/+1
* Change 'N' to '__size' to avoid conflicts with common #define of NEric Andersen2003-05-271-5/+5
* Sorry. Changed this while fixing the last bug and forgot to change itManuel Novoa III2003-05-231-1/+1
* Cope with autoconf's broken AC_FUNC_MALLOC macro, which redefines malloc asEric Andersen2003-05-231-0/+12
* Fix (hopefully) scanf behavior for nul bytes in the stream when processingManuel Novoa III2003-05-152-7/+23
* Add in a default file for m68k.David McCullough2003-05-141-0/+61
* Sleep was returning the wrong value because:David McCullough2003-05-141-2/+4
* (__libc_open): Fix wacky indentation.Miles Bader2003-05-081-6/+6
* setjmp was trashing r12 which is bad and can cause apps to crash if they areDavid McCullough2003-05-011-3/+3
* Some small fixups for the h8 support and add the h8s platform support.David McCullough2003-04-296-8/+102
* Fixup __libc_open to use varargs and match the prototype.David McCullough2003-04-291-2/+7
* uClibc 0.9.19 has a bug in globfree(). If the previous call toEric Andersen2003-04-291-2/+2
* Comment on glibc's MALLOC_CHECK_ support.Eric Andersen2003-04-251-0/+8
* Thierry De Corte notices that when UCLIBC_HAS_FLOAT is disabled, we must alsoEric Andersen2003-04-231-5/+4
* Fix SIGTRAP handling on arm. The defination of struct ucontext,Eric Andersen2003-04-211-8/+7
* Patch from Marshall M. Midden:Eric Andersen2003-04-191-33/+39
* Konrad Taro Eisele noticed the sparc struct stat was broken.Eric Andersen2003-04-191-22/+18
* Patch from Liam Girdwood to fix mips profiling when usingEric Andersen2003-04-161-0/+5
* (free_to_heap): Unlock the heap before returning in theMiles Bader2003-04-021-2/+5
* Avoid errors with buggy preprocessorsEric Andersen2003-03-311-2/+2
* Oops. Don't call strip twiceEric Andersen2003-03-131-1/+0
* resync with glibc 2.3Eric Andersen2003-03-131-129/+357
* sjhill needs to buy donuts for everyoneEric Andersen2003-03-111-1/+0
* Make it so debugging pthreads works, even with DODEBUG turned offEric Andersen2003-03-112-2/+9
* Minor cleanup to better sync with glibc 2.3Eric Andersen2003-03-111-102/+123
* Compliance with MIPS ABI and MIPS kernel changes."Steven J. Hill"2003-03-112-17/+2
* Patch from Jordan Crouse to avoid potential rendering problemsEric Andersen2003-03-101-1/+1
* remove a leftover debug printfEric Andersen2003-03-071-2/+0
* Patch from Stefan AlliusEric Andersen2003-03-073-23/+24
* Patch from Stefan Allius:Eric Andersen2003-03-071-1/+1
* Patch from Stefan Allius:Eric Andersen2003-03-073-4/+8
* Fixup ldd handling of multiple filesEric Andersen2003-03-061-12/+36
* more random changesEric Andersen2003-03-061-15/+12
* /me needs to learn to proofreadEric Andersen2003-03-061-4/+6
* Make the text a bit more clearEric Andersen2003-03-061-3/+3
* For now, leave mmap on mips using mmap1, since mmap2 seemsEric Andersen2003-03-061-0/+5
* Finish off gmon based profiling for powerpcEric Andersen2003-03-063-4/+120
* Make profiling on arm workEric Andersen2003-03-062-2/+15
* Patch from Stefan Allius to finish off the last required bitsEric Andersen2003-03-063-29/+90