OSDN Git Service

uclinux-h8/uClibc.git
2003-02-24 Eric AndersenFixup some small issues that show up when large file...
2003-02-23 David McCulloughFix FP handling alignment problems on ARM platforms...
2003-02-23 Eric AndersenSome stuff I forgot to check in about a month ago...
2003-02-21 Miles BaderReserve stack space for args we pass to __uClibc_main.
2003-02-20 Miles BaderAdd back in PTRACE_SINGLESTEP.
2003-02-18 Eric AndersenFixup ioctl so we can special case powerpc silliness
2003-02-17 Eric AndersenMention latest update
2003-02-17 Eric AndersenFixup bui
2003-02-17 Eric AndersenPatch from Stefan Allius
2003-02-17 Eric AndersenPatch from Stefan Allius:
2003-02-17 Eric AndersenPatch from Stefan Allius:
2003-02-17 David McCulloughupdates to the uClinux-dist romfs and uClinux shared...
2003-02-17 David McCulloughUse a define for the path to /etc/TZ
2003-02-17 David McCulloughUsing -g when doing the initfini compilation breaks...
2003-02-17 David McCulloughIf floating point was enabled, setjmp would write...
2003-02-16 Eric AndersenFixup powerpc syscalls to eliminate warnings with gcc...
2003-02-15 Eric AndersenAdd missing ';'s so powerpc will compile
2003-02-15 Eric AndersenDon't just tune, use -march which implies -mcpu as...
2003-02-15 Eric AndersenFix a _ton_ of system call user type/kernel type transl...
2003-02-12 David SchleefUpdate CVS to Debian 0.9.18-1 package
2003-02-12 Eric AndersenOops. Point to .18 not .17
2003-02-12 Eric AndersenMove dev system comment
2003-02-12 Eric AndersenUpdate to note dev system
2003-02-12 Eric AndersenMinor update regarding binutils
2003-02-12 Eric AndersenSome minor doc updates
2003-02-12 Eric AndersenRemove now obsolete note about dirent
2003-02-12 Eric Andersenupdate website for release
2003-02-12 Eric AndersenEliminate a needless extern
2003-02-12 Eric AndersenUpdate changelog
2003-02-12 Eric AndersenBump version number
2003-02-12 Eric AndersenSomewhat pointless naming pedantry
2003-02-12 Eric AndersenUse http not ftp
2003-02-11 Eric AndersenPer suggestion from Peter Lassahn, fix the install_dev...
2003-02-10 Eric AndersenWe need to have the size of struct dirent equal to...
2003-02-10 Eric AndersenA few minor little changes
2003-02-10 Eric AndersenMention the dev systems have been updated
2003-02-10 Miles BaderDon't use -O0 when DODEBUG is turned on.
2003-02-10 Miles BaderPass CHILD_STACK argument to system call (it possibly...
2003-02-09 Eric AndersenFix a warning
2003-02-09 Eric AndersenFix a compile error
2003-02-08 Eric AndersenFixup handling of the .note.ABI-tag section so that...
2003-02-05 Eric Andersenmention penguru
2003-02-05 David McCulloughadd brk for m68k
2003-02-05 Eric AndersenPatch from Stefan Allius to make adding libgcc function...
2003-02-04 Eric AndersenPatch from Stefan Allius to fix a compiler warning
2003-02-03 Eric AndersenFixup compile on 2.2.x kernels when UCLIBC_HAS_LFS...
2003-02-03 Eric AndersenOops. I'd left an extra invocation of sigaction in...
2003-01-31 Eric Andersenheh
2003-01-31 Eric AndersenFix copyright
2003-01-31 Miles BaderCorrect license.
2003-01-30 Eric AndersenPatch from Marshall M. Midden @ brecis.com:
2003-01-30 Eric AndersenPer discussion with Nick Fedchik, restore original...
2003-01-30 Eric AndersenPatch from Christophe Massiot:
2003-01-30 Eric AndersenPatch from Christian Krause:
2003-01-30 Eric AndersenThe original glibc sysdeps/mips/dl-machine.h source...
2003-01-30 Miles BaderUse correct names for dummy crti.o/crtn.o files.
2003-01-30 Miles BaderInitial checkin.
2003-01-29 Eric AndersenCreate stub crti.o and crtn.o files when UCLIBC_CTOR_DT...
2003-01-28 Eric AndersenFix scandir64 to not free the wrong pieces of memory...
2003-01-28 Eric AndersenAdd a couple of tests
2003-01-28 Eric AndersenStefan Allius noticed dlib_pic.o was not using XXFLAGS...
2003-01-28 Eric AndersenPatch from Stefan Allius to fix the build when
2003-01-27 Miles BaderAdd multiple-include protection.
2003-01-25 Eric Andersenbah
2003-01-25 Eric AndersenCleaner
2003-01-25 Eric AndersenFix the 'make release' target
2003-01-25 Eric AndersenThis seems to be needed or else apps will blow up.
2003-01-25 Eric Andersensome minor todo updates
2003-01-25 Eric AndersenMove some stuff into old-news
2003-01-25 Eric AndersenUpdate webpage for release
2003-01-25 Eric AndersenUpdate the changelog for release
2003-01-24 Eric AndersenFix powerpc struct kernel_stat types
2003-01-24 Eric AndersenStick some evil casts in to make sure this works regardless
2003-01-24 Eric AndersenA few more needed updates
2003-01-24 Eric AndersenBegin release preparations...
2003-01-24 Eric AndersenSupport having libs in /usr/X11R6/lib by default as...
2003-01-24 Eric AndersenStupid typo
2003-01-24 Eric AndersenFinish up fixing stat and setting various system types.
2003-01-24 Eric AndersenDon't clean config system except on 'make distclean...
2003-01-24 Eric AndersenBetter stat tests
2003-01-24 Eric AndersenI thought it would be smaller to inline since these...
2003-01-24 Eric AndersenOk, people are probably going to hate me for this....
2003-01-24 Eric AndersenAdd FAQ entry for "sh: can't access tty; job control...
2003-01-24 Eric AndersenDoh! Fix potential stack corruption caused by dynamic...
2003-01-23 Eric AndersenUpdate architecture specific support to consistantly
2003-01-23 Eric AndersenHopefully this is correct
2003-01-23 Eric AndersenHopefully this will work as expected. I have no way to
2003-01-23 Eric AndersenUpdate crt0 for arm to provide the main reference
2003-01-23 Eric AndersenShuffle OPTIMIZATION setting a bit
2003-01-23 Manuel Novoa... Wasn't thinking... we don't need to seek to end when...
2003-01-23 Eric AndersenUpdate tests to be somewhat consistant with the rest...
2003-01-23 Eric AndersenUpdate ignore list
2003-01-23 Eric AndersenUpdate a tiny bit
2003-01-23 Eric AndersenCleanup makefiles and make clean a bit
2003-01-23 Eric AndersenMaking atexit weak does nothing for dynamicly linked...
2003-01-23 Eric Andersensimpler method for getting a 'main' reference. Make...
2003-01-23 Eric AndersenShuffle two lines so the comment applies to the correct...
2003-01-23 Eric AndersenRewrite powerpc crt0.S for proper ctor/dtor handling
2003-01-23 Eric AndersenKill the needless '#if 1'
2003-01-23 Eric AndersenUpdate malloc behavior on malloc(0) to be consistant...
next