OSDN Git Service

uclinux-h8/uClibc.git
2001-12-22 Eric Andersenupdate website for release
2001-12-22 Eric AndersenSupport older link name
2001-12-22 Eric AndersenBump version number to 0.98
2001-12-22 Eric AndersenUpdate some URLs
2001-12-21 Eric AndersenA very large patch from Miles Bader <miles@lsi.nec...
2001-12-21 Eric AndersenMiles Bader <miles@lsi.nec.co.jp> noted that I'd broken...
2001-12-21 Eric AndersenOops. Revert debugging defines
2001-12-20 Eric AndersenFix snapshot link
2001-12-20 Eric AndersenForgot this
2001-12-20 Eric AndersenUpdate the docs and website
2001-12-20 Eric AndersenAdd the website into CVS
2001-12-20 Eric AndersenIgnore tmp dir
2001-12-20 Eric AndersenFixup autogeneration of bits/syscalls.h
2001-12-20 Eric AndersenUse tar instead of cp -LR for make install, since older...
2001-12-20 Eric AndersenSteven Carr noticed that uClibc's inet_aton() is strict...
2001-12-20 Eric AndersenOops. I accidentally commited some experimental test...
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-12-19 Eric AndersenUse the asm version by default on x86. Tag _start...
2001-12-19 Eric AndersenAdd basename and dirname. Write memrchr.
2001-12-19 David McCulloughmerged the two startup files so that uClinux people...
2001-12-07 Eric Andersenpatch from Jari Korva <jpkorva@iki.fi>:
2001-12-05 David McCulloughAdd in an ARCH_CFLAGS placeholder so scripts can mod it.
2001-12-05 David McCulloughHack the 68000 last ditch abort to work for all 68000...
2001-11-30 Eric AndersenUpdate TODO list a bit
2001-11-30 Eric AndersenAdd support for mmu-full m68k systems, such as oldworld...
2001-11-30 Eric AndersenAlways use --uclibc-use-build-dir
2001-11-29 Eric AndersenAdd include/sys/reg.h to make gdbserver happy
2001-11-26 David Schleefupdate my list
2001-11-26 David SchleefRemoved TARGET_CFLAGS definition, since it was moved...
2001-11-26 David SchleefFix TARGET_CFLAGS to include -fPIC when needed. Libs...
2001-11-26 David Schleeflibhowdy.so needs to be compiled with -fPIC
2001-11-26 David SchleefFix: libuclibc-dev should depend on libuclibc0. Elabor...
2001-11-26 David SchleefDisable ldso directory if DODYNAMIC isn't true, in...
2001-11-26 David SchleefRewrite vfork() as C, should now work. Changed longjmp...
2001-11-26 David SchleefFix buggy R_PPC_RELATIVE relocation. Symptom was that...
2001-11-26 David SchleefRemove unused file
2001-11-26 David SchleefFix calculation of PLT entry index. Caused segfaults...
2001-11-26 David SchleefFix dependencies
2001-11-26 Eric AndersenMy adjusted 'make install' was missing include/linux...
2001-11-26 David Schleefstrsignal() is a GNU extension
2001-11-24 Eric AndersenSync regex with glibc 2.2.4. I need to add an option...
2001-11-24 Eric AndersenMove the FAQ. Add a docs dir. Add in a report on...
2001-11-24 Eric AndersenUse consistant paths
2001-11-24 Eric AndersenOops...
2001-11-24 Eric AndersenMuch faster version of 'make install' -- it was doing one
2001-11-24 Eric AndersenWrap uClinux specific stuff, so this will run on
2001-11-24 Eric AndersenOops
2001-11-24 Eric AndersenWork around broken m68k kernel headers... Grumble.
2001-11-24 Eric AndersenSilly us. Don't try to free alloca'd memory.
2001-11-24 Eric AndersenFix naming so things will actually work
2001-11-24 Eric AndersenFix path problem,
2001-11-24 Eric AndersenOops
2001-11-24 Eric AndersenMove powerpc specific optimizations (courtesy of apple...
2001-11-23 Michael DurrantMDAD: The "Config" file message, should say copy to...
2001-11-23 Eric AndersenI just spent a bit of time writing up a FAQ...
2001-11-23 Eric AndersenAdd this so madplay will properly configure itself...
2001-11-23 Eric AndersenFinish ajusting math lib options. Close out a couple...
2001-11-23 Eric AndersenAdjust configs for updated math lib
2001-11-23 Eric AndersenDefault to building C89 math stuff only. Cleanup some...
2001-11-22 Eric AndersenTotally rework the math library, this time based on...
2001-11-22 Eric AndersenSeems we were lacking an acos() implementation
2001-11-21 Eric AndersenAdjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC...
2001-11-21 Eric AndersenFix support for sysv style signals
2001-11-21 Eric AndersenFinish off the getc putc adjustment
2001-11-21 Eric AndersenAdd acct syscall. Fix sigsuspend which was totally...
2001-11-21 Eric AndersenCleanup abort() so it behaves itself a bit better
2001-11-21 Eric AndersenAdd missing ctermid. Also add putc and getc (in case...
2001-11-21 Eric Andersenpathconf can't use fpathconf or it will block opening...
2001-11-20 Eric AndersenOops. Lets try that again.
2001-11-20 Eric AndersenA few symbols needed for testing
2001-11-20 Eric AndersenFix up pathconf and friend so that test suits can work
2001-11-20 Eric AndersenCan't use CLK_TCK in here since /usr/include/bits/time...
2001-11-20 Eric AndersenBe more careful able not shadowing with var names
2001-11-19 David SchleefNotes on Build-Depends
2001-11-19 David SchleefFix build-depends to use kernel-headers-2.4. Should...
2001-11-19 Eric AndersenFix default install dirs
2001-11-19 Eric AndersenAdd an initial clone from glibc. Needs fixing.
2001-11-18 David SchleefDebian upload
2001-11-18 David SchleefAdded a few items on my wishlist, removed some stuff...
2001-11-18 David SchleefDon't define _GNU_OBSTACK_INTERFACE_VERSION, because...
2001-11-18 David SchleefUpdated notes
2001-11-18 David SchleefAdded build-stamp for Debian
2001-11-17 Eric AndersenAnother todo item
2001-11-15 Eric AndersenSilly me. I left in a define which caused statfs64 to
2001-11-15 Eric AndersenFix comments. Attempt at c++ global constructor support.
2001-11-15 Eric AndersenThis is a .c file
2001-11-14 Eric AndersenI fixed readdir64
2001-11-14 Eric AndersenOops. Forgot these
2001-11-14 Eric AndersenScrub up some lingering problems preventing readdir64...
2001-11-14 Eric AndersenSync up sparc headers
2001-11-14 Eric AndersenMake it obvious that dtype is disabled
2001-11-14 Eric AndersenTurn off dtype
2001-11-14 Eric AndersenSync up mipsel headers
2001-11-14 Eric AndersenSync up m68k headers
2001-11-14 Eric AndersenInitial first (lame) pass at making a pthreads library...
2001-11-14 Eric AndersenFix the clone syscall so it actually works.
2001-11-14 Eric AndersenAdd missing sched.h
2001-11-12 David SchleefNotes about how powerpc/bits was constructed.
2001-11-12 David SchleefChange the output filename to correspond to the package...
2001-11-12 David SchleefFix common C ambiguity.
next