OSDN Git Service

uclinux-h8/uClibc.git
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
2001-11-29 Eric AndersenAdd include/sys/reg.h to make gdbserver happy
2001-11-26 David Schleefupdate my list
2001-11-26 David SchleefRemoved TARGET_CFLAGS definition, since it was moved...
2001-11-26 David SchleefFix TARGET_CFLAGS to include -fPIC when needed. Libs...
2001-11-26 David Schleeflibhowdy.so needs to be compiled with -fPIC
2001-11-26 David SchleefFix: libuclibc-dev should depend on libuclibc0. Elabor...
2001-11-26 David SchleefDisable ldso directory if DODYNAMIC isn't true, in...
2001-11-26 David SchleefRewrite vfork() as C, should now work. Changed longjmp...
2001-11-26 David SchleefFix buggy R_PPC_RELATIVE relocation. Symptom was that...
2001-11-26 David SchleefRemove unused file
2001-11-26 David SchleefFix calculation of PLT entry index. Caused segfaults...
2001-11-26 David SchleefFix dependencies
2001-11-26 Eric AndersenMy adjusted 'make install' was missing include/linux...
2001-11-26 David Schleefstrsignal() is a GNU extension
2001-11-24 Eric AndersenSync regex with glibc 2.2.4. I need to add an option...
2001-11-24 Eric AndersenMove the FAQ. Add a docs dir. Add in a report on...
2001-11-24 Eric AndersenUse consistant paths
2001-11-24 Eric AndersenOops...
2001-11-24 Eric AndersenMuch faster version of 'make install' -- it was doing one
2001-11-24 Eric AndersenWrap uClinux specific stuff, so this will run on
2001-11-24 Eric AndersenOops
2001-11-24 Eric AndersenWork around broken m68k kernel headers... Grumble.
2001-11-24 Eric AndersenSilly us. Don't try to free alloca'd memory.
2001-11-24 Eric AndersenFix naming so things will actually work
next