summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-01-30Fixup util buildEric Andersen
2002-01-30Fixup setjmp implementation so it actaully works as expectedEric Andersen
2002-01-30Add missing sys/fsuid.hEric Andersen
2002-01-29Add in setfsuid() and setfsgid() so lpr-0.72 can compile.Eric Andersen
2002-01-29Doh! I'd included sbrk.o twice...Eric Andersen
2002-01-29Default to using malloc-930716 on ARM systems, since it isEric Andersen
2002-01-29Force DOPIC be true when HAVE_SHARED is true. Don't defineEric Andersen
2002-01-29Make it so powerpc can work despite lacking brk().Eric Andersen
2002-01-29Go back to using ld, now that I've found the real problem...Eric Andersen
2002-01-29Minor touchupsEric Andersen
2002-01-29Create a changelog vs the 0.9.8 release so people can trackEric Andersen
2002-01-29Updates to the v850 architecture from Miles Bader <miles@gnu.org>Eric Andersen
2002-01-28Fix the bug where binaries built with older toolchains wouldEric Andersen
2002-01-25Miles Bader <miles@lsi.nec.co.jp> noticed that `make install' tries toEric Andersen
2002-01-25Fix up all non-x86 arches to cope with the latest ldso updateEric Andersen
2002-01-23Fixup build a bit. Be sneaky and include everything intoEric Andersen
2002-01-21oopsEric Andersen
2002-01-21Make sbrk common, add arm/brk.c, cleanup leftover damageEric Andersen
2002-01-19Allow apps to use varargs.h (not that they should)Eric Andersen
2002-01-17Don't waste space warning about tempnam()Eric Andersen
2002-01-17Enable fcntl64, and fix fcntl when large fils is enabled.Eric Andersen
2002-01-17* Added /etc/shadow support (Config selectable)David McCullough
2002-01-17Clean up builds on "sh" to use the right ARCH dirsDavid McCullough
2002-01-17The resolver is still using the old API so we cannot use the new resolverDavid McCullough
2002-01-17Added insque/remque supportDavid McCullough
2002-01-17Don't print an error if the utmp file doesn't exist, getutent will returnDavid McCullough
2002-01-17Fix simple malloc to work on systems with an MMUDavid McCullough
2002-01-17Add sbrk and friendsDavid McCullough
2002-01-17Add in support for inet_netof, inet_lnaof, inet_makeaddr and hstrerror.David McCullough
2002-01-16Clearify error messageEric Andersen
2002-01-16Oops. I forgot to add -Bdynamic to this one.Eric Andersen
2002-01-16Tell ld explicitly when stuff is supposed to by dynamically linkedEric Andersen
2002-01-16Hide all reference to wchar_t so configure won't get confusedEric Andersen
2002-01-14Patch from Brian Stafford <brian@stafford.uklinux.net> to fixupEric Andersen
2002-01-14Enable fdatasyncEric Andersen
2002-01-14Both _dl_simple_ltoa and _dl_simple_ltoahex use buffers of size 21,Eric Andersen
2002-01-12Depend upon libcEric Andersen
2002-01-12Make libc depend on ldsoEric Andersen
2002-01-11We don't need an ARCH_CFLAGS2, just fixed the ordering on ARCH_CFLAGSEric Andersen
2002-01-11Sigh. Typod it againEric Andersen
2002-01-11Oops. typo.Eric Andersen
2002-01-11More build system cleanups...Eric Andersen
2002-01-11Oops. We lost -FPIC in the shuffle...Eric Andersen
2002-01-11Remove the now obsolete d-link tree. Update things to copeEric Andersen
2002-01-11Remove old named file. Fix headers on updated one.Eric Andersen
2002-01-11Rework naming for shared lib loader to avoid potentialEric Andersen
2002-01-11Don't use target strip on native binaryEric Andersen
2002-01-11Build glibc test apps static when told to.Eric Andersen
2002-01-11glibc test apps failed to be static when told to beEric Andersen
2002-01-11Failed to call sort before calling uniq in several spots,Eric Andersen