OSDN Git Service

uclinux-h8/uClibc.git
2002-02-19 Eric AndersenDoh! Miles Bader noticed a couple of spots where I...
2002-02-18 Eric AndersenRename __stdio_close_all to __stdio_flush_buffers....
2002-02-18 Eric AndersenDoh!
2002-02-18 Eric AndersenMiles Bader writes:
2002-02-18 Eric AndersenMake shared libs properly list the correct ld.so in...
2002-02-18 Eric AndersenSupport strong_alias and begin merging usage of weak_fu...
2002-02-18 Eric AndersenWhine and exit if people link against GNU libc or
2002-02-17 Eric AndersenFix defines so debugging works as expected
2002-02-17 Eric AndersenSome more updates. Darn -- arm needs the mprotect...
2002-02-17 Eric AndersenA few more little fixups
2002-02-17 Eric AndersenEliminate circular dependancy
2002-02-17 Eric AndersenA ton of cleanups. Eliminate some useless code. Much...
2002-02-16 Eric AndersenUse sizeof(sa_mask) instaed of sizeof(sigset_t) since...
2002-02-16 Eric AndersenSeveral mips cleanups/additons from Geoffrey Espin.
2002-02-16 Eric AndersenPatch from Yoshinori Sato <qzb04471@nifty.ne.jp> to...
2002-02-16 David SchleefAdditionally remove libc/tmp
2002-02-15 David SchleefTry adding mipsel to the architectures
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
next