summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-04-03Richard June <rjune@bravegnuworld.com> noticed that pututlineEric Andersen
was only writing the first sizeof-a-pointer bytes to the utmp file. oops. -Erik
2002-04-03Patch from Jim Treadway <jim@stardot-tech.com> to eliminateEric Andersen
use of alarm() and therefore SIGARLM in the resolver and to instead use select, which is much cleaner.
2002-04-03Richard June <rjune@bravegnuworld.com> noticed that setutentEric Andersen
was only opening utmp readonly. Oops.
2002-04-03Since pthreads work on powerpc, at least mention the option.Eric Andersen
2002-04-03Add the xopen swab() function, contributed by Kensuke Otake ↵Eric Andersen
<kensuke@phreaker.net>
2002-04-03Be certain thatEric Andersen
2002-04-03Doh! I forgot to commit this...Eric Andersen
2002-04-03Adjust beinningEric Andersen
2002-04-03run dos2unix on these filesEric Andersen
2002-04-03Run dos2unix on these filesEric Andersen
2002-04-03Remove gratuitous symlink trashingEric Andersen
2002-04-03Remove unused variableEric Andersen
-Erik
2002-04-03Steven's patch contained a spare SEND_NUMBER_STDERR call that wasEric Andersen
spamming us. Kill that. My bad for not spotting that when merging. -Erik
2002-04-03m4@brecis.COM noticed a typing problem with the getuid syscall. OOps.Eric Andersen
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
-Erik
2002-04-02Fix an arg promotion handling bug in _do_one_spec for %c reportedManuel Novoa III
by Ilguiz Latypov <ilatypov@superbt.com>.
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
a separate header file for those, and fixup references. -Erik
2002-04-01Patches from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix h8300Eric Andersen
support for pthreads and update for the latest and greatest.
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
-Erik
2002-03-31Rework __gen_tempname() to better match glibc, and add mkstemp64(),Eric Andersen
which is needed for busybox ash when using largefile support. -Erik
2002-03-31Add support for getrlimit64 and setrlimit64. Fix some problemsEric Andersen
with the getrlimit and setrlimit syscalls. -Erik
2002-03-31Add in support for ftruncate64 on both ARM and x86Eric Andersen
-Erik
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
-Erik
2002-03-25Mips config fixes from Steven J. HillEric Andersen
2002-03-25Patch from Steven J. Hill to disable __fsetlocking whenEric Andersen
threads are disabled. Bug is my fault. oops. -Erik
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
problems with Linux 2.4, which changed things. And thereby reduce by one more the kernel headers we depend on... -Erik
2002-03-22It doesn't make sense to supress linking for -i or -r,Eric Andersen
-Erik
2002-03-22Add in a knob to disable %m supportEric Andersen
-Erik
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
like iproute2 and XFree86 from linking. -Erik
2002-03-21Remove include file, in case it is broken. We don't need it here.Eric Andersen
-Erik
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
doesn't segfault anymore
2002-03-21Always build the utils. Always clean libc/misc, since there isEric Andersen
some auto generated stuff in there -Erik
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