OSDN Git Service

uclinux-h8/uClibc.git
2002-03-13 Eric AndersenMerge in an ugly pile of rand* functions from glibc...
2002-03-13 Eric AndersenRemove the chdir, so we can test things like empty...
2002-03-13 Manuel Novoa... Modified because of the new str to int funcs.
2002-03-13 Manuel Novoa... New versions of the various string to int functions...
2002-03-13 Manuel Novoa... Fix stdin/stdout initialization of buffering type....
2002-03-13 Manuel Novoa... Oops... forgot to update abort.c.
2002-03-13 Manuel Novoa... Apply Miles Bader's missing __va_copy() fix.
2002-03-12 Manuel Novoa... Fix another O_LARGEFILE bug. Also, I forget to make...
2002-03-12 Manuel Novoa... So much for fcntl flags being resonably consistent...
2002-03-12 Manuel Novoa... Fix fflush(NULL) and tweak _stdio_term() for the unbuff...
2002-03-12 Manuel Novoa... Oops.. had left thread support forced on.
2002-03-12 Eric AndersenFix a segfault in scandir for empty directories. After...
2002-03-12 Manuel Novoa... Update to my current todo list.
2002-03-12 Eric AndersenFix thinko
2002-03-12 Eric AndersenFixup redefinition of NL_ARGMAX
2002-03-12 Manuel Novoa... Deal with cvs "feature"... or is that cvs _user_...
2002-03-12 Manuel Novoa... Swap in the new stdio code.
2002-03-11 Eric AndersenAdd thread support. Eliminate the useless extra "s
2002-03-11 Eric AndersenFix broken links
2002-03-11 Eric AndersenFixup ldd behavior to match recent ldso change
2002-03-11 Eric AndersenAllow some failures to simplify building gcc
2002-03-11 Eric AndersenDon't install CVS files into the devel dir
2002-03-09 Eric AndersenAdd in this missing header file
2002-03-09 Eric AndersenAvoid forced -lpthread lnkage when threading is enabled
2002-03-08 Eric AndersenSeperate out the symbol resolution debugging, so it...
2002-03-05 Eric AndersenRemove sys/io.h include, since not everyone has it
2002-03-05 Miles BaderInitial checkin
2002-03-05 Miles BaderRe-add files which were mistakenly deleted during the...
2002-03-05 Miles BaderRemove extraneous file
2002-03-03 David SchleefCheck in new debian snapshot
2002-03-02 Eric AndersenRemove generated stuff, restore sh/sys/procfs.h from...
2002-03-01 Eric AndersenMove syscall.h generation to the top level Makefile
2002-03-01 Eric AndersenDoh! A search and replace bug...
2002-03-01 Eric AndersenDoh! Doh! Doh!
2002-03-01 Eric AndersenDoh!
2002-03-01 Eric AndersenPatch from Steven J. Hill to allow both mips and mipsel...
2002-03-01 Eric Andersenoops. I forgot to commit this...
2002-03-01 Eric AndersenPatch from Miles Bader to allow Large File support...
2002-03-01 Eric AndersenFix for some comments, from Miles Bader
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...
next