Age | Commit message (Expand) | Author |
2001-05-29 | Remove the now obsolete "headers" target. Fix call to get-needed-libgcc-obje... | Eric Andersen |
2001-05-29 | Sometimes (often) the kernel will return things other then -1. | Eric Andersen |
2001-05-28 | Make selection of uClibc floating point support in printf, etc. seperate | Manuel Novoa III |
2001-05-26 | Minor fix. | Manuel Novoa III |
2001-05-26 | These are needed for arm to compile | Eric Andersen |
2001-05-26 | Makefile targets to symlink arch-specific headers into include/ (only | David Schleef |
2001-05-26 | Nasty hack to get around inconsistency between dynamic linker | David Schleef |
2001-05-26 | Make powerpc compile. Needs this header... | Eric Andersen |
2001-05-26 | Fix regex support to be compatible with 4.2 BSD regex library. This is | Eric Andersen |
2001-05-26 | Add in message queue support, based on work from <tapu@371.net>. | Eric Andersen |
2001-05-25 | Changes to make types.h more compatible with the Linux kernel. | David Schleef |
2001-05-25 | Random change to get a log message: Previous change is to make this | David Schleef |
2001-05-25 | Enable mlock and friends if __UCLIBC_HAS_MMU__ is defined. util-linux | Eric Andersen |
2001-05-25 | Added powerpc-specific mmap syscall, 'cause we're special. | David Schleef |
2001-05-25 | Add in some more GNU compatible locale stuff. I only implement the | Eric Andersen |
2001-05-25 | Needed for libm | David Schleef |
2001-05-25 | Add in missing capset and capget syscalls. Stub out syscalls when missing | Eric Andersen |
2001-05-25 | Update for the SH port from Jean-Yves Avenard <jean-yves_avenard@hp.com> | Eric Andersen |
2001-05-23 | Remove dead code. | Manuel Novoa III |
2001-05-22 | Copied sgidefs.h from Debian libc6 2.2.2-4 for MIPS. Should go into | David Schleef |
2001-05-22 | Header cleanups to fix compilation. Mostly a hack, pending figuring | David Schleef |
2001-05-22 | Copied bits/*.h from Debian MIPS libc6-dev 2.2.2-4 package. | David Schleef |
2001-05-22 | First cut of MIPS port | David Schleef |
2001-05-21 | rewrite to accomodate devfs | Eric Andersen |
2001-05-21 | Add comment about scanf pushback behavior and glibc difference. | Manuel Novoa III |
2001-05-17 | Fix up some problems noted by August Hoerandl <ahoerandl@gmx.at> | Eric Andersen |
2001-05-17 | Add in tempnam() | Eric Andersen |
2001-05-16 | Move the default ptrace.c to common, but let arches override it (such | Eric Andersen |
2001-05-16 | Sigpause was broken. Now it is fixed. | Eric Andersen |
2001-05-16 | Fix up a few little problems | Eric Andersen |
2001-05-12 | These seem to be missing also | Eric Andersen |
2001-05-12 | Add in a libc.so link as well | Eric Andersen |
2001-05-12 | This file was missing on arm | Eric Andersen |
2001-05-12 | I'd broken powerpc crt0.o installation | Eric Andersen |
2001-05-12 | Add missing header file for arm | Eric Andersen |
2001-05-12 | Ok, this should finish off my massive ro-organization. The source | Eric Andersen |
2001-05-11 | Bring powerpc back into line so it compiles again. | Eric Andersen |
2001-05-11 | A patch from Matthias Kilian <kili@outback.escape.de> to fix -DDEBUG_MALLOC | Eric Andersen |
2001-05-11 | Fix up the 'make clean' target | Eric Andersen |
2001-05-11 | Fix 'make clean' target | Eric Andersen |
2001-05-11 | Fix 'make clean' so it clean the rpc dir | Eric Andersen |
2001-05-10 | Oops. Forgot the makefile updates | Eric Andersen |
2001-05-10 | These are needed for ash-0.3.8 | Eric Andersen |
2001-05-09 | Add in an older libc5 glob implementation, which is a bit thinner. | Eric Andersen |
2001-05-09 | By default, leave out the RPC junk (it adds over 30k). Add in a compile | Eric Andersen |
2001-05-08 | Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutil | Eric Andersen |
2001-05-08 | Turns out alphasort was totally broken. This fixed one works. | Eric Andersen |
2001-05-08 | A patch from Jon Nelson <jnelson@securepipe.com> to make scandir | Eric Andersen |
2001-05-08 | Code did not match the prototypes, from what I can tell it should be using | David McCullough |
2001-05-08 | Quick fix to setjmp/longjmp/sigsetjmp etc to make them work. | David McCullough |