summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-03-15Support gnu error(), patch contributed by Andrew Ip <aip@cwlinux.com>Eric Andersen
2002-03-15Hide libc specific junk inside a #ifdef _LIBC to avoidEric Andersen
2002-03-15Fix non-elf support (in theory). Revert misguided change suggestedEric Andersen
2002-03-14Fix link to daily snapshotEric Andersen
2002-03-14Update the config script to behave a bit betterEric Andersen
2002-03-14Oops! When I fixed the debug flags, I forgot to make things beEric Andersen
2002-03-14Setup so ctors/dtors can run. Disabled for now, since they doEric Andersen
2002-03-14Don't call null ctors/dtors.Eric Andersen
2002-03-14Do not enable debugging for initfini.s and friends. Won't work anyways.Eric Andersen
2002-03-14Add implementations of strtof() and strtold(). These are a bitEric Andersen
2002-03-14This should be the last piece needed to make constructors work (usingEric Andersen
2002-03-14Add some symbols needed for C++ to work. Temporary hack...Eric Andersen
2002-03-14Remove an unused variableEric Andersen
2002-03-14I vow to rerun _all_ the tests before making commits. :-(Manuel Novoa III
2002-03-13Build our own crti.o and crtn.o with a cross arch method that IEric Andersen
2002-03-13Merge in an ugly pile of rand* functions from glibc. :(Eric Andersen
2002-03-13Remove the chdir, so we can test things like empty directoriesEric Andersen
2002-03-13Modified because of the new str to int funcs.Manuel Novoa III
2002-03-13New versions of the various string to int functions which are smallerManuel Novoa III
2002-03-13Fix stdin/stdout initialization of buffering type. I had changed theManuel Novoa III
2002-03-13Oops... forgot to update abort.c.Manuel Novoa III
2002-03-13Apply Miles Bader's missing __va_copy() fix.Manuel Novoa III
2002-03-12Fix another O_LARGEFILE bug. Also, I forget to make floating point optionalManuel Novoa III
2002-03-12So much for fcntl flags being resonably consistent across archs... (hopefully)Manuel Novoa III
2002-03-12Fix fflush(NULL) and tweak _stdio_term() for the unbuffered stdio option.Manuel Novoa III
2002-03-12Oops.. had left thread support forced on.Manuel Novoa III
2002-03-12Fix a segfault in scandir for empty directories. After looking overEric Andersen
2002-03-12Update to my current todo list.Manuel Novoa III
2002-03-12Fix thinkoEric Andersen
2002-03-12Fixup redefinition of NL_ARGMAXEric Andersen
2002-03-12Deal with cvs "feature"... or is that cvs _user_...Manuel Novoa III
2002-03-12Swap in the new stdio code.Manuel Novoa III
2002-03-11Add thread support. Eliminate the useless extra "sEric Andersen
2002-03-11Fix broken linksEric Andersen
2002-03-11Fixup ldd behavior to match recent ldso changeEric Andersen
2002-03-11Allow some failures to simplify building gccEric Andersen
2002-03-11Don't install CVS files into the devel dirEric Andersen
2002-03-09Add in this missing header fileEric Andersen
2002-03-09Avoid forced -lpthread lnkage when threading is enabledEric Andersen
2002-03-08Seperate out the symbol resolution debugging, so it doesn't clutterEric Andersen
2002-03-05Remove sys/io.h include, since not everyone has itEric Andersen
2002-03-05Initial checkinMiles Bader
2002-03-05Re-add files which were mistakenly deleted during the big bits/ update.Miles Bader
2002-03-05Remove extraneous fileMiles Bader
2002-03-03Check in new debian snapshotDavid Schleef
2002-03-02Remove generated stuff, restore sh/sys/procfs.h from M. R. BrownEric Andersen
2002-03-01Move syscall.h generation to the top level MakefileEric Andersen
2002-03-01Doh! A search and replace bug...Eric Andersen
2002-03-01Doh! Doh! Doh!Eric Andersen
2002-03-01Doh!Eric Andersen