summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2003-05-30In a number of places we erroneously used tests such as '#ifdef PIC' when weEric Andersen
2003-05-30Enable ADD_LIBGCC_FUNCTIONS by default on armEric Andersen
2003-05-29Eviscerate stropts.h so configure scripts won't try to use STREAMSEric Andersen
2003-05-28Allow gcc to move/update by detecting where needed files are shouldEric Andersen
2003-05-28Accomodate building under cygwinEric Andersen
2003-05-27grr. It's a void *, not a char *.Eric Andersen
2003-05-27Change 'N' to '__size' to avoid conflicts with common #define of NEric Andersen
2003-05-23Sorry. Changed this while fixing the last bug and forgot to change itManuel Novoa III
2003-05-23Cope with autoconf's broken AC_FUNC_MALLOC macro, which redefines malloc asEric Andersen
2003-05-15Fix (hopefully) scanf behavior for nul bytes in the stream when processingManuel Novoa III
2003-05-14Add in a default file for m68k.David McCullough
2003-05-14Sleep was returning the wrong value because:David McCullough
2003-05-08(__libc_open): Fix wacky indentation.Miles Bader
2003-05-01setjmp was trashing r12 which is bad and can cause apps to crash if they areDavid McCullough
2003-04-29Some small fixups for the h8 support and add the h8s platform support.David McCullough
2003-04-29Fixup __libc_open to use varargs and match the prototype.David McCullough
2003-04-29uClibc 0.9.19 has a bug in globfree(). If the previous call toEric Andersen