| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement mmap64 for arm | Eric Andersen | 2003-06-27 | 2 | -1/+80 |
| * | add mmap64 for i386 | Eric Andersen | 2003-06-27 | 2 | -1/+113 |
| * | oops. Fix the name so it is "mmap64", not "__mmap64" | Eric Andersen | 2003-06-27 | 1 | -2/+3 |
| * | Actually, some arches do support _syscall6, so implement a generic version | Eric Andersen | 2003-06-27 | 1 | -7/+36 |
| * | Mention that the common mmap64 is a stub and must be overridden | Eric Andersen | 2003-06-27 | 1 | -0/+7 |
| * | Add missing madvise syscall | Eric Andersen | 2003-06-27 | 1 | -0/+6 |
| * | Per a patch from Rob McMullen, add getprotoent_r, getprotobyname_r, | Eric Andersen | 2003-06-27 | 1 | -20/+74 |
| * | Add in ceilf() and floorf() since XFree86 wants them... | Eric Andersen | 2003-06-27 | 3 | -1/+134 |
| * | Several more cleanups | Eric Andersen | 2003-06-24 | 1 | -29/+48 |
| * | Fix indenting for real this time. | Eric Andersen | 2003-06-24 | 1 | -433/+433 |
| * | Make indenting be consistant | Eric Andersen | 2003-06-24 | 1 | -430/+431 |
| * | Rename the very badly named 'UCLIBC_GCC' to 'UCLIBC_ENV' and | Eric Andersen | 2003-06-24 | 1 | -23/+29 |
| * | Change 'undefined behavior' of fflush() on readonly or reading streams | Manuel Novoa III | 2003-06-24 | 1 | -8/+18 |
| * | Make login actually write out utmp and wtmp junk (even | Eric Andersen | 2003-06-24 | 1 | -2/+13 |
| * | Be extra careful to memset the correct size, not the size of some random | Eric Andersen | 2003-06-18 | 5 | -43/+37 |
| * | Optionally support the struct tm extension fields. | Manuel Novoa III | 2003-06-17 | 4 | -17/+44 |
| * | Patch from Ronald Wahl fixing an IPV6 specific problem | Eric Andersen | 2003-06-17 | 1 | -2/+2 |
| * | When compiling with -O0, linuxthreads does not compile. So add | Eric Andersen | 2003-06-17 | 1 | -0/+2 |
| * | Coldfire patch from Bernardo Innocenti | Eric Andersen | 2003-06-17 | 1 | -2/+2 |
| * | Ok... pasting in DUMPn() is unnecessary and technically incorrect. | Manuel Novoa III | 2003-06-17 | 1 | -4/+4 |
| * | As noted by Peter S. Mazinger | Eric Andersen | 2003-06-16 | 1 | -227/+0 |
| * | For some strange reason, davidm put this file in the wrong spot. | Eric Andersen | 2003-06-16 | 1 | -0/+0 |
| * | Fix a segfault when used on a library w/o an INTERP program header. | Eric Andersen | 2003-06-16 | 1 | -3/+3 |
| * | Add memmem(). | Manuel Novoa III | 2003-06-16 | 3 | -3/+35 |
| * | Don't segfault when given things other than a regular file. | Eric Andersen | 2003-06-15 | 1 | -0/+3 |
| * | Implement syscall() for powerpc. Fixup syscall code so | Eric Andersen | 2003-06-15 | 6 | -30/+79 |
| * | Comment out the rpl_malloc workaround. It was a good idea, but it violates | Eric Andersen | 2003-06-14 | 1 | -0/+2 |
| * | Bump version number in preparation for a release | Eric Andersen | 2003-06-14 | 1 | -1/+1 |
| * | The mere presence of stropts.h causes many configure scripts to erroneously | Eric Andersen | 2003-06-12 | 1 | -88/+0 |
| * | As suggested by Marshall M. Midden at brecis, use -mno-split-addresses | Eric Andersen | 2003-06-12 | 4 | -4/+4 |
| * | Set the default thread stack size to 16k for mmu-less systems. | Eric Andersen | 2003-06-12 | 1 | -0/+4 |
| * | Fix mips so it compiles with gcc 3.3 | Eric Andersen | 2003-06-12 | 2 | -60/+60 |
| * | Marshall M. Midden at brecis.com writes: | Eric Andersen | 2003-06-11 | 4 | -0/+4 |
| * | Fix arm syscall implementation so it does not blow chunks with gcc 3.3 | Eric Andersen | 2003-06-11 | 2 | -9/+25 |
| * | Patch from Peter S. Mazinger to make the get-needed-libgcc-objects | Eric Andersen | 2003-06-05 | 2 | -3/+4 |
| * | We do not provide getfsent and friends, so remove this header | Eric Andersen | 2003-06-05 | 1 | -82/+0 |
| * | Kill the runtime fallback to fork and make it be compile time | Eric Andersen | 2003-06-03 | 1 | -19/+9 |
| * | Fix broken | Eric Andersen | 2003-06-03 | 1 | -44/+46 |
| * | Patch from Peter S. Mazinger to fix some leftover problems | Eric Andersen | 2003-06-02 | 2 | -2/+2 |
| * | Clone still had a few little PIC problems.... | Eric Andersen | 2003-05-30 | 1 | -39/+84 |
| * | In a number of places we erroneously used tests such as '#ifdef PIC' when we | Eric Andersen | 2003-05-30 | 14 | -21/+21 |
| * | Enable ADD_LIBGCC_FUNCTIONS by default on arm | Eric Andersen | 2003-05-30 | 1 | -0/+4 |
| * | Eviscerate stropts.h so configure scripts won't try to use STREAMS | Eric Andersen | 2003-05-29 | 1 | -1/+8 |
| * | Allow gcc to move/update by detecting where needed files are should | Eric Andersen | 2003-05-28 | 1 | -6/+101 |
| * | Accomodate building under cygwin | Eric Andersen | 2003-05-28 | 1 | -1/+16 |
| * | grr. It's a void *, not a char *. | Eric Andersen | 2003-05-27 | 1 | -1/+1 |
| * | Change 'N' to '__size' to avoid conflicts with common #define of N | Eric Andersen | 2003-05-27 | 1 | -5/+5 |
| * | Sorry. Changed this while fixing the last bug and forgot to change it | Manuel Novoa III | 2003-05-23 | 1 | -1/+1 |
| * | Cope with autoconf's broken AC_FUNC_MALLOC macro, which redefines malloc as | Eric Andersen | 2003-05-23 | 1 | -0/+12 |
| * | Fix (hopefully) scanf behavior for nul bytes in the stream when processing | Manuel Novoa III | 2003-05-15 | 2 | -7/+23 |