summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* By default, leave out the RPC junk (it adds over 30k). Add in a compileEric Andersen2001-05-091-3/+8
* Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutilEric Andersen2001-05-088-1/+694
* Turns out alphasort was totally broken. This fixed one works.Eric Andersen2001-05-081-4/+3
* A patch from Jon Nelson <jnelson@securepipe.com> to make scandirEric Andersen2001-05-081-4/+5
* Code did not match the prototypes, from what I can tell it should be usingDavid McCullough2001-05-081-4/+4
* Quick fix to setjmp/longjmp/sigsetjmp etc to make them work.David McCullough2001-05-082-10/+15
* Looks like I forgot to commit this.Eric Andersen2001-05-081-1/+1
* Fix fwrite return value bug reported by Matthias Kilian <kili@outback.escape....Manuel Novoa III2001-05-071-1/+2
* Change FILENAME_MAX to be only 255. Max filename on ext2 is 255,Eric Andersen2001-05-079-36/+39
* 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
* This patch allows powerpc to compile again. It also checks if weEric Andersen2001-05-043-0/+149
* Initial sparc port, thanks to Mathew Bosworth <mbosworth@metaflow.com>,Eric Andersen2001-05-048-2/+445
* Clean up some issues for building on m68k.David McCullough2001-05-042-7/+2
* Fix up a commentEric Andersen2001-04-281-1/+1
* As noted by Michiel Thuys <michiel.thuys@intersil.com>, the weak alias forEric Andersen2001-04-272-2/+2
* Patch from Tom Walsh <tom@cyberiansoftware.com> to fix a thinkoEric Andersen2001-04-271-1/+2
* Be really sneaky and use GNU ld special stuff so that whenever folksEric Andersen2001-04-251-0/+1
* As pointed out by Michiel Thuys <michiel.thuys@intersil.com>, this wasEric Andersen2001-04-251-15/+1
* Be more strict with the malloc implementation. Return NULLEric Andersen2001-04-251-5/+10
* Be more strict with the glibc style malloc implementation. Return NULLEric Andersen2001-04-251-2/+2
* These are needed for arm ld.so support (not at all working yet...)Eric Andersen2001-04-242-0/+73
* Always use __NR_<name>, not SYS_<name>Eric Andersen2001-04-231-3/+3
* Only compile in daemon() if the target has an MMU.Eric Andersen2001-04-232-6/+6
* Use the real getnetbyname(), not the stub in resolv.cEric Andersen2001-04-201-1/+1
* Stub out fpathconf() -- FIXMEEric Andersen2001-04-201-0/+30
* Add in a trivial getlogin implementationEric Andersen2001-04-201-0/+48
* Add missing header file for daemon.c, add missing functions into unistd.h.Eric Andersen2001-04-202-2/+3
* Nobody should be using the SYS_ syscall names. Use the __NR_<foo>Eric Andersen2001-04-203-3/+3
* getnetbyname.o, res_init.o and res_query.o were missing from the Makefile,Eric Andersen2001-04-201-1/+3
* Remove the old crypt implementationEric Andersen2001-04-191-1/+1
* Bring sh and i386 longjmp implementations into syncEric Andersen2001-04-193-46/+14
* Add missing alias siglongjmp = longjmp;Eric Andersen2001-04-191-0/+9
* Remove all the __THROW macrosEric Andersen2001-04-1911-51/+51