Age | Commit message (Expand) | Author |
2001-09-29 | Fix prototype | Eric Andersen |
2001-09-29 | Fix a stupid typo... | Eric Andersen |
2001-09-29 | Add in gcvt() | Eric Andersen |
2001-09-27 | Sigh. Erik mucks it up again... | Eric Andersen |
2001-09-27 | Make iopl and ioperm work | Eric Andersen |
2001-09-27 | Duh. | Eric Andersen |
2001-09-27 | Be more careful about not redefining stuf | Eric Andersen |
2001-09-27 | Add inb, outb and friends, | Eric Andersen |
2001-09-27 | re-enable ntohl and friends | Eric Andersen |
2001-09-27 | Silence a silly warning | Eric Andersen |
2001-09-27 | Silence stupid warnings caused by bad kernel network includes | Eric Andersen |
2001-09-27 | Gut this file, and quit referrng to _IO_* junk | Eric Andersen |
2001-09-27 | Optimize for size, and disable expensive inlining | Eric Andersen |
2001-09-27 | Add in missing file | Eric Andersen |
2001-09-27 | Scrub up a few test things | Eric Andersen |
2001-09-27 | Finish syncing up arm | Eric Andersen |
2001-09-27 | Update to accomodate the header file changes | Eric Andersen |
2001-09-27 | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen |
2001-09-25 | Fix fseek behavior. | Manuel Novoa III |
2001-09-21 | Fix the vfork test so it actually works this time. | Eric Andersen |
2001-09-21 | Add in a simple vfork test | Eric Andersen |
2001-09-15 | Oops | Eric Andersen |
2001-09-15 | Recurse into 'file' | Eric Andersen |
2001-09-15 | Add lockf | Eric Andersen |
2001-09-13 | Patch from John Tyner <jtyner@cs.ucr.edu> to avoid redefined | Eric Andersen |
2001-09-06 | Patch from Andrew Ip <aip@cwlinux.com> to add ftime, | Eric Andersen |
2001-08-31 | Preevaluate some stuff so it only gets run once, speeding the compile | Eric Andersen |
2001-08-30 | "Kim B. Heino" <Kim.Heino@bluegiga.com> reports | Eric Andersen |
2001-08-29 | Wrap up some long long stuff in __UCLIBC_HAS_LONG_LONG__ | Eric Andersen |
2001-08-29 | Minor update | Eric Andersen |
2001-08-28 | Fix goofy formatting | Eric Andersen |
2001-08-28 | This will hopefully make global constructors and destructors work | Eric Andersen |
2001-08-28 | Add "__write" as a weak alias for "write" | Eric Andersen |
2001-08-27 | elide some debug noise | Eric Andersen |
2001-08-27 | Make gdb/gcc/binutils happy | Eric Andersen |
2001-08-24 | Use "stdin", "stdout", and "stderr", not "_stdin", "_stdout", and | Eric Andersen |
2001-08-24 | Add the __fopen prototype, since I pulled it from stdio.h | Eric Andersen |
2001-08-24 | Get rid of non standard macros for things that are functions | Eric Andersen |
2001-08-24 | atoi, atol, atoll, and atof are supposed to be functions, not macros. | Eric Andersen |
2001-08-21 | Add missing shadow.h | Eric Andersen |
2001-08-21 | Add byteswap.h, per glibc | Eric Andersen |
2001-08-18 | Fix problem with possible redundant entries. | Eric Andersen |
2001-08-17 | Fix a silly bug with the header file | Eric Andersen |
2001-08-17 | Fix a stupid bug causing the ld-uClibc entry to be lost. | Eric Andersen |
2001-08-14 | Don't use --uclibc-use-build-dir for the tests unless BUILD_UCLIBC_LDSO=true | Eric Andersen |
2001-08-14 | powerpc doesn't have sbrk yet, so use "malloc", not "malloc-930716" | Eric Andersen |
2001-08-14 | Put a bandaid on getpgrp behavior | Eric Andersen |
2001-08-14 | Proper support for tests spannint multiple .o files | Eric Andersen |
2001-08-14 | use some #defines internal to the ctype functions to eliminate them | Eric Andersen |
2001-08-14 | Fix the "install_target" target to install to $(PREFIX)$(TARGET_PREFIX) | Eric Andersen |