summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-09-29Fix a stupid typo...Eric Andersen
2001-09-29Add in gcvt()Eric Andersen
2001-09-27Sigh. Erik mucks it up again...Eric Andersen
2001-09-27Make iopl and ioperm workEric Andersen
2001-09-27Duh.Eric Andersen
2001-09-27Be more careful about not redefining stufEric Andersen
2001-09-27Add inb, outb and friends,Eric Andersen
2001-09-27re-enable ntohl and friendsEric Andersen
2001-09-27Silence a silly warningEric Andersen
2001-09-27Silence stupid warnings caused by bad kernel network includesEric Andersen
2001-09-27Gut this file, and quit referrng to _IO_* junkEric Andersen
2001-09-27Optimize for size, and disable expensive inliningEric Andersen
2001-09-27Add in missing fileEric Andersen
2001-09-27Scrub up a few test thingsEric Andersen
2001-09-27Finish syncing up armEric Andersen
2001-09-27Update to accomodate the header file changesEric Andersen
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