OSDN Git Service

uclinux-h8/uClibc.git
2002-01-29 Eric AndersenMinor touchups
2002-01-29 Eric AndersenCreate a changelog vs the 0.9.8 release so people can...
2002-01-29 Eric AndersenUpdates to the v850 architecture from Miles Bader ...
2002-01-28 Eric AndersenFix the bug where binaries built with older toolchains...
2002-01-25 Eric AndersenMiles Bader <miles@lsi.nec.co.jp> noticed that `make...
2002-01-25 Eric AndersenFix up all non-x86 arches to cope with the latest ldso...
2002-01-23 Eric AndersenFixup build a bit. Be sneaky and include everything...
2002-01-21 Eric Andersenoops
2002-01-21 Eric AndersenMake sbrk common, add arm/brk.c, cleanup leftover damage
2002-01-19 Eric AndersenAllow apps to use varargs.h (not that they should)
2002-01-17 Eric AndersenDon't waste space warning about tempnam()
2002-01-17 Eric AndersenEnable fcntl64, and fix fcntl when large fils is enabled.
2002-01-17 David McCullough* Added /etc/shadow support (Config selectable)
2002-01-17 David McCulloughClean up builds on "sh" to use the right ARCH dirs
2002-01-17 David McCulloughThe resolver is still using the old API so we cannot...
2002-01-17 David McCulloughAdded insque/remque support
2002-01-17 David McCulloughDon't print an error if the utmp file doesn't exist...
2002-01-17 David McCulloughFix simple malloc to work on systems with an MMU
2002-01-17 David McCulloughAdd sbrk and friends
2002-01-17 David McCulloughAdd in support for inet_netof, inet_lnaof, inet_makeadd...
2002-01-16 Eric AndersenClearify error message
2002-01-16 Eric AndersenOops. I forgot to add -Bdynamic to this one.
2002-01-16 Eric AndersenTell ld explicitly when stuff is supposed to by dynamic...
2002-01-16 Eric AndersenHide all reference to wchar_t so configure won't get...
2002-01-14 Eric AndersenPatch from Brian Stafford <brian@stafford.uklinux.net...
2002-01-14 Eric AndersenEnable fdatasync
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
next