summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
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
2001-12-19Use the asm version by default on x86. Tag _start as a function.Eric Andersen
2001-12-19Add basename and dirname. Write memrchr.Eric Andersen
2001-12-19merged the two startup files so that uClinux people always get the correctDavid McCullough
2001-12-07patch from Jari Korva <jpkorva@iki.fi>:Eric Andersen
2001-12-05Hack the 68000 last ditch abort to work for all 68000 targets.David McCullough
2001-11-30Add support for mmu-full m68k systems, such as oldworld macs.Eric Andersen
2001-11-29Add include/sys/reg.h to make gdbserver happyEric Andersen
2001-11-26Rewrite vfork() as C, should now work. Changed longjmp.S and setjmp.SDavid Schleef
2001-11-26Remove unused fileDavid Schleef
2001-11-24Sync regex with glibc 2.2.4. I need to add an option to selectEric Andersen
2001-11-24Wrap uClinux specific stuff, so this will run onEric Andersen
2001-11-24Work around broken m68k kernel headers... Grumble.Eric Andersen
2001-11-24Silly us. Don't try to free alloca'd memory.Eric Andersen
2001-11-21Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen
2001-11-21Fix support for sysv style signalsEric Andersen
2001-11-21Add acct syscall. Fix sigsuspend which was totally broken (itEric Andersen