summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2002-03-25Patch from Steven J. Hill to disable __fsetlocking whenEric Andersen
2002-03-22Add in a knob to disable %m supportEric Andersen
2002-03-21Remove include file, in case it is broken. We don't need it here.Eric Andersen
2002-03-21Support getttyent and friends so ncurses will compileEric Andersen
2002-03-21Compile in flockfile and friends by defaultEric Andersen
2002-03-20Patch from Bart Visscher <magick@Linux-Fan.com> fixing someEric Andersen
2002-03-20Doh! search-n-replace bites againEric Andersen
2002-03-20Fix compile problem when ASSUME_DEVPTS=falseEric Andersen
2002-03-20s/off_t/__off_t/gEric Andersen
2002-03-19Fix missing defines. Forgot to check this in.Eric Andersen
2002-03-19Merge glibc random, which gets us a much better RNG and aEric Andersen
2002-03-19Bart Visscher <magick@Linux-Fan.com> has added some missing IPV6 support, andEric Andersen
2002-03-16Remove the C++ support stubs, since these now live elsewhere andEric Andersen
2002-03-16Build crti.o and crtn.o with optimization enabledEric Andersen
2002-03-16Fix a pointer bug in setvbuf reported by Bart Visscher <magick@Linux-Fan.com>.Manuel Novoa III
2002-03-15Add strptime, and commonize some locale stringsEric Andersen
2002-03-15Add missing updwtmp() and fix broken makefileEric Andersen
2002-03-15Support gnu error(), patch contributed by Andrew Ip <aip@cwlinux.com>Eric Andersen
2002-03-15Fix non-elf support (in theory). Revert misguided change suggestedEric Andersen
2002-03-14Oops! When I fixed the debug flags, I forgot to make things beEric 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-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-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-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-09Avoid forced -lpthread lnkage when threading is enabledEric 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-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-01Patch from Miles Bader to allow Large File support on the v850.Eric Andersen
2002-03-01Fix for some comments, from Miles BaderEric Andersen