summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-05-25Random quick-and-dirty evil malloc checker.David Schleef
2001-05-25The mmap syscall has 6 arguments, which has various implementationsDavid Schleef
2001-05-25Test to check for proper stat mangling.David Schleef
2001-05-25termios test program, since I'm having difficulty on powerpcDavid Schleef
2001-05-25Needed for libmDavid Schleef
2001-05-25Add in missing capset and capget syscalls. Stub out syscalls when missingEric Andersen
2001-05-25We need the definition of HUGE_VAL fpr some apps. Include it.Eric Andersen
2001-05-25Cleanup the math.h header file. It was broken when enabling doublesEric Andersen
2001-05-25Update for the SH port from Jean-Yves Avenard <jean-yves_avenard@hp.com>Eric Andersen
2001-05-25One last structural change. Install header files to INSTALLDIR/usr/includeEric Andersen
2001-05-23Remove dead code.Manuel Novoa III
2001-05-22Added file for non-Cephes double routines; currently only fmod and modf.Manuel Novoa III
2001-05-22Add poll.h header.Manuel Novoa III
2001-05-22Copied sgidefs.h from Debian libc6 2.2.2-4 for MIPS. Should go intoDavid Schleef
2001-05-22Header cleanups to fix compilation. Mostly a hack, pending figuringDavid Schleef
2001-05-22Copied bits/*.h from Debian MIPS libc6-dev 2.2.2-4 package.David Schleef
2001-05-22First cut of MIPS portDavid Schleef
2001-05-21rewrite to accomodate devfsEric Andersen
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