Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-15 | Fix a silly cut-n-paste error | Eric Andersen | |
2003-07-14 | Yikes! This was doing another lock instead of unlocking the stream. | Manuel Novoa III | |
2003-07-03 | As noted by Felix Radensky back on 16 Mar: | Eric Andersen | |
I've tried several times to compile uClibc with soft-float (both gcc-3.2.2 toolchain and wrapper), but applications compiled with uClibc always failed with "Invalid instruction". So I ended up disabling floating point at all and this works well. I also has no problem with glibc from Monta Vista, which is compiled with soft-float. My processor is PowerPC 405GP. Maybe the problem is in FP() macro definition in libc/sysdeps/linux/powerpc/setjmp.S and libc/sysdeps/linux/powerpc/__longjmp.S #ifdef __UCLIBC_HAS_FLOATS__ #define FP(x...) x #else #define FP(x...) #endif which should be defined as if defined __UCLIBC_HAS_FLOATS__ && ! defined __UCLIBC_HAS_SOFT_FLOAT__ #define FP(x...) x #else #define FP(x...) #endif | |||
2003-07-02 | Only exec child apps if they are elf type ET_EXEC | Eric Andersen | |
2003-07-01 | Fix source code URL | Eric Andersen | |
2003-07-01 | oops. This is 0.9.20, not .30 | Eric Andersen | |
2003-07-01 | More updates | Eric Andersen | |
2003-07-01 | Update note re binary compat | Eric Andersen | |
2003-06-30 | Update for release | Eric Andersen | |
2003-06-30 | Yield to yet another glibc-ism and add __progname | Eric Andersen | |
2003-06-30 | Update for completed items | Eric Andersen | |
2003-06-30 | Fixup symlinks to libthread_db | Eric Andersen | |
2003-06-30 | Per suggestion from Stuart Hughes, allow uClibc to re-install | Eric Andersen | |
headers on a system where they have previously been installed. | |||
2003-06-30 | Patch from Pavel Roskin to fixup toplevel help text | Eric Andersen | |
2003-06-27 | Fix a couple of typos | Eric Andersen | |
2003-06-27 | ret could have been used uninitialized in one case | Eric Andersen | |
2003-06-27 | Add a test which shows off the broken spots in our dlopen implementation | Eric Andersen | |
2003-06-27 | oops | Eric Andersen | |
2003-06-27 | Run dlopened ctors and dtors in the correct order | Eric Andersen | |
2003-06-27 | Revenge of the Typo | Eric Andersen | |
2003-06-27 | whitespace and debug updates | Eric Andersen | |
2003-06-27 | Yet more cleanup for the reentrant pwd/grp functions so they | Eric Andersen | |
should now actually be doing the right thing | |||
2003-06-27 | Fixup errno handling | Eric Andersen | |
-Erik | |||
2003-06-27 | Add config option to enable 'struct tm' timezone extension fields | Eric Andersen | |
2003-06-27 | Do not let isatty mess up errno | Eric Andersen | |
2003-06-27 | Cleanup a couple of ugly bits | Eric Andersen | |
2003-06-27 | Implement mmap64 for arm | Eric Andersen | |
2003-06-27 | add mmap64 for i386 | Eric Andersen | |
2003-06-27 | oops. Fix the name so it is "mmap64", not "__mmap64" | Eric Andersen | |
2003-06-27 | Actually, some arches do support _syscall6, so implement a generic version | Eric Andersen | |
for them... -Erik | |||
2003-06-27 | Mention that the common mmap64 is a stub and must be overridden | Eric Andersen | |
on a per arch basis using platform specific code | |||
2003-06-27 | Add missing madvise syscall | Eric Andersen | |
2003-06-27 | Per a patch from Rob McMullen, add getprotoent_r, getprotobyname_r, | Eric Andersen | |
and getprotobynumber_r | |||
2003-06-27 | Add in ceilf() and floorf() since XFree86 wants them... | Eric Andersen | |
2003-06-24 | Several more cleanups | Eric Andersen | |
2003-06-24 | Fix indenting for real this time. | Eric Andersen | |
2003-06-24 | Make indenting be consistant | Eric Andersen | |
2003-06-24 | Rename the very badly named 'UCLIBC_GCC' to 'UCLIBC_ENV' and | Eric Andersen | |
implement 'UCLIBC_CC', which does this: $ UCLIBC_CC=gcc-2.95 /usr/i386-linux-uclibc/bin/i386-uclibc-gcc --version 2.95.4 $ UCLIBC_CC=gcc-3.3 /usr/i386-linux-uclibc/bin/i386-uclibc-gcc --version gcc-3.3 (GCC) 3.3 (Debian) Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
2003-06-24 | Change 'undefined behavior' of fflush() on readonly or reading streams | Manuel Novoa III | |
to match that of current glibc; i.e. don't do anything and return success. Apparently, php calls fflush() on a file opened as readonly before trying to read. Eventually I'll add some config options to flag this and several other instances of nonportable code. | |||
2003-06-24 | Make login actually write out utmp and wtmp junk (even | Eric Andersen | |
though such things are completly unreliable crap) | |||
2003-06-18 | Be extra careful to memset the correct size, not the size of some random | Eric Andersen | |
pointer. Fix printing of '0x0x' in ldd output. Simplify discrimination of libname, so doing things like dlopen("./libfoo.so",RTLD_NOW) with a leading "./" in the path will work as expected. -Erik | |||
2003-06-17 | Optionally support the struct tm extension fields. | Manuel Novoa III | |
Add a few misc functions mentioned in time.h. Revert davidm's change regarding using a define for the "/etc/TZ" path, as this is eventually meant to be a configurable extension and not unconditionally supported. | |||
2003-06-17 | Patch from Ronald Wahl fixing an IPV6 specific problem | Eric Andersen | |
with getaddrinfo(). | |||
2003-06-17 | When compiling with -O0, linuxthreads does not compile. So add | Eric Andersen | |
a local override changing -O0 to -O1 only for that directory. | |||
2003-06-17 | Coldfire patch from Bernardo Innocenti | Eric Andersen | |
2003-06-17 | Ok... pasting in DUMPn() is unnecessary and technically incorrect. | Manuel Novoa III | |
2003-06-16 | As noted by Peter S. Mazinger | Eric Andersen | |
After removal of stropts.h none of the files references bits/stropts.h, so it can be removed. Peter | |||
2003-06-16 | For some strange reason, davidm put this file in the wrong spot. | Eric Andersen | |
So put it where it is supposed to be. -Erik | |||
2003-06-16 | Fix a segfault when used on a library w/o an INTERP program header. | Eric Andersen | |
2003-06-16 | Add memmem(). | Manuel Novoa III | |