summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-09-27Rev all the header files to sync things with glibc 2.2.4Eric Andersen
2001-09-25Fix fseek behavior.Manuel Novoa III
2001-09-21Fix the vfork test so it actually works this time.Eric Andersen
2001-09-21Add in a simple vfork testEric Andersen
2001-09-15OopsEric Andersen
2001-09-15Recurse into 'file'Eric Andersen
2001-09-15Add lockfEric Andersen
2001-09-13Patch from John Tyner <jtyner@cs.ucr.edu> to avoid redefinedEric Andersen
2001-09-06Patch from Andrew Ip <aip@cwlinux.com> to add ftime,Eric Andersen
2001-08-31Preevaluate some stuff so it only gets run once, speeding the compileEric Andersen
2001-08-30"Kim B. Heino" <Kim.Heino@bluegiga.com> reportsEric Andersen
2001-08-29Wrap up some long long stuff in __UCLIBC_HAS_LONG_LONG__Eric Andersen
2001-08-29Minor updateEric Andersen
2001-08-28Fix goofy formattingEric Andersen
2001-08-28This will hopefully make global constructors and destructors workEric Andersen
2001-08-28Add "__write" as a weak alias for "write"Eric Andersen
2001-08-27elide some debug noiseEric Andersen
2001-08-27Make gdb/gcc/binutils happyEric Andersen
2001-08-24Use "stdin", "stdout", and "stderr", not "_stdin", "_stdout", andEric Andersen
2001-08-24Add the __fopen prototype, since I pulled it from stdio.hEric Andersen
2001-08-24Get rid of non standard macros for things that are functionsEric Andersen
2001-08-24atoi, atol, atoll, and atof are supposed to be functions, not macros.Eric Andersen
2001-08-21Add missing shadow.hEric Andersen
2001-08-21Add byteswap.h, per glibcEric Andersen
2001-08-18Fix problem with possible redundant entries.Eric Andersen
2001-08-17Fix a silly bug with the header fileEric Andersen
2001-08-17Fix a stupid bug causing the ld-uClibc entry to be lost.Eric Andersen
2001-08-14Don't use --uclibc-use-build-dir for the tests unless BUILD_UCLIBC_LDSO=trueEric Andersen
2001-08-14powerpc doesn't have sbrk yet, so use "malloc", not "malloc-930716"Eric Andersen
2001-08-14Put a bandaid on getpgrp behaviorEric Andersen
2001-08-14Proper support for tests spannint multiple .o filesEric Andersen
2001-08-14use some #defines internal to the ctype functions to eliminate themEric Andersen
2001-08-14Fix the "install_target" target to install to $(PREFIX)$(TARGET_PREFIX)Eric Andersen
2001-08-13A few more (final?) cleanups for the installer behavior. I now thinkEric Andersen
2001-08-13Add in a make release targetEric Andersen
2001-08-13Fix SYSTEM_DEVEL_PREFIX to allow install of the <arch>-uclibc- spooferEric Andersen
2001-08-13Add in TARGET_PREFIX, which was still used in a few spots (andEric Andersen
2001-08-11Use malloc on arm (since I've never bothered to write sbrk)Eric Andersen
2001-08-11I just wrote a stpncpy() since someone wanted itEric Andersen
2001-08-11I rewrote strcat without any function calls.Eric Andersen
2001-08-11Sync up ldd behaviorEric Andersen
2001-08-11Fix the library searching routine so it is way simpler, and soEric Andersen
2001-08-11Add a cvsignore for this dirDavid Schleef
2001-08-11Change name of package to uclibc-toolchain. Various changesDavid Schleef
2001-08-11Need to create $(SYSTEM_DEVEL_PREFIX)/usr/binDavid Schleef
2001-08-11Begin removing some unnecessary inlining, and fix namingEric Andersen
2001-08-10Oops. Symlink args were backwards...Eric Andersen
2001-08-10Don't blow away existing files when trying to install a ldso symlink...Eric Andersen
2001-08-10Update the build system, yet again. I hope this is the last time...Eric Andersen
2001-08-10Make _PATH_VARRUN actually point to /var/run.David McCullough