OSDN Git Service

uclinux-h8/uClibc.git
2003-08-24 Manuel Novoa... Fix a few bugs in the new extended locale functions.
2003-08-22 Eric AndersenDon't use linux/sysctl.h and instead locally define...
2003-08-22 Eric AndersenAvoid gratuitous conflicts when used with kernel headers
2003-08-22 Eric AndersenMake the mips ld.so debug noise somewhat useful, and...
2003-08-22 Eric AndersenLink update
2003-08-22 Eric Andersenmention ucdot.org
2003-08-22 Eric AndersenPatch from Atsushi Nemoto, who writes:
2003-08-22 Eric AndersenRemove some mips specific hacks that are no longer...
2003-08-21 Eric AndersenAdd missing semicolons
2003-08-21 Eric AndersenBe sure to remove the old ldso.h, since it will screw...
2003-08-20 Eric AndersenRevert this change for now.
2003-08-20 Manuel Novoa... Correct included header for ustat.
2003-08-19 Eric Andersenignore unwanted stuff
2003-08-19 Eric AndersenUpdate the tests a little bit
2003-08-19 Eric AndersenI just realized we need global symbol resolution for...
2003-08-19 Eric AndersenMore routine cleanup
2003-08-19 Eric AndersenCool. Found most of the problem. Turns out we were...
2003-08-19 Eric AndersenPhase one of my evil plan to clean up ld.so...
2003-08-18 Manuel Novoa... Work around a bug in nm from binutils-2.14.90.0.5.
2003-08-18 Eric AndersenCleanup arm architecture optimizations and add big...
2003-08-18 Manuel Novoa... Fixed a bug where locales nontrivially derived from...
2003-08-18 Manuel Novoa... scanf %lc,%ls,%l[ would always set mb_fail on eof or...
2003-08-18 Manuel Novoa... _wchar_utf8sntowcs and _wchar_wcsntoutf8s now set errno...
2003-08-17 Manuel Novoa... Fix a cut-and-paste error. Collation should be working...
2003-08-14 Eric AndersenUse the common version for bits/sem.h. Fixup the types to
2003-08-13 Eric AndersenPatch from Paul Mundt adding uClibc sh64 support:
2003-08-12 Eric AndersenFixup centering so the site does not look like crap...
2003-08-11 Eric Andersenalso carefully booleanize the false value
2003-08-10 Eric Andersensilly me, thats not going to work.
2003-08-10 Eric AndersenAn even simpler likely
2003-08-10 Eric AndersenUpdate likely() to cope with truth values other than 1
2003-08-10 Eric AndersenAdd support for the ulimit syscall
2003-08-08 Eric AndersenAdd in a MALLOC_GLIBC_COMPAT option to let people decid...
2003-08-08 Eric AndersenAdd support for personality(), prctl(), ustat(), and...
2003-08-06 Eric AndersenBegin documenting differences between uClibc and SuSv3
2003-08-05 Eric AndersenPatch from David Wuertele to prevent "conflicts with...
2003-08-05 Eric AndersenZou WeiJun noticed a type breaking the stime syscall
2003-08-05 Eric AndersenLooks like I missed a spot
2003-08-05 Eric AndersenShuffle options around a bit
2003-08-05 Eric AndersenMerge/rework config system per the latest from linux...
2003-08-04 Eric AndersenFor sparc, powerpc, mips, and alpha we should also...
2003-08-04 Eric AndersenUpdate inet_aton() to support an undocumented feature...
2003-08-02 Eric AndersenUpdate licensing discussion
2003-08-01 Manuel Novoa... Replace 'new' in a prototype to avoid c++ problems.
2003-08-01 Manuel Novoa... Fix a silly error.
2003-08-01 Manuel Novoa... Add a new *scanf implementation, includeing the *wscanf...
2003-08-01 Eric AndersenRemove the arch specific shm.h and use the fixed up...
2003-07-21 Eric AndersenDoing an search and replace on CFLAGS can prove dangero...
2003-07-17 Manuel Novoa... Bug fix from Peter Kjellerstedt <peter.kjellerstedt...
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...
next