summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2002-01-28Fix the bug where binaries built with older toolchains wouldEric Andersen
2002-01-21oopsEric Andersen
2002-01-21Make sbrk common, add arm/brk.c, cleanup leftover damageEric 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-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-16Tell ld explicitly when stuff is supposed to by dynamically linkedEric Andersen
2002-01-14Patch from Brian Stafford <brian@stafford.uklinux.net> to fixupEric Andersen
2002-01-14Enable fdatasyncEric Andersen
2002-01-12Make libc depend on ldsoEric Andersen
2002-01-11Cleanup makfile, use ld to avoid chicken-and-egg problems whenEric Andersen
2002-01-11Fix indentingEric Andersen
2002-01-09Doh! I broke getmntent when I added getmntent_r! This fixes it.Eric Andersen
2002-01-09Implement mempcpyEric Andersen
2002-01-09Fixup broken termios stuff. No, really this time.Eric Andersen
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
2002-01-09Patch from Stefan Soucek <ssoucek@coactive.com> to removeEric Andersen
2002-01-09Be more carefull about erroring out of shell fragments. Try toEric Andersen
2002-01-09Fix duplicate of timezoneEric Andersen
2002-01-08Scrub malloc handlingEric Andersen
2002-01-07Mahe 'make clean' remove generated bits/syscall.h, asEric Andersen
2002-01-06Use public interface, not a glibc style private oneEric Andersen
2002-01-06Support tmpfile64 (just a weak for tmpfile)Eric Andersen
2002-01-06Support statvfs and statfs. Added getmntent_r (and made it useEric Andersen
2002-01-03Make getopt act the same regardless whether the app was staticly linkedEric Andersen
2002-01-03Oops. I'd accidentally enabled a #define for __NR_get_kernel_symsEric Andersen
2002-01-03Enable several more syscalls.Eric Andersen
2002-01-02Fixes from M. R. Brown <mrbrown@0xd6.org> to fixup some littleEric Andersen
2002-01-02Patch to add rcmd support, from Stefan Soucek, which I'd longEric Andersen
2002-01-02Fix a few things I'd missed when using old (2.0.x) kernels.Eric Andersen
2002-01-02Oops. Disable threading.Eric Andersen
2002-01-02Sync SH header files with glibc 2.2.4, so it can actually have a chanceEric Andersen
2002-01-02Once again, rework the signal handling to be even more correct. We noEric Andersen
2002-01-02Take the shorcut version, which is good enough forEric Andersen
2002-01-02Fix usleep to work correctly. Fix sleep behavior in theEric Andersen
2002-01-02Turn off the useless personality crapEric Andersen
2002-01-01Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen
2001-12-29Add in the missing get_kernel_syms syscallEric Andersen
2001-12-21A very large patch from Miles Bader <miles@lsi.nec.co.jp> to bringEric Andersen
2001-12-20Ignore tmp dirEric Andersen
2001-12-20Fixup autogeneration of bits/syscalls.hEric Andersen
2001-12-20Steven Carr noticed that uClibc's inet_aton() is stricter then inEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen