OSDN Git Service

uclinux-h8/uclibc-ng.git
2002-02-25 Eric AndersenJoerg Schmitz-Linneweber recommends using tar -f -...
2002-02-25 Eric AndersenYet another iteration...
2002-02-25 Eric AndersenBoth Miles and Manuel complained about this one. I...
2002-02-25 David McCulloughAdded locale and lastlog
2002-02-23 Eric AndersenSupport isblank()
2002-02-23 Eric AndersenFix the compiler wrapper yet more...
2002-02-23 Eric AndersenIEEE Std 1003.1-2001 says that the "fclose() function...
2002-02-23 Eric AndersenSeveral naming cleanups so threads work properly again
2002-02-23 Eric AndersenFix a corner case which I had botched.
2002-02-23 Eric AndersenAdd a better error msg
2002-02-23 Eric AndersenPer discussion with Manuel, when we call __stdio_flush_...
2002-02-23 Eric AndersenUpdate todo list
2002-02-23 Eric AndersenTest for libcrypt (which is partly broken ATM)
2002-02-23 Eric AndersenThis should be a little better...
2002-02-22 Manuel Novoa... I was confusing the effects of _LARGEFILE_SOURCE with...
2002-02-22 David SchleefBuild fix for arm
2002-02-22 David SchleefSpecial rules for mipsel. Force some variables in...
2002-02-22 Eric AndersenSeveral mips fixes from Geoffrey Espin. With these...
2002-02-21 Eric AndersenLet the large file stuff be cancelable
2002-02-21 Eric AndersenUpdate string tests per glibc 2.2.5's string tester...
2002-02-21 Eric AndersenOops. I forgot to commit this file...
2002-02-21 Eric AndersenWhen vfork is not available and we have an MMU, then...
2002-02-21 Eric AndersenLose the _GNU_SOURCE and just add __USE_GNU to the...
2002-02-21 Eric AndersenAdd ldexp to the !C99 list, since it is defined in...
2002-02-21 Eric AndersenMiles Bader noticed that I'd messed up by always pulling
2002-02-20 Eric AndersenFix from John Rigby to fix stat() so it actually works.
2002-02-20 Eric Andersenoops. I had accidentally typed in "clean" when I meant...
2002-02-20 Eric AndersenThis is a bit less messy
2002-02-20 Eric AndersenEnable thread support
2002-02-20 Eric AndersenSeveral needed cleanups to the gcc wrapper.
2002-02-20 Eric AndersenMerge in the pthread library. This is the linuxthreads...
2002-02-20 Eric AndersenAdd a test from Stefan Soucek for pthread_cond_timedwai...
2002-02-19 Manuel Novoa... Output an error if uClibc's and app's largefile configu...
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.
next