OSDN Git Service

uclinux-h8/uClibc.git
2003-07-15 Eric AndersenPatch from Peter Kjellerstedt to not modify include...
2003-07-15 Eric AndersenPatch from Peter Kjellerstedt to make it simpler for...
2003-07-15 Eric AndersenFix a silly cut-n-paste error
2003-07-14 Manuel Novoa... Yikes! This was doing another lock instead of unlockin...
2003-07-03 Eric AndersenAs noted by Felix Radensky back on 16 Mar:
2003-07-02 Eric AndersenOnly exec child apps if they are elf type ET_EXEC
2003-07-01 Eric AndersenFix source code URL
2003-07-01 Eric Andersenoops. This is 0.9.20, not .30
2003-07-01 Eric AndersenMore updates
2003-07-01 Eric AndersenUpdate note re binary compat
2003-06-30 Eric AndersenUpdate for release
2003-06-30 Eric AndersenYield to yet another glibc-ism and add __progname
2003-06-30 Eric AndersenUpdate for completed items
2003-06-30 Eric AndersenFixup symlinks to libthread_db
2003-06-30 Eric AndersenPer suggestion from Stuart Hughes, allow uClibc to...
2003-06-30 Eric AndersenPatch from Pavel Roskin to fixup toplevel help text
2003-06-27 Eric AndersenFix a couple of typos
2003-06-27 Eric Andersenret could have been used uninitialized in one case
2003-06-27 Eric AndersenAdd a test which shows off the broken spots in our...
2003-06-27 Eric Andersenoops
2003-06-27 Eric AndersenRun dlopened ctors and dtors in the correct order
2003-06-27 Eric AndersenRevenge of the Typo
2003-06-27 Eric Andersenwhitespace and debug updates
2003-06-27 Eric AndersenYet more cleanup for the reentrant pwd/grp functions...
2003-06-27 Eric AndersenFixup errno handling
2003-06-27 Eric AndersenAdd config option to enable 'struct tm' timezone extens...
2003-06-27 Eric AndersenDo not let isatty mess up errno
2003-06-27 Eric AndersenCleanup a couple of ugly bits
2003-06-27 Eric AndersenImplement mmap64 for arm
2003-06-27 Eric Andersenadd mmap64 for i386
2003-06-27 Eric Andersenoops. Fix the name so it is "mmap64", not "__mmap64"
2003-06-27 Eric AndersenActually, some arches do support _syscall6, so implemen...
2003-06-27 Eric AndersenMention that the common mmap64 is a stub and must be...
2003-06-27 Eric AndersenAdd missing madvise syscall
2003-06-27 Eric AndersenPer a patch from Rob McMullen, add getprotoent_r, getpr...
2003-06-27 Eric AndersenAdd in ceilf() and floorf() since XFree86 wants them...
2003-06-24 Eric AndersenSeveral more cleanups
2003-06-24 Eric AndersenFix indenting for real this time.
2003-06-24 Eric AndersenMake indenting be consistant
2003-06-24 Eric AndersenRename the very badly named 'UCLIBC_GCC' to 'UCLIBC_ENV...
2003-06-24 Manuel Novoa... Change 'undefined behavior' of fflush() on readonly...
2003-06-24 Eric AndersenMake login actually write out utmp and wtmp junk (even
2003-06-18 Eric AndersenBe extra careful to memset the correct size, not the...
2003-06-17 Manuel Novoa... Optionally support the struct tm extension fields.
2003-06-17 Eric AndersenPatch from Ronald Wahl fixing an IPV6 specific problem
2003-06-17 Eric AndersenWhen compiling with -O0, linuxthreads does not compile...
2003-06-17 Eric AndersenColdfire patch from Bernardo Innocenti
2003-06-17 Manuel Novoa... Ok... pasting in DUMPn() is unnecessary and technically...
2003-06-16 Eric AndersenAs noted by Peter S. Mazinger
2003-06-16 Eric AndersenFor some strange reason, davidm put this file in the...
2003-06-16 Eric AndersenFix a segfault when used on a library w/o an INTERP...
2003-06-16 Manuel Novoa... Add memmem().
2003-06-15 Eric AndersenDon't segfault when given things other than a regular...
2003-06-15 Eric AndersenImplement syscall() for powerpc. Fixup syscall code so
2003-06-14 Eric AndersenComment out the rpl_malloc workaround. It was a good...
2003-06-14 Eric AndersenBump version number in preparation for a release
2003-06-12 Eric AndersenThe mere presence of stropts.h causes many configure...
2003-06-12 Eric AndersenAs suggested by Marshall M. Midden at brecis, use ...
2003-06-12 Eric AndersenSet the default thread stack size to 16k for mmu-less...
2003-06-12 Eric AndersenFix mips so it compiles with gcc 3.3
2003-06-11 Eric AndersenMarshall M. Midden at brecis.com writes:
2003-06-11 Eric AndersenFix arm syscall implementation so it does not blow...
2003-06-05 Eric AndersenPatch from Peter S. Mazinger to make the get-needed...
2003-06-05 Eric AndersenWe do not provide getfsent and friends, so remove this...
2003-06-03 Eric AndersenKill the runtime fallback to fork and make it be compil...
2003-06-03 Eric AndersenFix broken
2003-06-02 Eric AndersenPatch from Peter S. Mazinger to fix some leftover problems
2003-05-30 Eric AndersenClone still had a few little PIC problems....
2003-05-30 Eric AndersenIn a number of places we erroneously used tests such...
2003-05-30 Eric AndersenEnable ADD_LIBGCC_FUNCTIONS by default on arm
2003-05-29 Eric AndersenEviscerate stropts.h so configure scripts won't try...
2003-05-28 Eric AndersenAllow gcc to move/update by detecting where needed...
2003-05-28 Eric AndersenAccomodate building under cygwin
2003-05-27 Eric Andersengrr. It's a void *, not a char *.
2003-05-27 Eric AndersenChange 'N' to '__size' to avoid conflicts with common...
2003-05-23 Manuel Novoa... Sorry. Changed this while fixing the last bug and...
2003-05-23 Eric AndersenCope with autoconf's broken AC_FUNC_MALLOC macro, which...
2003-05-15 Manuel Novoa... Fix (hopefully) scanf behavior for nul bytes in the...
2003-05-14 David McCulloughAdd in a default file for m68k.
2003-05-14 David McCulloughSleep was returning the wrong value because:
2003-05-08 Miles Bader(__libc_open): Fix wacky indentation.
2003-05-01 David McCulloughsetjmp was trashing r12 which is bad and can cause...
2003-04-29 David McCulloughSome small fixups for the h8 support and add the h8s...
2003-04-29 David McCulloughFixup __libc_open to use varargs and match the prototype.
2003-04-29 Eric AndersenuClibc 0.9.19 has a bug in globfree(). If the previous...
2003-04-25 Eric AndersenComment on glibc's MALLOC_CHECK_ support.
2003-04-23 Eric AndersenThierry De Corte notices that when UCLIBC_HAS_FLOAT...
2003-04-21 Eric AndersenFix SIGTRAP handling on arm. The defination of struct...
2003-04-19 Eric AndersenPatch from Marshall M. Midden:
2003-04-19 Eric AndersenKonrad Taro Eisele noticed the sparc struct stat was...
2003-04-16 Eric AndersenPatch from Liam Girdwood to fix mips profiling when...
2003-04-02 Miles Bader(free_to_heap): Unlock the heap before returning in the
2003-03-31 Eric AndersenAvoid errors with buggy preprocessors
2003-03-13 Eric AndersenOops. Don't call strip twice
2003-03-13 Eric Andersenresync with glibc 2.3
2003-03-11 Eric Andersensjhill needs to buy donuts for everyone
2003-03-11 Eric AndersenMake it so debugging pthreads works, even with DODEBUG...
2003-03-11 Eric AndersenMinor cleanup to better sync with glibc 2.3
2003-03-11 "Steven J.... Compliance with MIPS ABI and MIPS kernel changes.
2003-03-10 Eric AndersenPatch from Jordan Crouse to avoid potential rendering...
next