OSDN Git Service

uclinux-h8/uclibc-ng.git
2002-02-15 Eric AndersenGeoffrey Espin noticed a $ that should have been a...
2002-02-14 Eric AndersenDisable a lingering bit of wide char junk
2002-02-13 Eric AndersenFix missing longjmp symbol
2002-02-13 Eric AndersenFix copyright message
2002-02-13 Eric AndersenA number of naming updates in preparation for adding in
2002-02-13 Eric AndersenSeveral test suite updates. The testatexit, teston_exi...
2002-02-13 Eric AndersenFix silly buffer overflow
2002-02-12 Eric AndersenMark Robson noticed that our strcasecmp() behaviour...
2002-02-11 Eric AndersenHAVE_SA_RESTORER is supposed to be true, not false...
2002-02-11 David SchleefFix typo
2002-02-11 David Schleefmksnapshot: updated version and filenames. control...
2002-02-11 David SchleefUpdate version
2002-02-08 Eric AndersenDont choke when chown fails. Try to be more portable...
2002-02-06 David McCulloughAdd in clone (untested)
2002-02-05 Eric AndersenUpdates from Martin Sieper
2002-02-05 Eric AndersenFix __adjtimex symbol
2002-02-05 Eric AndersenOOps.
2002-02-05 Eric Andersenuse X/Open __sysv_signal name, then use the weak name...
2002-02-04 Eric AndersenUpdate text for release
2002-02-04 Eric AndersenUpdate changelog
2002-02-04 Eric AndersenMake powerpc default to faster malloc
2002-02-04 Eric AndersenFix naming error in brk.c, enable faster malloc by...
2002-02-04 Eric AndersenFixup mips so it now works and provides basic functionality
2002-02-04 Eric AndersenRework powerpc to be consistant with the other arches.
2002-02-04 Eric AndersenMinor cleanups
2002-02-04 Eric AndersenFix headers
2002-02-04 Eric AndersenFixup arch substitution
2002-02-04 Eric AndersenFix path
2002-02-04 Eric AndersenAdjust sparc port do it now actually works.
2002-02-04 Eric AndersenA few more little cleanups
2002-02-04 Eric AndersenBe consistant about the ways in which asm/unistd.h...
2002-02-04 Eric AndersenAdd include guards
2002-02-04 Eric AndersenAdd a config file for sparc
2002-02-04 Eric AndersenOops.
2002-02-03 Eric AndersenAllow sparc code to at least compile
2002-02-02 Eric AndersenAdd in support for the Hitach H8/300H architecture,
2002-02-02 Eric AndersenOops. Fixup the defaults
2002-02-02 Eric AndersenDo not expose the weak_alias() junk to the world. ...
2002-02-02 Eric AndersenAdd in a weak __mempcpy for mempcpy to make certain GNU
2002-02-02 Eric AndersenI just wrote up gethostent(), sethostent(), and endhost...
2002-02-02 Eric Andersenprocmail now works
2002-02-02 Eric AndersenGrr. I should learn to compile stuff before committing
2002-02-02 Eric AndersenOops
2002-02-02 Eric AndersenAdd in a weak for __adjtime
2002-02-02 Eric AndersenFix some typos...
2002-02-02 Eric AndersenDon't free memory prematurely
2002-02-02 Eric AndersenUpdate the working apps list. Not 100% completed,...
2002-02-02 Eric AndersenSeveral little additions and cleanups. Add getw()...
2002-02-02 Eric AndersenFix hstrerror
2002-02-01 Eric AndersenScrub up a few little things.
2002-02-01 Eric AndersenAdd in syscalls.h for mipsel, thanks to Steven J. Hill.
2002-02-01 Eric AndersenCleanup grammar and wording
2002-02-01 Eric AndersenAdd an example of how to use this thing.
2002-02-01 Eric AndersenAdd in a configurator script. Now people can put stuff...
2002-02-01 Eric AndersenBump version number to 0.9.9
2002-02-01 Eric AndersenAdd install_utils and install_target_utils targets...
2002-02-01 Eric AndersenBe ever so pedantic and explicitly tell tar to use...
2002-02-01 Eric AndersenDon't assume uid=gid
2002-01-31 Eric AndersenFix/simplify longjmp. Fix toplevel mips settings
2002-01-31 Eric AndersenDon't complain about _GLOBAL_OFFSET_TABLE_
2002-01-31 Eric AndersenFixup setjmp and longjmp so they behave themselves...
2002-01-31 Eric AndersenFix makefile so it actually works when cross compiling
2002-01-31 Eric Andersenmake sure all utilities will build even with older...
2002-01-31 Eric AndersenFor now, don't let googlebot and friends spider the...
2002-01-31 Eric AndersenFix spelling error
2002-01-31 Eric AndersenFixup xfree86 entry
2002-01-30 Eric AndersenFixup util build
2002-01-30 Eric AndersenFixup setjmp implementation so it actaully works as...
2002-01-30 Eric AndersenAdd missing sys/fsuid.h
2002-01-29 Eric AndersenAdd in setfsuid() and setfsgid() so lpr-0.72 can compile.
2002-01-29 Eric AndersenDoh! I'd included sbrk.o twice...
2002-01-29 Eric AndersenDefault to using malloc-930716 on ARM systems, since...
2002-01-29 Eric AndersenForce DOPIC be true when HAVE_SHARED is true. Don...
2002-01-29 Eric AndersenMake it so powerpc can work despite lacking brk().
2002-01-29 Eric AndersenGo back to using ld, now that I've found the real probl...
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...
next