summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-05-21Stub out libresolv for now. Some apps try to link with it (thoughEric Andersen
2001-05-21Patch from Andreas Neuhaus <andy@fasta.fh-dortmund.de>Eric Andersen
2001-05-21Wrap getline() inside #ifdef __USE_GNUEric Andersen
2001-05-21Proper prototype for mtherr, although this should probably be made anManuel Novoa III
2001-05-21Add comment about scanf pushback behavior and glibc difference.Manuel Novoa III
2001-05-18I wasn't building the libdl shared lib anymore. Make each lib install aEric Andersen
2001-05-17Fix up some problems noted by August Hoerandl <ahoerandl@gmx.at>Eric Andersen
2001-05-17Patch from David McCullough <davidm@lineo.com> -- do notEric Andersen
2001-05-17Add in tempnam()Eric Andersen
2001-05-16Move the default ptrace.c to common, but let arches override it (suchEric Andersen
2001-05-16Sigpause was broken. Now it is fixed.Eric Andersen
2001-05-16Oops again. We do want to print this info, but only whenEric Andersen
2001-05-16Oops. I left in some debugging noise. Also some minor formatting updates.Eric Andersen
2001-05-16Fix up a few little problemsEric Andersen
2001-05-12Should not call make on ldso/libdlEric Andersen
2001-05-12These seem to be missing alsoEric Andersen
2001-05-12Add in a libc.so link as wellEric Andersen
2001-05-12This file was missing on armEric Andersen
2001-05-12I'd broken powerpc crt0.o installationEric Andersen
2001-05-12Add missing header file for armEric Andersen
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen
2001-05-11Rework where libraries get installed to. Now thew will be compiled andEric Andersen
2001-05-11Change 'crypt' to 'libcrypt'Eric Andersen
2001-05-11Fix a couple silly bugs in this testEric Andersen
2001-05-11Bring powerpc back into line so it compiles again.Eric Andersen
2001-05-11Fix the 'make clean' targetEric Andersen
2001-05-11Fix up the 'make clean' targetEric 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-10Fix broken resources.hEric Andersen
2001-05-10Oops. Forgot the makefile updatesEric Andersen
2001-05-10These are needed for ash-0.3.8Eric Andersen
2001-05-10Seems a few apps need this one...Eric Andersen
2001-05-10Check if ld.so is included in the NEEDED list. If so, do not _again_Eric Andersen
2001-05-10Fix up naming of ld.so so every uses the same define. The top levelEric Andersen
2001-05-10Ignore generated fileEric Andersen
2001-05-10minor formatting cleanupsEric Andersen
2001-05-10Add in _dl_strrchrEric Andersen
2001-05-10uClibc now has a math library. muahahahaha!Eric Andersen
2001-05-10Don't hard code path to TARGET_CCEric Andersen
2001-05-09ignore generated stuffEric 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-09compile up libutilEric Andersen
2001-05-09Yipe. This was still pulling in kernel headers.Eric 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