Age | Commit message (Expand) | Author |
2003-06-12 | Fix mips so it compiles with gcc 3.3 | Eric Andersen |
2003-06-11 | Marshall M. Midden at brecis.com writes: | Eric Andersen |
2003-06-11 | Fix arm syscall implementation so it does not blow chunks with gcc 3.3 | Eric Andersen |
2003-06-05 | Patch from Peter S. Mazinger to make the get-needed-libgcc-objects | Eric Andersen |
2003-06-05 | We do not provide getfsent and friends, so remove this header | Eric Andersen |
2003-06-03 | Kill the runtime fallback to fork and make it be compile time | Eric Andersen |
2003-06-03 | Fix broken | Eric Andersen |
2003-06-02 | Patch from Peter S. Mazinger to fix some leftover problems | Eric Andersen |
2003-05-30 | Clone still had a few little PIC problems.... | Eric Andersen |
2003-05-30 | In a number of places we erroneously used tests such as '#ifdef PIC' when we | Eric Andersen |
2003-05-30 | Enable ADD_LIBGCC_FUNCTIONS by default on arm | Eric Andersen |
2003-05-29 | Eviscerate stropts.h so configure scripts won't try to use STREAMS | Eric Andersen |
2003-05-28 | Allow gcc to move/update by detecting where needed files are should | Eric Andersen |
2003-05-28 | Accomodate building under cygwin | Eric Andersen |
2003-05-27 | grr. It's a void *, not a char *. | Eric Andersen |
2003-05-27 | Change 'N' to '__size' to avoid conflicts with common #define of N | Eric Andersen |
2003-05-23 | Sorry. Changed this while fixing the last bug and forgot to change it | Manuel Novoa III |
2003-05-23 | Cope with autoconf's broken AC_FUNC_MALLOC macro, which redefines malloc as | Eric Andersen |
2003-05-15 | Fix (hopefully) scanf behavior for nul bytes in the stream when processing | Manuel Novoa III |
2003-05-14 | Add in a default file for m68k. | David McCullough |
2003-05-14 | Sleep was returning the wrong value because: | David McCullough |
2003-05-08 | (__libc_open): Fix wacky indentation. | Miles Bader |
2003-05-01 | setjmp was trashing r12 which is bad and can cause apps to crash if they are | David McCullough |
2003-04-29 | Some small fixups for the h8 support and add the h8s platform support. | David McCullough |
2003-04-29 | Fixup __libc_open to use varargs and match the prototype. | David McCullough |
2003-04-29 | uClibc 0.9.19 has a bug in globfree(). If the previous call to | Eric Andersen |
2003-04-25 | Comment on glibc's MALLOC_CHECK_ support. | Eric Andersen |
2003-04-23 | Thierry De Corte notices that when UCLIBC_HAS_FLOAT is disabled, we must also | Eric Andersen |
2003-04-21 | Fix SIGTRAP handling on arm. The defination of struct ucontext, | Eric Andersen |
2003-04-19 | Patch from Marshall M. Midden: | Eric Andersen |
2003-04-19 | Konrad Taro Eisele noticed the sparc struct stat was broken. | Eric Andersen |
2003-04-16 | Patch from Liam Girdwood to fix mips profiling when using | Eric Andersen |
2003-04-02 | (free_to_heap): Unlock the heap before returning in the | Miles Bader |
2003-03-31 | Avoid errors with buggy preprocessors | Eric Andersen |
2003-03-13 | Oops. Don't call strip twice | Eric Andersen |
2003-03-13 | resync with glibc 2.3 | Eric Andersen |
2003-03-11 | sjhill needs to buy donuts for everyone | Eric Andersen |
2003-03-11 | Make it so debugging pthreads works, even with DODEBUG turned off | Eric Andersen |
2003-03-11 | Minor cleanup to better sync with glibc 2.3 | Eric Andersen |
2003-03-11 | Compliance with MIPS ABI and MIPS kernel changes. | "Steven J. Hill" |
2003-03-10 | Patch from Jordan Crouse to avoid potential rendering problems | Eric Andersen |
2003-03-07 | remove a leftover debug printf | Eric Andersen |
2003-03-07 | Patch from Stefan Allius | Eric Andersen |
2003-03-07 | Patch from Stefan Allius: | Eric Andersen |
2003-03-07 | Patch from Stefan Allius: | Eric Andersen |
2003-03-06 | Fixup ldd handling of multiple files | Eric Andersen |
2003-03-06 | more random changes | Eric Andersen |
2003-03-06 | /me needs to learn to proofread | Eric Andersen |
2003-03-06 | Make the text a bit more clear | Eric Andersen |
2003-03-06 | For now, leave mmap on mips using mmap1, since mmap2 seems | Eric Andersen |