summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-06-27Add a test which shows off the broken spots in our dlopen implementationEric Andersen
2003-06-27oopsEric Andersen
2003-06-27Run dlopened ctors and dtors in the correct orderEric Andersen
2003-06-27Revenge of the TypoEric Andersen
2003-06-27whitespace and debug updatesEric Andersen
2003-06-27Yet more cleanup for the reentrant pwd/grp functions so theyEric Andersen
2003-06-27Fixup errno handlingEric Andersen
2003-06-27Add config option to enable 'struct tm' timezone extension fieldsEric Andersen
2003-06-27Do not let isatty mess up errnoEric Andersen
2003-06-27Cleanup a couple of ugly bitsEric Andersen
2003-06-27Implement mmap64 for armEric Andersen
2003-06-27add mmap64 for i386Eric Andersen
2003-06-27oops. Fix the name so it is "mmap64", not "__mmap64"Eric Andersen
2003-06-27Actually, some arches do support _syscall6, so implement a generic versionEric Andersen
2003-06-27Mention that the common mmap64 is a stub and must be overriddenEric Andersen
2003-06-27Add missing madvise syscallEric Andersen
2003-06-27Per a patch from Rob McMullen, add getprotoent_r, getprotobyname_r,Eric Andersen
2003-06-27Add in ceilf() and floorf() since XFree86 wants them...Eric Andersen
2003-06-24Several more cleanupsEric Andersen
2003-06-24Fix indenting for real this time.Eric Andersen
2003-06-24Make indenting be consistantEric Andersen
2003-06-24Rename the very badly named 'UCLIBC_GCC' to 'UCLIBC_ENV' andEric Andersen
2003-06-24Change 'undefined behavior' of fflush() on readonly or reading streamsManuel Novoa III
2003-06-24Make login actually write out utmp and wtmp junk (evenEric Andersen
2003-06-18Be extra careful to memset the correct size, not the size of some randomEric Andersen
2003-06-17Optionally support the struct tm extension fields.Manuel Novoa III
2003-06-17Patch from Ronald Wahl fixing an IPV6 specific problemEric Andersen
2003-06-17When compiling with -O0, linuxthreads does not compile. So addEric Andersen
2003-06-17Coldfire patch from Bernardo InnocentiEric Andersen
2003-06-17Ok... pasting in DUMPn() is unnecessary and technically incorrect.Manuel Novoa III
2003-06-16As noted by Peter S. MazingerEric Andersen
2003-06-16For some strange reason, davidm put this file in the wrong spot.Eric Andersen
2003-06-16Fix a segfault when used on a library w/o an INTERP program header.Eric Andersen
2003-06-16Add memmem().Manuel Novoa III
2003-06-15Don't segfault when given things other than a regular file.Eric Andersen
2003-06-15Implement syscall() for powerpc. Fixup syscall code soEric Andersen
2003-06-14Comment out the rpl_malloc workaround. It was a good idea, but it violatesEric Andersen
2003-06-14Bump version number in preparation for a releaseEric Andersen
2003-06-12The mere presence of stropts.h causes many configure scripts to erroneouslyEric Andersen
2003-06-12As suggested by Marshall M. Midden at brecis, use -mno-split-addressesEric Andersen
2003-06-12Set the default thread stack size to 16k for mmu-less systems.Eric Andersen
2003-06-12Fix mips so it compiles with gcc 3.3Eric Andersen
2003-06-11Marshall M. Midden at brecis.com writes:Eric Andersen
2003-06-11Fix arm syscall implementation so it does not blow chunks with gcc 3.3Eric Andersen
2003-06-05Patch from Peter S. Mazinger to make the get-needed-libgcc-objectsEric Andersen
2003-06-05We do not provide getfsent and friends, so remove this headerEric Andersen
2003-06-03Kill the runtime fallback to fork and make it be compile timeEric Andersen
2003-06-03Fix brokenEric Andersen
2003-06-02Patch from Peter S. Mazinger to fix some leftover problemsEric Andersen
2003-05-30Clone still had a few little PIC problems....Eric Andersen