summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing sys/fsuid.hEric Andersen2002-01-301-0/+36
* Add in setfsuid() and setfsgid() so lpr-0.72 can compile.Eric Andersen2002-01-291-4/+24
* Doh! I'd included sbrk.o twice...Eric Andersen2002-01-291-1/+1
* Default to using malloc-930716 on ARM systems, since it isEric Andersen2002-01-291-2/+2
* Force DOPIC be true when HAVE_SHARED is true. Don't defineEric Andersen2002-01-291-9/+12
* Make it so powerpc can work despite lacking brk().Eric Andersen2002-01-292-0/+8
* Go back to using ld, now that I've found the real problem...Eric Andersen2002-01-291-4/+4
* Minor touchupsEric Andersen2002-01-291-15/+15
* Create a changelog vs the 0.9.8 release so people can trackEric Andersen2002-01-291-0/+83
* Updates to the v850 architecture from Miles Bader <miles@gnu.org>Eric Andersen2002-01-294-20/+25
* Fix the bug where binaries built with older toolchains wouldEric Andersen2002-01-289-31/+36
* Miles Bader <miles@lsi.nec.co.jp> noticed that `make install' tries toEric Andersen2002-01-251-4/+8
* Fix up all non-x86 arches to cope with the latest ldso updateEric Andersen2002-01-254-31/+2
* Fixup build a bit. Be sneaky and include everything intoEric Andersen2002-01-238-50/+21
* oopsEric Andersen2002-01-211-4/+4
* Make sbrk common, add arm/brk.c, cleanup leftover damageEric Andersen2002-01-216-18/+65
* Allow apps to use varargs.h (not that they should)Eric Andersen2002-01-191-10/+13
* Don't waste space warning about tempnam()Eric Andersen2002-01-171-1/+0
* Enable fcntl64, and fix fcntl when large fils is enabled.Eric Andersen2002-01-172-0/+32
* * Added /etc/shadow support (Config selectable)David McCullough2002-01-1727-9/+778
* Clean up builds on "sh" to use the right ARCH dirsDavid McCullough2002-01-171-6/+18
* The resolver is still using the old API so we cannot use the new resolverDavid McCullough2002-01-171-1/+2
* Added insque/remque supportDavid McCullough2002-01-173-1/+92
* Don't print an error if the utmp file doesn't exist, getutent will returnDavid McCullough2002-01-171-1/+0
* Fix simple malloc to work on systems with an MMUDavid McCullough2002-01-171-9/+31
* Add sbrk and friendsDavid McCullough2002-01-175-2/+74
* Add in support for inet_netof, inet_lnaof, inet_makeaddr and hstrerror.David McCullough2002-01-173-3/+88
* Clearify error messageEric Andersen2002-01-161-1/+1
* Oops. I forgot to add -Bdynamic to this one.Eric Andersen2002-01-161-1/+1
* Tell ld explicitly when stuff is supposed to by dynamically linkedEric Andersen2002-01-167-7/+7
* Hide all reference to wchar_t so configure won't get confusedEric Andersen2002-01-163-3/+16
* Patch from Brian Stafford <brian@stafford.uklinux.net> to fixupEric Andersen2002-01-1415-57/+259
* Enable fdatasyncEric Andersen2002-01-141-0/+7
* Both _dl_simple_ltoa and _dl_simple_ltoahex use buffers of size 21,Eric Andersen2002-01-141-2/+2
* Depend upon libcEric Andersen2002-01-126-6/+6
* Make libc depend on ldsoEric Andersen2002-01-121-1/+1
* We don't need an ARCH_CFLAGS2, just fixed the ordering on ARCH_CFLAGSEric Andersen2002-01-112-8/+2
* Sigh. Typod it againEric Andersen2002-01-111-1/+1
* Oops. typo.Eric Andersen2002-01-111-1/+1
* More build system cleanups...Eric Andersen2002-01-119-32/+29
* Oops. We lost -FPIC in the shuffle...Eric Andersen2002-01-111-0/+1
* Remove the now obsolete d-link tree. Update things to copeEric Andersen2002-01-115-16/+14
* Remove old named file. Fix headers on updated one.Eric Andersen2002-01-112-1221/+5
* Rework naming for shared lib loader to avoid potentialEric Andersen2002-01-1130-1984/+62
* Don't use target strip on native binaryEric Andersen2002-01-111-2/+1
* Build glibc test apps static when told to.Eric Andersen2002-01-112-2/+1
* glibc test apps failed to be static when told to beEric Andersen2002-01-111-1/+16
* Failed to call sort before calling uniq in several spots,Eric Andersen2002-01-111-2/+2
* Cleanup makfile, use ld to avoid chicken-and-egg problems whenEric Andersen2002-01-111-13/+6
* Fix indentingEric Andersen2002-01-111-21/+21