OSDN Git Service

uclinux-h8/uClibc.git
2002-01-14 Eric AndersenBoth _dl_simple_ltoa and _dl_simple_ltoahex use buffers...
2002-01-12 Eric AndersenDepend upon libc
2002-01-12 Eric AndersenMake libc depend on ldso
2002-01-11 Eric AndersenWe don't need an ARCH_CFLAGS2, just fixed the ordering...
2002-01-11 Eric AndersenSigh. Typod it again
2002-01-11 Eric AndersenOops. typo.
2002-01-11 Eric AndersenMore build system cleanups...
2002-01-11 Eric AndersenOops. We lost -FPIC in the shuffle...
2002-01-11 Eric AndersenRemove the now obsolete d-link tree. Update things...
2002-01-11 Eric AndersenRemove old named file. Fix headers on updated one.
2002-01-11 Eric AndersenRework naming for shared lib loader to avoid potential
2002-01-11 Eric AndersenDon't use target strip on native binary
2002-01-11 Eric AndersenBuild glibc test apps static when told to.
2002-01-11 Eric Andersenglibc test apps failed to be static when told to be
2002-01-11 Eric AndersenFailed to call sort before calling uniq in several...
2002-01-11 Eric AndersenCleanup makfile, use ld to avoid chicken-and-egg proble...
2002-01-11 Eric AndersenFix indenting
2002-01-11 Eric AndersenScrub the way libraries are linked. Use ld, not gcc...
2002-01-10 Eric AndersenEliminate C++ style comments
2002-01-10 Eric AndersenAllow people to override the TARGET_ARCH setting
2002-01-09 Eric AndersenIgnore native ldd
2002-01-09 Eric AndersenBuild a native uClibc ldd
2002-01-09 Eric AndersenRecommend making symlinks, not copying the config file.
2002-01-09 Eric AndersenDoh! I broke getmntent when I added getmntent_r! ...
2002-01-09 Eric AndersenImplement mempcpy
2002-01-09 Eric AndersenFixup broken termios stuff. No, really this time.
2002-01-09 Eric AndersenAllow people to exclude regex code, since it is huge...
2002-01-09 Eric AndersenRework termios wrapping code to try and do the right...
2002-01-09 Eric AndersenFixup comments regarding large file support (it works...
2002-01-09 Eric AndersenDon't show shell fragments
2002-01-09 Eric AndersenPatch from Michael E Brown <mebrown@michaels-house...
2002-01-09 Eric AndersenPatch from Stefan Soucek <ssoucek@coactive.com> to...
2002-01-09 Eric AndersenFixup v850 architecture autodetection, from Miles Bader
2002-01-09 Eric AndersenBe more carefull about erroring out of shell fragments...
2002-01-09 Eric AndersenFix duplicate of timezone
2002-01-09 Eric AndersenRemove "-Wl,--no-undefined"
2002-01-08 Eric AndersenScrub malloc handling
2002-01-07 Eric AndersenMahe 'make clean' remove generated bits/syscall.h, as
2002-01-06 Eric AndersenFix stpcpy function declaration
2002-01-06 Eric AndersenUse public interface, not a glibc style private one
2002-01-06 Eric AndersenSupport tmpfile64 (just a weak for tmpfile)
2002-01-06 Eric AndersenFix stupid typing problems
2002-01-06 Eric AndersenFix formatting. Stub out pthread_join and pthread_exit...
2002-01-06 Eric AndersenSupport statvfs and statfs. Added getmntent_r (and...
2002-01-04 Eric AndersenAdd missing inttypes.h
2002-01-03 Eric AndersenMake getopt act the same regardless whether the app...
2002-01-03 Eric AndersenOops. I'd accidentally enabled a #define for __NR_get_...
2002-01-03 Eric AndersenEnable several more syscalls.
2002-01-02 Eric AndersenFixes from M. R. Brown <mrbrown@0xd6.org> to fixup...
2002-01-02 Eric AndersenCope with all variants of 'gcc -dumpmachine' output
2002-01-02 Eric AndersenPatch to add rcmd support, from Stefan Soucek, which...
2002-01-02 Eric AndersenFix a few things I'd missed when using old (2.0.x)...
2002-01-02 Eric AndersenOops. Disable threading.
2002-01-02 Eric AndersenSync SH header files with glibc 2.2.4, so it can actual...
2002-01-02 Eric AndersenOnce again, rework the signal handling to be even more...
2002-01-02 Eric AndersenTake the shorcut version, which is good enough for
2002-01-02 Eric AndersenFix usleep to work correctly. Fix sleep behavior in the
2002-01-02 Eric AndersenTurn off the useless personality crap
2002-01-02 Eric AndersenSilly spelling error
2002-01-02 Eric AndersenNew and improved!
2002-01-02 Eric AndersenCleaned up test that doesn't need manual intervention.
2002-01-02 Eric AndersenAdd a test for a sigchld bug
2002-01-01 Eric AndersenSupport arch specific optimizations (examples shown...
2002-01-01 Eric AndersenChange all 'cd <foo>; bar' constructs to 'cd <foo>...
2002-01-01 Eric AndersenChange 'cd <foo> ; bar' to 'cd <foo> && bar' for proper...
2002-01-01 Eric AndersenRemove erroneous allow-shlib-undefined
2001-12-29 David SchleefA little script to strip out unused portions of shared...
2001-12-29 Eric AndersenAdd in the missing get_kernel_syms syscall
2001-12-22 Eric AndersenMore Updates.
2001-12-22 Eric AndersenAdd udhcp
2001-12-22 Eric AndersenMore scrubbing
2001-12-22 Eric AndersenSigh. More grammar fixes
2001-12-22 Eric AndersenGrammar
2001-12-22 Eric AndersenText update
2001-12-22 Eric Andersenupdate website for release
2001-12-22 Eric AndersenSupport older link name
2001-12-22 Eric AndersenBump version number to 0.98
2001-12-22 Eric AndersenUpdate some URLs
2001-12-21 Eric AndersenA very large patch from Miles Bader <miles@lsi.nec...
2001-12-21 Eric AndersenMiles Bader <miles@lsi.nec.co.jp> noted that I'd broken...
2001-12-21 Eric AndersenOops. Revert debugging defines
2001-12-20 Eric AndersenFix snapshot link
2001-12-20 Eric AndersenForgot this
2001-12-20 Eric AndersenUpdate the docs and website
2001-12-20 Eric AndersenAdd the website into CVS
2001-12-20 Eric AndersenIgnore tmp dir
2001-12-20 Eric AndersenFixup autogeneration of bits/syscalls.h
2001-12-20 Eric AndersenUse tar instead of cp -LR for make install, since older...
2001-12-20 Eric AndersenSteven Carr noticed that uClibc's inet_aton() is strict...
2001-12-20 Eric AndersenOops. I accidentally commited some experimental test...
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-12-19 Eric AndersenUse the asm version by default on x86. Tag _start...
2001-12-19 Eric AndersenAdd basename and dirname. Write memrchr.
2001-12-19 David McCulloughmerged the two startup files so that uClinux people...
2001-12-07 Eric Andersenpatch from Jari Korva <jpkorva@iki.fi>:
2001-12-05 David McCulloughAdd in an ARCH_CFLAGS placeholder so scripts can mod it.
2001-12-05 David McCulloughHack the 68000 last ditch abort to work for all 68000...
2001-11-30 Eric AndersenUpdate TODO list a bit
2001-11-30 Eric AndersenAdd support for mmu-full m68k systems, such as oldworld...
2001-11-30 Eric AndersenAlways use --uclibc-use-build-dir
next