summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
* Moved some file paths from code into <paths.h>
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
version numbers or apps get confused.
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
NULL as expected.
2002-01-17Fix simple malloc to work on systems with an MMUDavid McCullough
2002-01-17Add sbrk and friendsDavid McCullough
Fix bug in setjmp (jmpbuf changed size)
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
-Erik
2002-01-16Tell ld explicitly when stuff is supposed to by dynamically linkedEric Andersen
-Erik
2002-01-16Hide all reference to wchar_t so configure won't get confusedEric Andersen
-Erik
2002-01-14Patch from Brian Stafford <brian@stafford.uklinux.net> to fixupEric Andersen
support for Unix98 PTYs, and optionally exclude the older junk.
2002-01-14Enable fdatasyncEric Andersen
2002-01-14Both _dl_simple_ltoa and _dl_simple_ltoahex use buffers of size 21,Eric Andersen
but we were feeding them strings that were just 13 bytes long... Thanks to spudmonkey@racsa.co.cr for noticing! -Erik
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
-Erik
2002-01-11Remove the now obsolete d-link tree. Update things to copeEric Andersen
with the new naming -Erik
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
nameing conflicts with std header files. -Erik
2002-01-11Don't use target strip on native binaryEric Andersen
2002-01-11Build glibc test apps static when told to.Eric Andersen
Make tiny live up to its name.
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
thereby causing ld to choke during the gcc build. -Erik
2002-01-11Cleanup makfile, use ld to avoid chicken-and-egg problems whenEric Andersen
building gcc/g++. -Erik
2002-01-11Fix indentingEric Andersen
2002-01-11Scrub the way libraries are linked. Use ld, not gcc, to avoidEric Andersen
chicken-and-egg problems when building gcc toolchains. -Erik
2002-01-10Eliminate C++ style commentsEric Andersen
2002-01-10Allow people to override the TARGET_ARCH settingEric Andersen
2002-01-09Ignore native lddEric Andersen
2002-01-09Build a native uClibc lddEric Andersen
2002-01-09Recommend making symlinks, not copying the config file.Eric Andersen
-Erik
2002-01-09Doh! I broke getmntent when I added getmntent_r! This fixes it.Eric Andersen
-Erik
2002-01-09Implement mempcpyEric Andersen
2002-01-09Fixup broken termios stuff. No, really this time.Eric Andersen
-Erik
2002-01-09Allow people to exclude regex code, since it is huge (27k)Eric Andersen
2002-01-09Rework termios wrapping code to try and do the right thing.Eric Andersen
-Erik
2002-01-09Fixup comments regarding large file support (it works these days)Eric Andersen
-Erik
2002-01-09Don't show shell fragmentsEric Andersen
2002-01-09Patch from Michael E Brown <mebrown@michaels-house.net> toEric Andersen
support setting DEVEL_PREFIX and BUILD_DIR at runtime instead of having to recompile the wrapper. Minor changes by me.
2002-01-09Patch from Stefan Soucek <ssoucek@coactive.com> to removeEric Andersen
alloca (when non-reentrant) since alloca can blow the stack pretty easily on mmu-less.
2002-01-09Fixup v850 architecture autodetection, from Miles BaderEric Andersen
<miles@lsi.nec.co.jp>
2002-01-09Be more carefull about erroring out of shell fragments. Try toEric Andersen
enable -falign-functions if avilable.
2002-01-09Fix duplicate of timezoneEric Andersen