Age | Commit message (Expand) | Author |
2002-01-17 | Clean up builds on "sh" to use the right ARCH dirs | David McCullough |
2002-01-17 | The resolver is still using the old API so we cannot use the new resolver | David McCullough |
2002-01-17 | Added insque/remque support | David McCullough |
2002-01-17 | Don't print an error if the utmp file doesn't exist, getutent will return | David McCullough |
2002-01-17 | Fix simple malloc to work on systems with an MMU | David McCullough |
2002-01-17 | Add sbrk and friends | David McCullough |
2002-01-17 | Add in support for inet_netof, inet_lnaof, inet_makeaddr and hstrerror. | David McCullough |
2002-01-16 | Clearify error message | Eric Andersen |
2002-01-16 | Oops. I forgot to add -Bdynamic to this one. | Eric Andersen |
2002-01-16 | Tell ld explicitly when stuff is supposed to by dynamically linked | Eric Andersen |
2002-01-16 | Hide all reference to wchar_t so configure won't get confused | Eric Andersen |
2002-01-14 | Patch from Brian Stafford <brian@stafford.uklinux.net> to fixup | Eric Andersen |
2002-01-14 | Enable fdatasync | Eric Andersen |
2002-01-14 | Both _dl_simple_ltoa and _dl_simple_ltoahex use buffers of size 21, | Eric Andersen |
2002-01-12 | Depend upon libc | Eric Andersen |
2002-01-12 | Make libc depend on ldso | Eric Andersen |
2002-01-11 | We don't need an ARCH_CFLAGS2, just fixed the ordering on ARCH_CFLAGS | Eric Andersen |
2002-01-11 | Sigh. Typod it again | Eric Andersen |
2002-01-11 | Oops. typo. | Eric Andersen |
2002-01-11 | More build system cleanups... | Eric Andersen |
2002-01-11 | Oops. We lost -FPIC in the shuffle... | Eric Andersen |
2002-01-11 | Remove the now obsolete d-link tree. Update things to cope | Eric Andersen |
2002-01-11 | Remove old named file. Fix headers on updated one. | Eric Andersen |
2002-01-11 | Rework naming for shared lib loader to avoid potential | Eric Andersen |
2002-01-11 | Don't use target strip on native binary | Eric Andersen |
2002-01-11 | Build glibc test apps static when told to. | Eric Andersen |
2002-01-11 | glibc test apps failed to be static when told to be | Eric Andersen |
2002-01-11 | Failed to call sort before calling uniq in several spots, | Eric Andersen |
2002-01-11 | Cleanup makfile, use ld to avoid chicken-and-egg problems when | Eric Andersen |
2002-01-11 | Fix indenting | Eric Andersen |
2002-01-11 | Scrub the way libraries are linked. Use ld, not gcc, to avoid | Eric Andersen |
2002-01-10 | Eliminate C++ style comments | Eric Andersen |
2002-01-10 | Allow people to override the TARGET_ARCH setting | Eric Andersen |
2002-01-09 | Ignore native ldd | Eric Andersen |
2002-01-09 | Build a native uClibc ldd | Eric Andersen |
2002-01-09 | Recommend making symlinks, not copying the config file. | Eric Andersen |
2002-01-09 | Doh! I broke getmntent when I added getmntent_r! This fixes it. | Eric Andersen |
2002-01-09 | Implement mempcpy | Eric Andersen |
2002-01-09 | Fixup broken termios stuff. No, really this time. | Eric Andersen |
2002-01-09 | Allow people to exclude regex code, since it is huge (27k) | Eric Andersen |
2002-01-09 | Rework termios wrapping code to try and do the right thing. | Eric Andersen |
2002-01-09 | Fixup comments regarding large file support (it works these days) | Eric Andersen |
2002-01-09 | Don't show shell fragments | Eric Andersen |
2002-01-09 | Patch from Michael E Brown <mebrown@michaels-house.net> to | Eric Andersen |
2002-01-09 | Patch from Stefan Soucek <ssoucek@coactive.com> to remove | Eric Andersen |
2002-01-09 | Fixup v850 architecture autodetection, from Miles Bader | Eric Andersen |
2002-01-09 | Be more carefull about erroring out of shell fragments. Try to | Eric Andersen |
2002-01-09 | Fix duplicate of timezone | Eric Andersen |
2002-01-09 | Remove "-Wl,--no-undefined" | Eric Andersen |
2002-01-08 | Scrub malloc handling | Eric Andersen |