summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Fix a really stupid bug with ttyname, thanks to a patch fromEric Andersen2001-06-131-1/+1
* Fix printf so that %p outputs "(nil)" for (void *) 0, to match glibc behavior.Manuel Novoa III2001-06-131-11/+20
* Fix printf handling of %p to prepend "0x" since output is in hex.Manuel Novoa III2001-06-131-0/+1
* Some sparc updates from Stanley <ngstanley@cwc.nus.edu.sg>Eric Andersen2001-06-122-2/+14
* Make sure these use the local sysdep.h header fileEric Andersen2001-06-123-2/+2
* Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen2001-06-1210-52/+51
* Silence a few warnings.Eric Andersen2001-06-124-1/+7
* Commit _uClibc_fread bug fix (with minor edit) posted by Johan Adolfsson <joh...Manuel Novoa III2001-06-071-0/+4
* The m68k-elf compiler chokes on this code when compiling for PIC asDavid McCullough2001-06-071-1129/+1128
* Add locale-enabled strcoll function from vodz, plus supporting tool.Manuel Novoa III2001-06-025-76/+283
* Put the locale stuff back how it was till we can get a proper implementationEric Andersen2001-06-0111-1222/+0
* oops.Eric Andersen2001-06-011-3/+3
* decouple this from strchrEric Andersen2001-06-011-8/+12
* Cleanup some stupid warningsEric Andersen2001-05-313-14/+24
* Remove the now obsolete "headers" target. Fix call to get-needed-libgcc-obje...Eric Andersen2001-05-291-29/+2
* Sometimes (often) the kernel will return things other then -1.Eric Andersen2001-05-291-7/+6
* Make selection of uClibc floating point support in printf, etc. seperateManuel Novoa III2001-05-282-2/+2
* Minor fix.Manuel Novoa III2001-05-261-2/+2
* These are needed for arm to compileEric Andersen2001-05-262-0/+181
* Makefile targets to symlink arch-specific headers into include/ (onlyDavid Schleef2001-05-267-0/+21
* Nasty hack to get around inconsistency between dynamic linkerDavid Schleef2001-05-261-1/+12
* Make powerpc compile. Needs this header...Eric Andersen2001-05-261-0/+77
* Fix regex support to be compatible with 4.2 BSD regex library. This isEric Andersen2001-05-261-0/+1
* Add in message queue support, based on work from <tapu@371.net>.Eric Andersen2001-05-262-1/+60
* Changes to make types.h more compatible with the Linux kernel.David Schleef2001-05-251-0/+2
* Random change to get a log message: Previous change is to make thisDavid Schleef2001-05-251-1/+1
* Enable mlock and friends if __UCLIBC_HAS_MMU__ is defined. util-linuxEric Andersen2001-05-251-0/+29
* Added powerpc-specific mmap syscall, 'cause we're special.David Schleef2001-05-254-6/+48
* Add in some more GNU compatible locale stuff. I only implement theEric Andersen2001-05-2512-0/+1266
* Needed for libmDavid Schleef2001-05-251-0/+103
* Add in missing capset and capget syscalls. Stub out syscalls when missingEric Andersen2001-05-251-46/+98
* Update for the SH port from Jean-Yves Avenard <jean-yves_avenard@hp.com>Eric Andersen2001-05-255-43/+218
* Remove dead code.Manuel Novoa III2001-05-233-130/+0
* Copied sgidefs.h from Debian libc6 2.2.2-4 for MIPS. Should go intoDavid Schleef2001-05-221-0/+44
* Header cleanups to fix compilation. Mostly a hack, pending figuringDavid Schleef2001-05-226-6/+30
* Copied bits/*.h from Debian MIPS libc6-dev 2.2.2-4 package.David Schleef2001-05-2271-0/+8434
* First cut of MIPS portDavid Schleef2001-05-222-0/+122
* rewrite to accomodate devfsEric Andersen2001-05-211-30/+60
* Add comment about scanf pushback behavior and glibc difference.Manuel Novoa III2001-05-211-0/+11
* Fix up some problems noted by August Hoerandl <ahoerandl@gmx.at>Eric Andersen2001-05-171-1/+1
* Add in tempnam()Eric Andersen2001-05-172-1/+49
* Move the default ptrace.c to common, but let arches override it (suchEric Andersen2001-05-165-6/+54
* Sigpause was broken. Now it is fixed.Eric Andersen2001-05-161-21/+49
* Fix up a few little problemsEric Andersen2001-05-161-3/+3
* These seem to be missing alsoEric Andersen2001-05-123-0/+401
* Add in a libc.so link as wellEric Andersen2001-05-121-0/+1
* This file was missing on armEric Andersen2001-05-121-0/+209
* I'd broken powerpc crt0.o installationEric Andersen2001-05-121-2/+4
* Add missing header file for armEric Andersen2001-05-121-0/+93
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-1239-89/+158