Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix printf so that %p outputs "(nil)" for (void *) 0, to match glibc behavior. | Manuel Novoa III | 2001-06-13 | 1 | -11/+20 | |
| | ||||||
* | Fix printf handling of %p to prepend "0x" since output is in hex. | Manuel Novoa III | 2001-06-13 | 1 | -0/+1 | |
| | | | | | Note: glibc output for (void *)0 is "(nil)" while uClibc output is "0". Does anyone have a preference? | |||||
* | 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 | 10 | -52/+51 | |
| | | | | | | define, and set things up so nasty old coff toolchains can now compile things and should actually work again. -Erik | |||||
* | Silence a few warnings. | Eric Andersen | 2001-06-12 | 4 | -1/+7 | |
| | ||||||
* | Commit _uClibc_fread bug fix (with minor edit) posted by Johan Adolfsson ↵ | Manuel Novoa III | 2001-06-07 | 1 | -0/+4 | |
| | | | | <johan.adolfsson@axis.com>. | |||||
* | The m68k-elf compiler chokes on this code when compiling for PIC as | David McCullough | 2001-06-07 | 1 | -1129/+1128 | |
| | | | | | | | | | | | | | | | | 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. | |||||
* | Add locale-enabled strcoll function from vodz, plus supporting tool. | Manuel Novoa III | 2001-06-02 | 5 | -76/+283 | |
| | ||||||
* | Put the locale stuff back how it was till we can get a proper implementation | Eric Andersen | 2001-06-01 | 11 | -1222/+0 | |
| | | | | | that doesn't suck so badly. -Erik | |||||
* | oops. | Eric Andersen | 2001-06-01 | 1 | -3/+3 | |
| | ||||||
* | decouple this from strchr | Eric Andersen | 2001-06-01 | 1 | -8/+12 | |
| | ||||||
* | Cleanup some stupid warnings | Eric Andersen | 2001-05-31 | 3 | -14/+24 | |
| | ||||||
* | Remove the now obsolete "headers" target. Fix call to ↵ | Eric Andersen | 2001-05-29 | 1 | -29/+2 | |
| | | | | | | get-needed-libgcc-objects.sh to we define NM and AR properly. | |||||
* | Sometimes (often) the kernel will return things other then -1. | Eric Andersen | 2001-05-29 | 1 | -7/+6 | |
| | | | | | Deal with it. -Erik | |||||
* | Make selection of uClibc floating point support in printf, etc. seperate | Manuel Novoa III | 2001-05-28 | 2 | -2/+2 | |
| | | | | | from libm float function support. Also, move all Config files out of the main directory. | |||||
* | Minor fix. | Manuel Novoa III | 2001-05-26 | 1 | -2/+2 | |
| | ||||||
* | These are needed for arm to compile | Eric Andersen | 2001-05-26 | 2 | -0/+181 | |
| | ||||||
* | Makefile targets to symlink arch-specific headers into include/ (only | David Schleef | 2001-05-26 | 7 | -0/+21 | |
| | | | | used on mipsel.) | |||||
* | Nasty hack to get around inconsistency between dynamic linker | David Schleef | 2001-05-26 | 1 | -1/+12 | |
| | | | | entry and kernel entry to crt0.o. | |||||
* | Make powerpc compile. Needs this header... | Eric Andersen | 2001-05-26 | 1 | -0/+77 | |
| | ||||||
* | Fix regex support to be compatible with 4.2 BSD regex library. This is | Eric Andersen | 2001-05-26 | 1 | -0/+1 | |
| | | | | the last bit that was needed to get util-linux to compile. | |||||
* | Add in message queue support, based on work from <tapu@371.net>. | Eric Andersen | 2001-05-26 | 2 | -1/+60 | |
| | | | | This is required to compile util-linux | |||||
* | 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 | |
| | | | | header more compatible with the kernel and not with glibc. | |||||
* | Enable mlock and friends if __UCLIBC_HAS_MMU__ is defined. util-linux | Eric Andersen | 2001-05-25 | 1 | -0/+29 | |
| | | | | needs this to compile. | |||||
* | 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 | |
| | | | | C locale of course. util-linux needs this stuff to compile... | |||||
* | 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 | |
| | | | | | rather then just omitting them... -Erik | |||||
* | 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 | |
| | | | | the main include/ directory, but we'll hide it here for now. | |||||
* | Header cleanups to fix compilation. Mostly a hack, pending figuring | David Schleef | 2001-05-22 | 6 | -6/+30 | |
| | | | | out the best way to do some things. | |||||
* | 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 | |
| | | | | | when cross compiling with shared lib support, there were spots where the native 'ld' was mistakenly being called. | |||||
* | 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 | |
| | | | | | as m68k which has some asm in its version). -Erik | |||||
* | Sigpause was broken. Now it is fixed. | Eric Andersen | 2001-05-16 | 1 | -21/+49 | |
| | | | | -Erik | |||||
* | 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 | |
| | | | | | | | | | 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 | |||||
* | Bring powerpc back into line so it compiles again. | Eric Andersen | 2001-05-11 | 6 | -2/+828 | |
| |