summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-01-09Don't show shell fragmentsEric Andersen
2002-01-09Patch from Michael E Brown <mebrown@michaels-house.net> toEric Andersen
2002-01-09Patch from Stefan Soucek <ssoucek@coactive.com> to removeEric Andersen
2002-01-09Fixup v850 architecture autodetection, from Miles BaderEric Andersen
2002-01-09Be more carefull about erroring out of shell fragments. Try toEric Andersen
2002-01-09Fix duplicate of timezoneEric Andersen
2002-01-09Remove "-Wl,--no-undefined"Eric Andersen
2002-01-08Scrub malloc handlingEric Andersen
2002-01-07Mahe 'make clean' remove generated bits/syscall.h, asEric Andersen
2002-01-06Fix stpcpy function declarationEric 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-06Fix stupid typing problemsEric Andersen
2002-01-06Fix formatting. Stub out pthread_join and pthread_exit for now.Eric Andersen
2002-01-06Support statvfs and statfs. Added getmntent_r (and made it useEric Andersen
2002-01-04Add missing inttypes.hEric 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-02Cope with all variants of 'gcc -dumpmachine' outputEric 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-02Silly spelling errorEric Andersen
2002-01-02New and improved!Eric Andersen
2002-01-02Cleaned up test that doesn't need manual intervention.Eric Andersen
2002-01-02Add a test for a sigchld bugEric Andersen
2002-01-01Support arch specific optimizations (examples shown for x86 and ARM).Eric Andersen
2002-01-01Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen
2002-01-01Change 'cd <foo> ; bar' to 'cd <foo> && bar' for proper error checkingEric Andersen
2002-01-01Remove erroneous allow-shlib-undefinedEric Andersen
2001-12-29A little script to strip out unused portions of shared libs.David Schleef
2001-12-29Add in the missing get_kernel_syms syscallEric Andersen
2001-12-22More Updates.Eric Andersen
2001-12-22Add udhcpEric Andersen
2001-12-22More scrubbingEric Andersen
2001-12-22Sigh. More grammar fixesEric Andersen
2001-12-22GrammarEric Andersen
2001-12-22Text updateEric Andersen
2001-12-22update website for releaseEric Andersen
2001-12-22Support older link nameEric Andersen
2001-12-22Bump version number to 0.98Eric Andersen
2001-12-22Update some URLsEric Andersen
2001-12-21A very large patch from Miles Bader <miles@lsi.nec.co.jp> to bringEric Andersen