Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-05 | Initial checkin | Miles Bader | |
2002-03-05 | Re-add files which were mistakenly deleted during the big bits/ update. | Miles Bader | |
2002-03-05 | Remove extraneous file | Miles Bader | |
2002-03-03 | Check in new debian snapshot | David Schleef | |
2002-03-02 | Remove generated stuff, restore sh/sys/procfs.h from M. R. Brown | Eric Andersen | |
2002-03-01 | Move syscall.h generation to the top level Makefile | Eric Andersen | |
-Erik | |||
2002-03-01 | Doh! A search and replace bug... | Eric Andersen | |
2002-03-01 | Doh! Doh! Doh! | Eric Andersen | |
2002-03-01 | Doh! | Eric Andersen | |
2002-03-01 | Patch from Steven J. Hill to allow both mips and mipsel to be built | Eric Andersen | |
2002-03-01 | oops. I forgot to commit this... | Eric Andersen | |
2002-03-01 | Patch from Miles Bader to allow Large File support on the v850. | Eric Andersen | |
2002-03-01 | Fix for some comments, from Miles Bader | Eric Andersen | |
2002-03-01 | Patch from M. R. Brown <mrbrown@0xd6.org> to fix pthread support | Eric Andersen | |
for SH, and fix vfork | |||
2002-03-01 | Major rework of the include files to eliminate redundancy | Eric Andersen | |
and to better support each arch. This is a really big patch... -Erik | |||
2002-02-28 | Patch from David Schleef to check for proper 16-byte aliged | Eric Andersen | |
stack pointer on powerpc | |||
2002-02-27 | Remove some debugging code | Eric Andersen | |
2002-02-27 | Fix C++ support | Eric Andersen | |
2002-02-27 | Lose the -nostdlib, which causes problems with older binutils, and | Eric Andersen | |
add some fflush calls, since it seems streams are not flushed before an exec | |||
2002-02-26 | A few more little cleanups | Eric Andersen | |
2002-02-26 | Add an md5crypt test | Eric Andersen | |
2002-02-26 | Don't redefine stuff | Eric Andersen | |
2002-02-26 | Be consistant and use an unsigned char * throughout | Eric Andersen | |
2002-02-26 | don't pretend to be reentrant yet | Eric Andersen | |
2002-02-26 | Doh! Tests were not being compiled with warnings and optimization | Eric Andersen | |
2002-02-26 | Fix redefine problem | Eric Andersen | |
2002-02-26 | Fix redefinition problem | Eric Andersen | |
2002-02-26 | Give the label a ; so compilers have no excuse to whine | Eric Andersen | |
2002-02-26 | Odd. This seems to be in the wrong spot... | Eric Andersen | |
2002-02-26 | Don't try to return stuff from void funcs | Eric Andersen | |
2002-02-26 | Remove an erroneous -L- | Eric Andersen | |
2002-02-26 | Patch from Miles Bader to restrict common truncate64/ftruncate64 | Eric Andersen | |
syscalls to 64-bit systems, since we can't be sure that the _syscall macros can cope with 64 bit args on 32 bit arches. | |||
2002-02-26 | Proper support for setting h_errno | Eric Andersen | |
2002-02-26 | Fix rpc + threads so it now compiles. | Eric Andersen | |
2002-02-26 | Thomas Fritzsche noticed that __open_etc_hosts was only changing a | Eric Andersen | |
local copy of the FILE pointer, thereby causing /etc/hosts lookups to fail with Resolver errors. This patch from Thomas fixes the problem. | |||
2002-02-26 | Enable pread/pwrite | Eric Andersen | |
2002-02-26 | Patch from Miles Bader: All the -M* options should | Eric Andersen | |
suppress linking (right now, only `-M' does). | |||
2002-02-26 | Adjust function naming and make sure everything is properly | Eric Andersen | |
static to avoid symbol leakage. -Erik | |||
2002-02-26 | Remove elimination of __BEGIN_DECLS/__END_DECLS | Eric Andersen | |
2002-02-25 | I shouldn't try to program when sleepy, since I totally botched | Eric Andersen | |
the fcntl interface... -Erik | |||
2002-02-25 | When messing with fd NONBLOCK status, put things back the way we found | Eric Andersen | |
them afterwards. As was, this hosed things up for fds shared with a parent process. Very bad for shells... Oops. -Erik | |||
2002-02-25 | Try this version instead... | Eric Andersen | |
2002-02-25 | Joerg Schmitz-Linneweber recommends using tar -f - instead of -O | Eric Andersen | |
to prevent interference with the TAPE env var | |||
2002-02-25 | Yet another iteration... | Eric Andersen | |
2002-02-25 | Both Miles and Manuel complained about this one. I was silently | Eric Andersen | |
losing all -Wl calls... | |||
2002-02-25 | Added locale and lastlog | David McCullough | |
2002-02-23 | Support isblank() | Eric Andersen | |
2002-02-23 | Fix the compiler wrapper yet more... | Eric Andersen | |
2002-02-23 | IEEE Std 1003.1-2001 says that the "fclose() function shall fail [with] | Eric Andersen | |
EINTR [when] the fclose() function was interrupted by a signal". But looking in the current uClibc stdio.c for some bizarre reason we had a special case where when errno was EINTR, we would keep on trying instead. Doh! Fix that, -Erik | |||
2002-02-23 | Several naming cleanups so threads work properly again | Eric Andersen | |