summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-04-02Steven J. Hill's latest mips dynamic loader updatesEric Andersen
2002-04-02Doh! This is _still_ wrong. Fix potential buffer overflow.Eric Andersen
2002-04-02Fix an arg promotion handling bug in _do_one_spec for %c reportedManuel Novoa III
2002-04-01Forget to initialize thread locks for fake files. Thanks Erik.Manuel Novoa III
2002-04-01Last bit for old config systemEric Andersen
2002-04-01Remove function declartions from include/features.h, createEric Andersen
2002-04-01Patches from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix h8300Eric Andersen
2002-04-01Patch from Miles Bader to fix the spots I'd messed up.Eric Andersen
2002-03-31Add glob64.c, and add support for glob64 when large file is enabled.Eric Andersen
2002-03-31Rework __gen_tempname() to better match glibc, and add mkstemp64(),Eric Andersen
2002-03-31Add support for getrlimit64 and setrlimit64. Fix some problemsEric Andersen
2002-03-31Add in support for ftruncate64 on both ARM and x86Eric Andersen
2002-03-29More mips support from sjhillEric Andersen
2002-03-26Add EM_CYGNUS_V850.Miles Bader
2002-03-25Implement sqrtf(), needed for libstdc++ on armEric Andersen
2002-03-25Mips config fixes from Steven J. HillEric Andersen
2002-03-25Patch from Steven J. Hill to disable __fsetlocking whenEric Andersen
2002-03-25Patch from Steven J. Hill to fix pthreads on mipsEric Andersen
2002-03-25Include our own copy of struct sysinfo to avoid binary compatibilityEric Andersen
2002-03-22It doesn't make sense to supress linking for -i or -r,Eric Andersen
2002-03-22Add in a knob to disable %m supportEric Andersen
2002-03-22Patch from Miles Bader to be less militant when doing a make clean.Eric Andersen
2002-03-22Fix incorrect ordering of -L and -l options, which prevented thingsEric Andersen
2002-03-21Remove include file, in case it is broken. We don't need it here.Eric Andersen
2002-03-21Fix grammarEric Andersen
2002-03-21Update webpage a little bit for clarityEric Andersen
2002-03-21Add some phony targetsEric Andersen
2002-03-21Put the chdir back, to simplify testing now that scandirEric Andersen
2002-03-21Always build the utils. Always clean libc/misc, since there isEric Andersen
2002-03-21Add the ttyent.h header fileEric Andersen
2002-03-21Be kind to robotsEric Andersen
2002-03-21Update the FAQ a little bitEric Andersen
2002-03-21Update webpageEric Andersen
2002-03-21Fix anon passwordEric Andersen
2002-03-21AlphabetizeEric Andersen
2002-03-21Update TODO list for next releaseEric Andersen
2002-03-21Bump up version numberEric Andersen
2002-03-21Support getttyent and friends so ncurses will compileEric Andersen
2002-03-21Compile in flockfile and friends by defaultEric Andersen
2002-03-21Update Changelog in preparation for a release.Eric 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-20Attempt to follow symlinks if possible, and use that directoryEric Andersen
2002-03-19Prevent uninitialized useEric Andersen
2002-03-19Initial mips ldso porting effort from Steven J. Hill. Not yetEric Andersen
2002-03-19Add new debug target (disabled by default) so that when debugEric Andersen
2002-03-19Revert my symlink detecting change for now, since it breaksEric Andersen
2002-03-19Fix missing defines. Forgot to check this in.Eric Andersen