OSDN Git Service

uclinux-h8/uClibc.git
2002-03-01 Eric AndersenPatch from M. R. Brown <mrbrown@0xd6.org> to fix pthrea...
2002-03-01 Eric AndersenMajor rework of the include files to eliminate redundancy
2002-02-28 Eric AndersenPatch from David Schleef to check for proper 16-byte...
2002-02-27 Eric AndersenRemove some debugging code
2002-02-27 Eric AndersenFix C++ support
2002-02-27 Eric AndersenLose the -nostdlib, which causes problems with older...
2002-02-26 Eric AndersenA few more little cleanups
2002-02-26 Eric AndersenAdd an md5crypt test
2002-02-26 Eric AndersenDon't redefine stuff
2002-02-26 Eric AndersenBe consistant and use an unsigned char * throughout
2002-02-26 Eric Andersendon't pretend to be reentrant yet
2002-02-26 Eric AndersenDoh! Tests were not being compiled with warnings and...
2002-02-26 Eric AndersenFix redefine problem
2002-02-26 Eric AndersenFix redefinition problem
2002-02-26 Eric AndersenGive the label a ; so compilers have no excuse to whine
2002-02-26 Eric AndersenOdd. This seems to be in the wrong spot...
2002-02-26 Eric AndersenDon't try to return stuff from void funcs
2002-02-26 Eric AndersenRemove an erroneous -L-
2002-02-26 Eric AndersenPatch from Miles Bader to restrict common truncate64...
2002-02-26 Eric AndersenProper support for setting h_errno
2002-02-26 Eric AndersenFix rpc + threads so it now compiles.
2002-02-26 Eric AndersenThomas Fritzsche noticed that __open_etc_hosts was...
2002-02-26 Eric AndersenEnable pread/pwrite
2002-02-26 Eric AndersenPatch from Miles Bader: All the -M* options should
2002-02-26 Eric AndersenAdjust function naming and make sure everything is...
2002-02-26 Eric AndersenRemove elimination of __BEGIN_DECLS/__END_DECLS
2002-02-25 Eric AndersenI shouldn't try to program when sleepy, since I totally...
2002-02-25 Eric AndersenWhen messing with fd NONBLOCK status, put things back...
2002-02-25 Eric AndersenTry this version instead...
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
next