Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-28 | Fix a potential compile error | Eric Andersen | |
2003-02-28 | Fixup mips pthreads | Eric Andersen | |
2003-02-28 | restore the coldfire changes | David McCullough | |
2003-02-27 | Major update for pthreads, based in large part on improvements | Eric Andersen | |
from glibc 2.3. This should make threads much more efficient. -Erik | |||
2003-02-27 | Fix a silly bug | Eric Andersen | |
2003-02-27 | Patch from David Airlie to fix handling of ctor/dtor stuff when used in | Eric Andersen | |
combination with and w/o both the nostdinc and nostdlib options. | |||
2003-02-26 | Prefer mmap2 for mips when available. Fix the mmap test. | Eric Andersen | |
-Erik | |||
2003-02-26 | Fixup a really stupid and terribly obvious bug that was causing | Eric Andersen | |
the shared lib loader on mips to puke... -Erik | |||
2003-02-26 | Add a bunch of additional early debugg messages into the shared | Eric Andersen | |
lib loader to make it more obvious what is wrong when things puke early on in the process. -Erik | |||
2003-02-25 | Add a toolchain section. Mention Steven J. Hill's mips RPMs. | Eric Andersen | |
2003-02-24 | Fixup some small issues that show up when large file support is disabled | Eric Andersen | |
2003-02-23 | Fix FP handling alignment problems on ARM platforms without an FPU, | David McCullough | |
patch from Vadim Lebedev <vadim@7chips.com>. | |||
2003-02-23 | Some stuff I forgot to check in about a month ago... | Eric Andersen | |
-Erik | |||
2003-02-21 | Reserve stack space for args we pass to __uClibc_main. | Miles Bader | |
2003-02-20 | Add back in PTRACE_SINGLESTEP. | Miles Bader | |
Use decimal instead of hex to agree with common/sys/ptrace.h. | |||
2003-02-18 | Fixup ioctl so we can special case powerpc silliness | Eric Andersen | |
2003-02-17 | Mention latest update | Eric Andersen | |
2003-02-17 | Fixup bui | Eric Andersen | |
2003-02-17 | Patch from Stefan Allius | Eric Andersen | |
And at last I fixed a warning in test's Makefile. (ldso was first added to the ALL_SUBDIRS variable in line 25): | |||
2003-02-17 | Patch from Stefan Allius: | Eric Andersen | |
In libc/string/wstring I replaced a '#warning ..' statement by the link_warning macro. | |||
2003-02-17 | Patch from Stefan Allius: | Eric Andersen | |
I patched the link_warning macro in features.h to fix warnings like: locale.c:358: warning: `__evoke_link_warning_localeconv' defined but not used | |||
2003-02-17 | updates to the uClinux-dist romfs and uClinux shared library targets. | David McCullough | |
2003-02-17 | Use a define for the path to /etc/TZ | David McCullough | |
2003-02-17 | Using -g when doing the initfini compilation breaks the SH4 case pretty | David McCullough | |
badly. I have removed -g for all platforms as I suspect no one wants it for the initfini creation process. | |||
2003-02-17 | If floating point was enabled, setjmp would write to memory well past the | David McCullough | |
end of the buffer. | |||
2003-02-16 | Fixup powerpc syscalls to eliminate warnings with gcc-3.2, and fix | Eric Andersen | |
some other minor warnings. | |||
2003-02-15 | Add missing ';'s so powerpc will compile | Eric Andersen | |
2003-02-15 | Don't just tune, use -march which implies -mcpu as well | Eric Andersen | |
2003-02-15 | Fix a _ton_ of system call user type/kernel type translation | Eric Andersen | |
problems, causing user space to get scrambled hosed up results. -Erik | |||
2003-02-12 | Update CVS to Debian 0.9.18-1 package | David Schleef | |
2003-02-12 | Oops. Point to .18 not .17 | Eric Andersen | |
2003-02-12 | Move dev system comment | Eric Andersen | |
2003-02-12 | Update to note dev system | Eric Andersen | |
2003-02-12 | Minor update regarding binutils | Eric Andersen | |
2003-02-12 | Some minor doc updates | Eric Andersen | |
2003-02-12 | Remove now obsolete note about dirent | Eric Andersen | |
2003-02-12 | update website for release | Eric Andersen | |
2003-02-12 | Eliminate a needless extern | Eric Andersen | |
2003-02-12 | Update changelog | Eric Andersen | |
2003-02-12 | Bump version number | Eric Andersen | |
2003-02-12 | Somewhat pointless naming pedantry | Eric Andersen | |
2003-02-12 | Use http not ftp | Eric Andersen | |
2003-02-11 | Per suggestion from Peter Lassahn, fix the install_dev target | Eric Andersen | |
2003-02-10 | We need to have the size of struct dirent equal to the size of struct dirent64 | Eric Andersen | |
so when _FILE_OFFSET_BITS=64 (such that we transparently change 32bit into 64 bit interfaces), we will not lose an unsigned char from d_name which silently becomes the d_type field instead. oops. -Erik | |||
2003-02-10 | A few minor little changes | Eric Andersen | |
2003-02-10 | Mention the dev systems have been updated | Eric Andersen | |
2003-02-10 | Don't use -O0 when DODEBUG is turned on. | Miles Bader | |
2003-02-10 | Pass CHILD_STACK argument to system call (it possibly worked before `by | Miles Bader | |
accident', as the function argument is in the same register). | |||
2003-02-09 | Fix a warning | Eric Andersen | |
2003-02-09 | Fix a compile error | Eric Andersen | |