| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't even threaten to include asm/* stuff | Eric Andersen | 2001-06-27 | 1 | -1/+0 |
* | Don't include asm/unistd.h | Eric Andersen | 2001-06-27 | 1 | -1/+0 |
* | Step one in a process to ween ourselves off of using asm/unistd.h. | Eric Andersen | 2001-06-27 | 1 | -1/+79 |
* | Fix syntax error in comment. | Manuel Novoa III | 2001-06-27 | 1 | -1/+1 |
* | Make these PIC and _LIBC_REENTRANT compatible. | Manuel Novoa III | 2001-06-27 | 2 | -8/+89 |
* | For now, we need to explicitly make clean in libc/unistd (sysconf stuff) | Manuel Novoa III | 2001-06-27 | 1 | -0/+2 |
* | Yes... I forgot to update bits/dirent.h for the other archs. :-( | Manuel Novoa III | 2001-06-27 | 6 | -12/+66 |
* | ANSI/ISO specifies that no library function sets errno to 0. | Manuel Novoa III | 2001-06-26 | 1 | -2/+0 |
* | Looks like we lost clearing errno | Eric Andersen | 2001-06-26 | 1 | -0/+2 |
* | Change to allow compiling against unconfigured kernels. Creates | David Schleef | 2001-06-26 | 1 | -1/+5 |
* | Note need to fix scandir.c's dynamic memory handling. | Manuel Novoa III | 2001-06-25 | 1 | -0/+2 |
* | Remove simulated d_type support for getdents and the dirent struct, and use | Manuel Novoa III | 2001-06-25 | 5 | -19/+17 |
* | Add in missing syscalls.h for powerpc | Eric Andersen | 2001-06-25 | 1 | -0/+180 |
* | Fixed vfork so the child doesn't trash the parents return address. | David McCullough | 2001-06-25 | 3 | -27/+35 |
* | Make PIC a config option | Eric Andersen | 2001-06-23 | 10 | -1/+32 |
* | This adds in support for PIC on x86. Unfortunately, this will break | Eric Andersen | 2001-06-23 | 3 | -5/+87 |
* | Patch from Shane Nay, who noticed that these were not properly labeling | Eric Andersen | 2001-06-21 | 3 | -3/+6 |
* | Oops... forgot to remove rint.c from the makefile. | Manuel Novoa III | 2001-06-19 | 1 | -1/+1 |
* | Remove Erik's broken implementation of rint(). Replace it by one "less broken". | Manuel Novoa III | 2001-06-19 | 3 | -82/+117 |
* | Add in "HAVE_SHARED" so shared libs build or not as needed | Eric Andersen | 2001-06-19 | 9 | -7/+31 |
* | This was violating policy and using a kernel header file... | Eric Andersen | 2001-06-19 | 1 | -1/+1 |
* | This commit finishes adding support for the old m68k-coff toolchains by | Eric Andersen | 2001-06-18 | 6 | -8/+127 |
* | I went nuts and wrote a generic rint implementation. I think it is | Eric Andersen | 2001-06-18 | 3 | -2/+53 |
* | Update TODO file. | Manuel Novoa III | 2001-06-17 | 1 | -0/+3 |
* | Add the in* and out* functions for i386. Note: the sys/io.h header for | Manuel Novoa III | 2001-06-17 | 2 | -0/+182 |
* | A few build updates | Eric Andersen | 2001-06-15 | 4 | -9/+7 |
* | These are needed for powerpc to compile | Eric Andersen | 2001-06-15 | 2 | -0/+73 |
* | Note missing struct _res in resolv.h | Eric Andersen | 2001-06-15 | 1 | -0/+3 |
* | Make some nice SEND_ADDRESS_STDERR and SEND_NUMBER_STDERR macros that | Eric Andersen | 2001-06-15 | 7 | -26/+49 |
* | Now that our compiler wrapper is up to it, we can now use TARGET_CC | Eric Andersen | 2001-06-15 | 1 | -12/+10 |
* | Make strrchr not call other string functions. Hopefully | Eric Andersen | 2001-06-15 | 1 | -8/+7 |
* | I am very proud of myself. I managed to write a working _start for | Eric Andersen | 2001-06-15 | 2 | -0/+52 |
* | Add in (stub out really) __libc_current_sigrtmin, and | Eric Andersen | 2001-06-15 | 2 | -1/+36 |
* | Be consistant for all the client code, and use TARGET_CC with --uclibc-use-bu... | Eric Andersen | 2001-06-15 | 10 | -64/+58 |
* | Make all the uClibc tests use the --uclibc-use-build-dir flag | Eric Andersen | 2001-06-15 | 16 | -24/+25 |
* | Some silly grammar stuff | Eric Andersen | 2001-06-14 | 1 | -2/+4 |
* | Yet more ldso cleanups. Be more discriminating about when using inlines | Eric Andersen | 2001-06-14 | 23 | -222/+716 |
* | Fix a really stupid bug with ttyname, thanks to a patch from | Eric Andersen | 2001-06-13 | 1 | -1/+1 |
* | Don't create a fake readelf app. We are creating a real one now. | Eric Andersen | 2001-06-13 | 1 | -2/+2 |
* | Default to something like a strongArm, (i.e. has an MMU) | Eric Andersen | 2001-06-13 | 1 | -3/+2 |
* | A few new todo items | Eric Andersen | 2001-06-13 | 1 | -0/+2 |
* | Fix printf so that %p outputs "(nil)" for (void *) 0, to match glibc behavior. | Manuel Novoa III | 2001-06-13 | 1 | -11/+20 |
* | Add warning message if Config doesn't exist | David Schleef | 2001-06-13 | 1 | -0/+7 |
* | Fix printf handling of %p to prepend "0x" since output is in hex. | Manuel Novoa III | 2001-06-13 | 1 | -0/+1 |
* | Use sys/mman.h not asm/mman.h -- we don't want kernel headers... | Eric Andersen | 2001-06-13 | 2 | -2/+2 |
* | Some sparc updates from Stanley <ngstanley@cwc.nus.edu.sg> | Eric Andersen | 2001-06-12 | 2 | -2/+14 |
* | Make sure these use the local sysdep.h header file | Eric Andersen | 2001-06-12 | 3 | -2/+2 |
* | Cleanup the toploevel makefile handing of shared libs. Add weak_alias | Eric Andersen | 2001-06-12 | 14 | -83/+249 |
* | Some socket cleanups | Eric Andersen | 2001-06-12 | 2 | -37/+44 |
* | Silence a few warnings. | Eric Andersen | 2001-06-12 | 4 | -1/+7 |