Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-12 | Some sparc updates from Stanley <ngstanley@cwc.nus.edu.sg> | Eric Andersen | |
2001-06-12 | Make sure these use the local sysdep.h header file | Eric Andersen | |
2001-06-12 | Cleanup the toploevel makefile handing of shared libs. Add weak_alias | Eric Andersen | |
define, and set things up so nasty old coff toolchains can now compile things and should actually work again. -Erik | |||
2001-06-12 | Silence a few warnings. | Eric Andersen | |
2001-06-07 | Commit _uClibc_fread bug fix (with minor edit) posted by Johan Adolfsson ↵ | Manuel Novoa III | |
<johan.adolfsson@axis.com>. | |||
2001-06-07 | The m68k-elf compiler chokes on this code when compiling for PIC as | David McCullough | |
compile_regex is one big function (relative function calls further than cpu32 can do). The solution was to re-order the code a little to reduce the size of these relative calls. So the total sum of the changes is: * Move compile_regex to the end of the file * make store_op1 an inline Unfortunately CVS diff doesn't show this and makes it look like the whole file has been severely hacked. It hasn't. | |||
2001-06-02 | Add locale-enabled strcoll function from vodz, plus supporting tool. | Manuel Novoa III | |
2001-06-01 | Put the locale stuff back how it was till we can get a proper implementation | Eric Andersen | |
that doesn't suck so badly. -Erik | |||
2001-06-01 | oops. | Eric Andersen | |
2001-06-01 | decouple this from strchr | Eric Andersen | |
2001-05-31 | Cleanup some stupid warnings | Eric Andersen | |
2001-05-29 | Remove the now obsolete "headers" target. Fix call to ↵ | Eric Andersen | |
get-needed-libgcc-objects.sh to we define NM and AR properly. | |||
2001-05-29 | Sometimes (often) the kernel will return things other then -1. | Eric Andersen | |
Deal with it. -Erik | |||
2001-05-28 | Make selection of uClibc floating point support in printf, etc. seperate | Manuel Novoa III | |
from libm float function support. Also, move all Config files out of the main directory. | |||
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 | |
used on mipsel.) | |||
2001-05-26 | Nasty hack to get around inconsistency between dynamic linker | David Schleef | |
entry and kernel entry to crt0.o. | |||
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 | |
the last bit that was needed to get util-linux to compile. | |||
2001-05-26 | Add in message queue support, based on work from <tapu@371.net>. | Eric Andersen | |
This is required to compile util-linux | |||
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 | |
header more compatible with the kernel and not with glibc. | |||
2001-05-25 | Enable mlock and friends if __UCLIBC_HAS_MMU__ is defined. util-linux | Eric Andersen | |
needs this to compile. | |||
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 | |
C locale of course. util-linux needs this stuff to compile... | |||
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 | |
rather then just omitting them... -Erik | |||
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 | |
the main include/ directory, but we'll hide it here for now. | |||
2001-05-22 | Header cleanups to fix compilation. Mostly a hack, pending figuring | David Schleef | |
out the best way to do some things. | |||
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 | |
when cross compiling with shared lib support, there were spots where the native 'ld' was mistakenly being called. | |||
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 | |
as m68k which has some asm in its version). -Erik | |||
2001-05-16 | Sigpause was broken. Now it is fixed. | Eric Andersen | |
-Erik | |||
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 | |
tree is less messy now (which helps), all libraries are placed into uClibc/lib when compiling, all libraries now use a consistant mechanism for being built, all libraries use a consistant naming scheme where the lib name includes the uClibc version number, which makes ldconfig happy and willing to work with us. -Erik | |||
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 | |
so that it works for realloc too. -Erik | |||
2001-05-11 | Fix up the 'make clean' target | Eric Andersen | |