summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Collapse)AuthorAgeFilesLines
...
* Add in message queue support, based on work from <tapu@371.net>.Eric Andersen2001-05-262-1/+60
| | | | This is required to compile util-linux
* 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
| | | | header more compatible with the kernel and not with glibc.
* Enable mlock and friends if __UCLIBC_HAS_MMU__ is defined. util-linuxEric Andersen2001-05-251-0/+29
| | | | needs this to compile.
* 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
| | | | C locale of course. util-linux needs this stuff to compile...
* 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
| | | | | rather then just omitting them... -Erik
* 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
| | | | the main include/ directory, but we'll hide it here for now.
* Header cleanups to fix compilation. Mostly a hack, pending figuringDavid Schleef2001-05-226-6/+30
| | | | out the best way to do some things.
* 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
| | | | | when cross compiling with shared lib support, there were spots where the native 'ld' was mistakenly being called.
* 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
| | | | | as m68k which has some asm in its version). -Erik
* Sigpause was broken. Now it is fixed.Eric Andersen2001-05-161-21/+49
| | | | -Erik
* 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
| | | | | | | | | 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 Andersen2001-05-116-2/+828
|
* A patch from Matthias Kilian <kili@outback.escape.de> to fix -DDEBUG_MALLOCEric Andersen2001-05-112-1/+12
| | | | | so that it works for realloc too. -Erik
* Fix up the 'make clean' targetEric Andersen2001-05-111-1/+1
|
* Fix 'make clean' targetEric Andersen2001-05-111-1/+1
|
* Fix 'make clean' so it clean the rpc dirEric Andersen2001-05-111-1/+1
|
* Oops. Forgot the makefile updatesEric Andersen2001-05-102-2/+3
|
* These are needed for ash-0.3.8Eric Andersen2001-05-102-0/+95
|
* Add in an older libc5 glob implementation, which is a bit thinner.Eric Andersen2001-05-091-963/+451
| | | | -Erik
* By default, leave out the RPC junk (it adds over 30k). Add in a compileEric Andersen2001-05-091-3/+8
| | | | | | time option to include it if NFS support is wanted (does anyone every use this for anything else these days?) -Erik
* Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutilEric Andersen2001-05-088-1/+694
| | | | | | | | port. I have reworked the code quite a bit so that the stuff that is supposed to be in libc is in libc, and I added a bunch of missing stuff so the libutil interface matches that of glibc's libutil. The only caveat is that libutil/login.c is currently a stub. -Erik
* Turns out alphasort was totally broken. This fixed one works.Eric Andersen2001-05-081-4/+3
| | | | -Erik
* A patch from Jon Nelson <jnelson@securepipe.com> to make scandirEric Andersen2001-05-081-4/+5
| | | | sort things as it is supposed to do.
* Code did not match the prototypes, from what I can tell it should be usingDavid McCullough2001-05-081-4/+4
| | | | size_t as the header files have it already.
* Quick fix to setjmp/longjmp/sigsetjmp etc to make them work.David McCullough2001-05-082-10/+15
| | | | This should really be fixed to fall into line with the other archs.
* Looks like I forgot to commit this.Eric Andersen2001-05-081-1/+1
|
* Fix fwrite return value bug reported by Matthias Kilian ↵Manuel Novoa III2001-05-071-1/+2
| | | | <kili@outback.escape.de>.
* Change FILENAME_MAX to be only 255. Max filename on ext2 is 255,Eric Andersen2001-05-079-36/+39
| | | | | | | so there is no reason to allocate 4k. Change working of execvep.c per patch from Matthias Kilian <kili@outback.escape.de> so that there is not a fixed 127 byte buffer. Too easy to overflow... -Erik
* A couple of printf fixes from Johan Adolfsson (johan.adolfsson@axis.com).Manuel Novoa III2001-05-071-23/+31
|
* Add in inet_ntop() and inet_pton() -- ported from glibc 2.2.3Eric Andersen2001-05-041-0/+400
| | | | by Cory Visi <merlin@phear.lwz.org>
* This patch allows powerpc to compile again. It also checks if weEric Andersen2001-05-043-0/+149
| | | | | | are compiling for an arch for which uClibc has an ld.so or not, and otherwise sets things up to use the system ld.so. -Erik
* Initial sparc port, thanks to Mathew Bosworth <mbosworth@metaflow.com>,Eric Andersen2001-05-048-2/+445
| | | | | | who sent this to me a month ago and I forgot to check it in. Oops. Better late then never. -Erik
* Clean up some issues for building on m68k.David McCullough2001-05-042-7/+2
|
* Fix up a commentEric Andersen2001-04-281-1/+1
|