Age | Commit message (Expand) | Author |
2003-06-30 | Update for completed items | Eric Andersen |
2003-06-30 | Fixup symlinks to libthread_db | Eric Andersen |
2003-06-30 | Per suggestion from Stuart Hughes, allow uClibc to re-install | Eric Andersen |
2003-06-30 | Patch from Pavel Roskin to fixup toplevel help text | Eric Andersen |
2003-06-27 | Fix a couple of typos | Eric Andersen |
2003-06-27 | ret could have been used uninitialized in one case | Eric Andersen |
2003-06-27 | Add a test which shows off the broken spots in our dlopen implementation | Eric Andersen |
2003-06-27 | oops | Eric Andersen |
2003-06-27 | Run dlopened ctors and dtors in the correct order | Eric Andersen |
2003-06-27 | Revenge of the Typo | Eric Andersen |
2003-06-27 | whitespace and debug updates | Eric Andersen |
2003-06-27 | Yet more cleanup for the reentrant pwd/grp functions so they | Eric Andersen |
2003-06-27 | Fixup errno handling | Eric Andersen |
2003-06-27 | Add config option to enable 'struct tm' timezone extension fields | Eric Andersen |
2003-06-27 | Do not let isatty mess up errno | Eric Andersen |
2003-06-27 | Cleanup a couple of ugly bits | Eric Andersen |
2003-06-27 | Implement mmap64 for arm | Eric Andersen |
2003-06-27 | add mmap64 for i386 | Eric Andersen |
2003-06-27 | oops. Fix the name so it is "mmap64", not "__mmap64" | Eric Andersen |
2003-06-27 | Actually, some arches do support _syscall6, so implement a generic version | Eric Andersen |
2003-06-27 | Mention that the common mmap64 is a stub and must be overridden | Eric Andersen |
2003-06-27 | Add missing madvise syscall | Eric Andersen |
2003-06-27 | Per a patch from Rob McMullen, add getprotoent_r, getprotobyname_r, | Eric Andersen |
2003-06-27 | Add in ceilf() and floorf() since XFree86 wants them... | Eric Andersen |
2003-06-24 | Several more cleanups | Eric Andersen |
2003-06-24 | Fix indenting for real this time. | Eric Andersen |
2003-06-24 | Make indenting be consistant | Eric Andersen |
2003-06-24 | Rename the very badly named 'UCLIBC_GCC' to 'UCLIBC_ENV' and | Eric Andersen |
2003-06-24 | Change 'undefined behavior' of fflush() on readonly or reading streams | Manuel Novoa III |
2003-06-24 | Make login actually write out utmp and wtmp junk (even | Eric Andersen |
2003-06-18 | Be extra careful to memset the correct size, not the size of some random | Eric Andersen |
2003-06-17 | Optionally support the struct tm extension fields. | Manuel Novoa III |
2003-06-17 | Patch from Ronald Wahl fixing an IPV6 specific problem | Eric Andersen |
2003-06-17 | When compiling with -O0, linuxthreads does not compile. So add | Eric Andersen |
2003-06-17 | Coldfire patch from Bernardo Innocenti | Eric Andersen |
2003-06-17 | Ok... pasting in DUMPn() is unnecessary and technically incorrect. | Manuel Novoa III |
2003-06-16 | As noted by Peter S. Mazinger | Eric Andersen |
2003-06-16 | For some strange reason, davidm put this file in the wrong spot. | Eric Andersen |
2003-06-16 | Fix a segfault when used on a library w/o an INTERP program header. | Eric Andersen |
2003-06-16 | Add memmem(). | Manuel Novoa III |
2003-06-15 | Don't segfault when given things other than a regular file. | Eric Andersen |
2003-06-15 | Implement syscall() for powerpc. Fixup syscall code so | Eric Andersen |
2003-06-14 | Comment out the rpl_malloc workaround. It was a good idea, but it violates | Eric Andersen |
2003-06-14 | Bump version number in preparation for a release | Eric Andersen |
2003-06-12 | The mere presence of stropts.h causes many configure scripts to erroneously | Eric Andersen |
2003-06-12 | As suggested by Marshall M. Midden at brecis, use -mno-split-addresses | Eric Andersen |
2003-06-12 | Set the default thread stack size to 16k for mmu-less systems. | Eric Andersen |
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 |