| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add in message queue support, based on work from <tapu@371.net>. | Eric Andersen | 2001-05-26 | 2 | -1/+60 |
* | Changes to make types.h more compatible with the Linux kernel. | David Schleef | 2001-05-25 | 1 | -0/+2 |
* | Random change to get a log message: Previous change is to make this | David Schleef | 2001-05-25 | 1 | -1/+1 |
* | Enable mlock and friends if __UCLIBC_HAS_MMU__ is defined. util-linux | Eric Andersen | 2001-05-25 | 1 | -0/+29 |
* | Added powerpc-specific mmap syscall, 'cause we're special. | David Schleef | 2001-05-25 | 4 | -6/+48 |
* | Add in some more GNU compatible locale stuff. I only implement the | Eric Andersen | 2001-05-25 | 12 | -0/+1266 |
* | Needed for libm | David Schleef | 2001-05-25 | 1 | -0/+103 |
* | Add in missing capset and capget syscalls. Stub out syscalls when missing | Eric Andersen | 2001-05-25 | 1 | -46/+98 |
* | Update for the SH port from Jean-Yves Avenard <jean-yves_avenard@hp.com> | Eric Andersen | 2001-05-25 | 5 | -43/+218 |
* | Remove dead code. | Manuel Novoa III | 2001-05-23 | 3 | -130/+0 |
* | Copied sgidefs.h from Debian libc6 2.2.2-4 for MIPS. Should go into | David Schleef | 2001-05-22 | 1 | -0/+44 |
* | Header cleanups to fix compilation. Mostly a hack, pending figuring | David Schleef | 2001-05-22 | 6 | -6/+30 |
* | Copied bits/*.h from Debian MIPS libc6-dev 2.2.2-4 package. | David Schleef | 2001-05-22 | 71 | -0/+8434 |
* | First cut of MIPS port | David Schleef | 2001-05-22 | 2 | -0/+122 |
* | rewrite to accomodate devfs | Eric Andersen | 2001-05-21 | 1 | -30/+60 |
* | Add comment about scanf pushback behavior and glibc difference. | Manuel Novoa III | 2001-05-21 | 1 | -0/+11 |
* | Fix up some problems noted by August Hoerandl <ahoerandl@gmx.at> | Eric Andersen | 2001-05-17 | 1 | -1/+1 |
* | Add in tempnam() | Eric Andersen | 2001-05-17 | 2 | -1/+49 |
* | Move the default ptrace.c to common, but let arches override it (such | Eric Andersen | 2001-05-16 | 5 | -6/+54 |
* | Sigpause was broken. Now it is fixed. | Eric Andersen | 2001-05-16 | 1 | -21/+49 |
* | Fix up a few little problems | Eric Andersen | 2001-05-16 | 1 | -3/+3 |
* | These seem to be missing also | Eric Andersen | 2001-05-12 | 3 | -0/+401 |
* | Add in a libc.so link as well | Eric Andersen | 2001-05-12 | 1 | -0/+1 |
* | This file was missing on arm | Eric Andersen | 2001-05-12 | 1 | -0/+209 |
* | I'd broken powerpc crt0.o installation | Eric Andersen | 2001-05-12 | 1 | -2/+4 |
* | Add missing header file for arm | Eric Andersen | 2001-05-12 | 1 | -0/+93 |
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 39 | -89/+158 |
* | Bring powerpc back into line so it compiles again. | Eric Andersen | 2001-05-11 | 6 | -2/+828 |
* | A patch from Matthias Kilian <kili@outback.escape.de> to fix -DDEBUG_MALLOC | Eric Andersen | 2001-05-11 | 2 | -1/+12 |
* | Fix up the 'make clean' target | Eric Andersen | 2001-05-11 | 1 | -1/+1 |
* | Fix 'make clean' target | Eric Andersen | 2001-05-11 | 1 | -1/+1 |
* | Fix 'make clean' so it clean the rpc dir | Eric Andersen | 2001-05-11 | 1 | -1/+1 |
* | Oops. Forgot the makefile updates | Eric Andersen | 2001-05-10 | 2 | -2/+3 |
* | These are needed for ash-0.3.8 | Eric Andersen | 2001-05-10 | 2 | -0/+95 |
* | Add in an older libc5 glob implementation, which is a bit thinner. | Eric Andersen | 2001-05-09 | 1 | -963/+451 |
* | By default, leave out the RPC junk (it adds over 30k). Add in a compile | Eric Andersen | 2001-05-09 | 1 | -3/+8 |
* | Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutil | Eric Andersen | 2001-05-08 | 8 | -1/+694 |
* | Turns out alphasort was totally broken. This fixed one works. | Eric Andersen | 2001-05-08 | 1 | -4/+3 |
* | A patch from Jon Nelson <jnelson@securepipe.com> to make scandir | Eric Andersen | 2001-05-08 | 1 | -4/+5 |
* | Code did not match the prototypes, from what I can tell it should be using | David McCullough | 2001-05-08 | 1 | -4/+4 |
* | Quick fix to setjmp/longjmp/sigsetjmp etc to make them work. | David McCullough | 2001-05-08 | 2 | -10/+15 |
* | Looks like I forgot to commit this. | Eric Andersen | 2001-05-08 | 1 | -1/+1 |
* | Fix fwrite return value bug reported by Matthias Kilian <kili@outback.escape.... | Manuel Novoa III | 2001-05-07 | 1 | -1/+2 |
* | Change FILENAME_MAX to be only 255. Max filename on ext2 is 255, | Eric Andersen | 2001-05-07 | 9 | -36/+39 |
* | A couple of printf fixes from Johan Adolfsson (johan.adolfsson@axis.com). | Manuel Novoa III | 2001-05-07 | 1 | -23/+31 |
* | Add in inet_ntop() and inet_pton() -- ported from glibc 2.2.3 | Eric Andersen | 2001-05-04 | 1 | -0/+400 |
* | This patch allows powerpc to compile again. It also checks if we | Eric Andersen | 2001-05-04 | 3 | -0/+149 |
* | Initial sparc port, thanks to Mathew Bosworth <mbosworth@metaflow.com>, | Eric Andersen | 2001-05-04 | 8 | -2/+445 |
* | Clean up some issues for building on m68k. | David McCullough | 2001-05-04 | 2 | -7/+2 |
* | Fix up a comment | Eric Andersen | 2001-04-28 | 1 | -1/+1 |