OSDN Git Service

uclinux-h8/uClibc.git
2001-05-22 Manuel Novoa... Add poll.h header.
2001-05-22 David SchleefCopied sgidefs.h from Debian libc6 2.2.2-4 for MIPS...
2001-05-22 David SchleefHeader cleanups to fix compilation. Mostly a hack...
2001-05-22 David SchleefCopied bits/*.h from Debian MIPS libc6-dev 2.2.2-4...
2001-05-22 David SchleefFirst cut of MIPS port
2001-05-21 Eric Andersenrewrite to accomodate devfs
2001-05-21 Eric AndersenStub out libresolv for now. Some apps try to link...
2001-05-21 Eric AndersenPatch from Andreas Neuhaus <andy@fasta.fh-dortmund.de>
2001-05-21 Eric AndersenWrap getline() inside #ifdef __USE_GNU
2001-05-21 Manuel Novoa... Proper prototype for mtherr, although this should proba...
2001-05-21 Manuel Novoa... Add comment about scanf pushback behavior and glibc...
2001-05-18 Eric AndersenI wasn't building the libdl shared lib anymore. Make...
2001-05-17 Eric AndersenFix up some problems noted by August Hoerandl <ahoerand...
2001-05-17 Eric AndersenPatch from David McCullough <davidm@lineo.com> -- do not
2001-05-17 Eric AndersenAdd in tempnam()
2001-05-16 Eric AndersenMove the default ptrace.c to common, but let arches...
2001-05-16 Eric AndersenSigpause was broken. Now it is fixed.
2001-05-16 Eric AndersenOops again. We do want to print this info, but only...
2001-05-16 Eric AndersenOops. I left in some debugging noise. Also some minor...
2001-05-16 Eric AndersenFix up a few little problems
2001-05-12 Eric AndersenShould not call make on ldso/libdl
2001-05-12 Eric AndersenThese seem to be missing also
2001-05-12 Eric AndersenAdd in a libc.so link as well
2001-05-12 Eric AndersenThis file was missing on arm
2001-05-12 Eric AndersenI'd broken powerpc crt0.o installation
2001-05-12 Eric AndersenAdd missing header file for arm
2001-05-12 Eric AndersenOk, this should finish off my massive ro-organization...
2001-05-11 Eric AndersenRework where libraries get installed to. Now thew...
2001-05-11 Eric AndersenChange 'crypt' to 'libcrypt'
2001-05-11 Eric AndersenFix a couple silly bugs in this test
2001-05-11 Eric AndersenBring powerpc back into line so it compiles again.
2001-05-11 Eric AndersenFix the 'make clean' target
2001-05-11 Eric AndersenFix up the 'make clean' target
2001-05-11 Eric AndersenA patch from Matthias Kilian <kili@outback.escape.de...
2001-05-11 Eric AndersenFix up the 'make clean' target
2001-05-11 Eric AndersenFix 'make clean' target
2001-05-11 Eric AndersenFix 'make clean' so it clean the rpc dir
2001-05-10 Eric AndersenFix broken resources.h
2001-05-10 Eric AndersenOops. Forgot the makefile updates
2001-05-10 Eric AndersenThese are needed for ash-0.3.8
2001-05-10 Eric AndersenSeems a few apps need this one...
2001-05-10 Eric AndersenCheck if ld.so is included in the NEEDED list. If...
2001-05-10 Eric AndersenFix up naming of ld.so so every uses the same define...
2001-05-10 Eric AndersenIgnore generated file
2001-05-10 Eric Andersenminor formatting cleanups
2001-05-10 Eric AndersenAdd in _dl_strrchr
2001-05-10 Eric AndersenuClibc now has a math library. muahahahaha!
2001-05-10 Eric AndersenDon't hard code path to TARGET_CC
2001-05-09 Eric Andersenignore generated stuff
2001-05-09 Eric AndersenAdd in an older libc5 glob implementation, which is...
2001-05-09 Eric AndersenBy default, leave out the RPC junk (it adds over 30k...
2001-05-09 Eric Andersencompile up libutil
2001-05-09 Eric AndersenYipe. This was still pulling in kernel headers.
2001-05-08 Eric AndersenAdd in libutil, based on Cory Visi's variant of Michael...
2001-05-08 Eric AndersenTurns out alphasort was totally broken. This fixed...
2001-05-08 Eric AndersenA patch from Jon Nelson <jnelson@securepipe.com> to...
2001-05-08 Eric AndersenAdd in a qsort, alphasort, scandir test from Jon Nelson...
2001-05-08 Eric AndersenMake sure types are pulled in
2001-05-08 Eric AndersenSome very minor cleanups
2001-05-08 David McCulloughCode did not match the prototypes, from what I can...
2001-05-08 David McCulloughQuick fix to setjmp/longjmp/sigsetjmp etc to make them...
2001-05-08 Manuel Novoa... Fix comment for #endif to remove warnings.
2001-05-08 Eric AndersenLooks like I forgot to commit this.
2001-05-07 Eric AndersenUse the symbolic name, don't hard code.
2001-05-07 Eric AndersenPut in but leave commented the DL_DEBUG define
2001-05-07 Manuel Novoa... Fix fwrite return value bug reported by Matthias Kilian...
2001-05-07 Eric AndersenChange FILENAME_MAX to be only 255. Max filename on...
2001-05-07 Manuel Novoa... A couple of printf fixes from Johan Adolfsson (johan...
2001-05-04 Eric AndersenAdd in inet_ntop() and inet_pton() -- ported from glibc...
2001-05-04 Eric AndersenFixup ppc to powerpc
2001-05-04 Eric AndersenAnother update to make sure things work properly on...
2001-05-04 Eric AndersenThis patch allows powerpc to compile again. It also...
2001-05-04 Eric AndersenInitial sparc port, thanks to Mathew Bosworth <mboswort...
2001-05-04 Eric AndersenThis is kindof neat. With this update, you can now...
2001-05-04 David McCulloughClean up some issues for building on m68k.
2001-05-03 Eric AndersenDont segfault when folks run ld-uclibc as an executable.
2001-05-03 Eric AndersenDescribe what this routine is supposed to do so we...
2001-05-03 Eric AndersenSome more minor updates. Add in some debug stuff, and
2001-05-03 Eric AndersenAvoid needing to distinguis between the install dir...
2001-05-02 Eric AndersenSome more updates and explanation
2001-05-01 Eric AndersenAnother cleanup. Never pass addresses as an 'int'
2001-05-01 Eric AndersenI forgot to check this in.
2001-05-01 Eric AndersenYet another major rework. This time around, rework...
2001-04-30 Eric AndersenSanitize the calling of _dl_linux_resolver so it can...
2001-04-28 Eric AndersenFix up a comment
2001-04-27 Eric AndersenGet rid of the a.out header file
2001-04-27 Eric AndersenAdd in missing ARM support. I really need to port...
2001-04-27 Eric AndersenFor m68k I forgot a needed #undef
2001-04-27 Eric AndersenEliminate the useless _dl_interpreter_exit function
2001-04-27 Eric AndersenI messed up the comment
2001-04-27 Eric AndersenYet another large update to ld.so. In this iteration...
2001-04-27 Eric AndersenAs noted by Michiel Thuys <michiel.thuys@intersil.com...
2001-04-27 Eric AndersenPatch from Tom Walsh <tom@cyberiansoftware.com> to...
2001-04-27 Eric AndersenIgnore stuff
2001-04-27 Eric AndersenMore trivial changes.
2001-04-27 Eric AndersenA few more compilation updates
2001-04-27 Eric AndersenJust use 'ls -l' since ls -sh lacks sufficient granularity
2001-04-27 Eric AndersenIgnore strerror
2001-04-26 Eric AndersenIgnore generated binary
2001-04-26 Eric Andersenoops again! I forgot to pull in the arch specific...
next