| Commit message (Expand) | Author | Age | Files | Lines |
* | Tell ld explicitly when stuff is supposed to by dynamically linked | Eric Andersen | 2002-01-16 | 7 | -7/+7 |
* | Hide all reference to wchar_t so configure won't get confused | Eric Andersen | 2002-01-16 | 3 | -3/+16 |
* | Patch from Brian Stafford <brian@stafford.uklinux.net> to fixup | Eric Andersen | 2002-01-14 | 15 | -57/+259 |
* | Enable fdatasync | Eric Andersen | 2002-01-14 | 1 | -0/+7 |
* | Both _dl_simple_ltoa and _dl_simple_ltoahex use buffers of size 21, | Eric Andersen | 2002-01-14 | 1 | -2/+2 |
* | Depend upon libc | Eric Andersen | 2002-01-12 | 6 | -6/+6 |
* | Make libc depend on ldso | Eric Andersen | 2002-01-12 | 1 | -1/+1 |
* | We don't need an ARCH_CFLAGS2, just fixed the ordering on ARCH_CFLAGS | Eric Andersen | 2002-01-11 | 2 | -8/+2 |
* | Sigh. Typod it again | Eric Andersen | 2002-01-11 | 1 | -1/+1 |
* | Oops. typo. | Eric Andersen | 2002-01-11 | 1 | -1/+1 |
* | More build system cleanups... | Eric Andersen | 2002-01-11 | 9 | -32/+29 |
* | Oops. We lost -FPIC in the shuffle... | Eric Andersen | 2002-01-11 | 1 | -0/+1 |
* | Remove the now obsolete d-link tree. Update things to cope | Eric Andersen | 2002-01-11 | 5 | -16/+14 |
* | Remove old named file. Fix headers on updated one. | Eric Andersen | 2002-01-11 | 2 | -1221/+5 |
* | Rework naming for shared lib loader to avoid potential | Eric Andersen | 2002-01-11 | 30 | -1984/+62 |
* | Don't use target strip on native binary | Eric Andersen | 2002-01-11 | 1 | -2/+1 |
* | Build glibc test apps static when told to. | Eric Andersen | 2002-01-11 | 2 | -2/+1 |
* | glibc test apps failed to be static when told to be | Eric Andersen | 2002-01-11 | 1 | -1/+16 |
* | Failed to call sort before calling uniq in several spots, | Eric Andersen | 2002-01-11 | 1 | -2/+2 |
* | Cleanup makfile, use ld to avoid chicken-and-egg problems when | Eric Andersen | 2002-01-11 | 1 | -13/+6 |
* | Fix indenting | Eric Andersen | 2002-01-11 | 1 | -21/+21 |
* | Scrub the way libraries are linked. Use ld, not gcc, to avoid | Eric Andersen | 2002-01-11 | 8 | -16/+23 |
* | Eliminate C++ style comments | Eric Andersen | 2002-01-10 | 8 | -23/+23 |
* | Allow people to override the TARGET_ARCH setting | Eric Andersen | 2002-01-10 | 1 | -0/+3 |
* | Ignore native ldd | Eric Andersen | 2002-01-09 | 1 | -0/+1 |
* | Build a native uClibc ldd | Eric Andersen | 2002-01-09 | 1 | -2/+11 |
* | Recommend making symlinks, not copying the config file. | Eric Andersen | 2002-01-09 | 2 | -2/+3 |
* | Doh! I broke getmntent when I added getmntent_r! This fixes it. | Eric Andersen | 2002-01-09 | 1 | -5/+0 |
* | Implement mempcpy | Eric Andersen | 2002-01-09 | 3 | -2/+18 |
* | Fixup broken termios stuff. No, really this time. | Eric Andersen | 2002-01-09 | 4 | -128/+240 |
* | Allow people to exclude regex code, since it is huge (27k) | Eric Andersen | 2002-01-09 | 11 | -3/+66 |
* | Rework termios wrapping code to try and do the right thing. | Eric Andersen | 2002-01-09 | 4 | -68/+36 |
* | Fixup comments regarding large file support (it works these days) | Eric Andersen | 2002-01-09 | 10 | -30/+20 |
* | Don't show shell fragments | Eric Andersen | 2002-01-09 | 1 | -1/+1 |
* | Patch from Michael E Brown <mebrown@michaels-house.net> to | Eric Andersen | 2002-01-09 | 1 | -25/+88 |
* | Patch from Stefan Soucek <ssoucek@coactive.com> to remove | Eric Andersen | 2002-01-09 | 1 | -41/+47 |
* | Fixup v850 architecture autodetection, from Miles Bader | Eric Andersen | 2002-01-09 | 1 | -2/+4 |
* | Be more carefull about erroring out of shell fragments. Try to | Eric Andersen | 2002-01-09 | 5 | -10/+24 |
* | Fix duplicate of timezone | Eric Andersen | 2002-01-09 | 1 | -4/+0 |
* | Remove "-Wl,--no-undefined" | Eric Andersen | 2002-01-09 | 1 | -2/+1 |
* | Scrub malloc handling | Eric Andersen | 2002-01-08 | 2 | -16/+25 |
* | Mahe 'make clean' remove generated bits/syscall.h, as | Eric Andersen | 2002-01-07 | 6 | -1/+8 |
* | Fix stpcpy function declaration | Eric Andersen | 2002-01-06 | 1 | -2/+0 |
* | Use public interface, not a glibc style private one | Eric Andersen | 2002-01-06 | 2 | -4/+2 |
* | Support tmpfile64 (just a weak for tmpfile) | Eric Andersen | 2002-01-06 | 1 | -1/+4 |
* | Fix stupid typing problems | Eric Andersen | 2002-01-06 | 1 | -2/+2 |
* | Fix formatting. Stub out pthread_join and pthread_exit for now. | Eric Andersen | 2002-01-06 | 1 | -25/+40 |
* | Support statvfs and statfs. Added getmntent_r (and made it use | Eric Andersen | 2002-01-06 | 9 | -20/+491 |
* | Add missing inttypes.h | Eric Andersen | 2002-01-04 | 1 | -0/+461 |
* | Make getopt act the same regardless whether the app was staticly linked | Eric Andersen | 2002-01-03 | 4 | -977/+841 |