summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2001-05-11Bring powerpc back into line so it compiles again.Eric Andersen
2001-05-11A patch from Matthias Kilian <kili@outback.escape.de> to fix -DDEBUG_MALLOCEric Andersen
2001-05-11Fix up the 'make clean' targetEric Andersen
2001-05-11Fix 'make clean' targetEric Andersen
2001-05-11Fix 'make clean' so it clean the rpc dirEric Andersen
2001-05-10Oops. Forgot the makefile updatesEric Andersen
2001-05-10These are needed for ash-0.3.8Eric Andersen
2001-05-09Add in an older libc5 glob implementation, which is a bit thinner.Eric Andersen
2001-05-09By default, leave out the RPC junk (it adds over 30k). Add in a compileEric Andersen
2001-05-08Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutilEric Andersen
2001-05-08Turns out alphasort was totally broken. This fixed one works.Eric Andersen
2001-05-08A patch from Jon Nelson <jnelson@securepipe.com> to make scandirEric Andersen
2001-05-08Code did not match the prototypes, from what I can tell it should be usingDavid McCullough
2001-05-08Quick fix to setjmp/longjmp/sigsetjmp etc to make them work.David McCullough
2001-05-08Looks like I forgot to commit this.Eric Andersen
2001-05-07Fix fwrite return value bug reported by Matthias Kilian <kili@outback.escape....Manuel Novoa III
2001-05-07Change FILENAME_MAX to be only 255. Max filename on ext2 is 255,Eric Andersen
2001-05-07A couple of printf fixes from Johan Adolfsson (johan.adolfsson@axis.com).Manuel Novoa III
2001-05-04Add in inet_ntop() and inet_pton() -- ported from glibc 2.2.3Eric Andersen
2001-05-04This patch allows powerpc to compile again. It also checks if weEric Andersen
2001-05-04Initial sparc port, thanks to Mathew Bosworth <mbosworth@metaflow.com>,Eric Andersen
2001-05-04Clean up some issues for building on m68k.David McCullough
2001-04-28Fix up a commentEric Andersen
2001-04-27As noted by Michiel Thuys <michiel.thuys@intersil.com>, the weak alias forEric Andersen
2001-04-27Patch from Tom Walsh <tom@cyberiansoftware.com> to fix a thinkoEric Andersen
2001-04-25Be really sneaky and use GNU ld special stuff so that whenever folksEric Andersen
2001-04-25As pointed out by Michiel Thuys <michiel.thuys@intersil.com>, this wasEric Andersen
2001-04-25Be more strict with the malloc implementation. Return NULLEric Andersen
2001-04-25Be more strict with the glibc style malloc implementation. Return NULLEric Andersen
2001-04-24These are needed for arm ld.so support (not at all working yet...)Eric Andersen
2001-04-23Always use __NR_<name>, not SYS_<name>Eric Andersen
2001-04-23Only compile in daemon() if the target has an MMU.Eric Andersen
2001-04-20Use the real getnetbyname(), not the stub in resolv.cEric Andersen
2001-04-20Stub out fpathconf() -- FIXMEEric Andersen
2001-04-20Add in a trivial getlogin implementationEric Andersen
2001-04-20Add missing header file for daemon.c, add missing functions into unistd.h.Eric Andersen
2001-04-20Nobody should be using the SYS_ syscall names. Use the __NR_<foo>Eric Andersen
2001-04-20getnetbyname.o, res_init.o and res_query.o were missing from the Makefile,Eric Andersen
2001-04-19Remove the old crypt implementationEric Andersen
2001-04-19Bring sh and i386 longjmp implementations into syncEric Andersen
2001-04-19Add missing alias siglongjmp = longjmp;Eric Andersen
2001-04-19Remove all the __THROW macrosEric Andersen
2001-04-18Posix 1003.13 POSIX_MULTI_PROCESS specifies that execle() shouldEric Andersen
2001-04-18Add missing time()Eric Andersen
2001-04-18Update temp file handling and use a single function to do allEric Andersen
2001-04-06Fix up more leftovers resultant from fixing _LIBCEric Andersen
2001-04-06Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen
2001-04-05Get the full set of module creating syscalls in place.Eric Andersen
2001-04-05Add in delete_moduleEric Andersen
2001-04-04Add missing function sigfillset.Manuel Novoa III