summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2002-03-01Patch from Steven J. Hill to allow both mips and mipsel to be builtEric Andersen
2002-03-01oops. I forgot to commit this...Eric 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
2002-03-01Patch from M. R. Brown <mrbrown@0xd6.org> to fix pthread supportEric Andersen
2002-03-01Major rework of the include files to eliminate redundancyEric Andersen
2002-02-28Patch from David Schleef to check for proper 16-byte aligedEric Andersen
2002-02-27Remove some debugging codeEric Andersen
2002-02-27Fix C++ supportEric Andersen
2002-02-27Lose the -nostdlib, which causes problems with older binutils, andEric Andersen
2002-02-26A few more little cleanupsEric Andersen
2002-02-26Add an md5crypt testEric Andersen
2002-02-26Don't redefine stuffEric Andersen
2002-02-26Be consistant and use an unsigned char * throughoutEric Andersen