Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Major update for pthreads, based in large part on improvements | Eric Andersen | 2003-02-27 | 88 | -917/+3644 | |
| | | | | | from glibc 2.3. This should make threads much more efficient. -Erik | |||||
* | Fix a silly bug | Eric Andersen | 2003-02-27 | 1 | -2/+2 | |
| | ||||||
* | Patch from David Airlie to fix handling of ctor/dtor stuff when used in | Eric Andersen | 2003-02-27 | 1 | -18/+23 | |
| | | | | combination with and w/o both the nostdinc and nostdlib options. | |||||
* | Prefer mmap2 for mips when available. Fix the mmap test. | Eric Andersen | 2003-02-26 | 2 | -7/+11 | |
| | | | | -Erik | |||||
* | Fixup a really stupid and terribly obvious bug that was causing | Eric Andersen | 2003-02-26 | 1 | -1/+1 | |
| | | | | | the shared lib loader on mips to puke... -Erik | |||||
* | Add a bunch of additional early debugg messages into the shared | Eric Andersen | 2003-02-26 | 1 | -9/+29 | |
| | | | | | | lib loader to make it more obvious what is wrong when things puke early on in the process. -Erik | |||||
* | Add a toolchain section. Mention Steven J. Hill's mips RPMs. | Eric Andersen | 2003-02-25 | 2 | -88/+122 | |
| | ||||||
* | Fixup some small issues that show up when large file support is disabled | Eric Andersen | 2003-02-24 | 2 | -0/+6 | |
| | ||||||
* | Fix FP handling alignment problems on ARM platforms without an FPU, | David McCullough | 2003-02-23 | 2 | -0/+4 | |
| | | | | patch from Vadim Lebedev <vadim@7chips.com>. | |||||
* | Some stuff I forgot to check in about a month ago... | Eric Andersen | 2003-02-23 | 2 | -27/+39 | |
| | | | | -Erik | |||||
* | Reserve stack space for args we pass to __uClibc_main. | Miles Bader | 2003-02-21 | 1 | -2/+3 | |
| | ||||||
* | Add back in PTRACE_SINGLESTEP. | Miles Bader | 2003-02-20 | 1 | -3/+7 | |
| | | | | Use decimal instead of hex to agree with common/sys/ptrace.h. | |||||
* | Fixup ioctl so we can special case powerpc silliness | Eric Andersen | 2003-02-18 | 5 | -22/+95 | |
| | ||||||
* | Mention latest update | Eric Andersen | 2003-02-17 | 1 | -3/+23 | |
| | ||||||
* | Fixup bui | Eric Andersen | 2003-02-17 | 2 | -17/+37 | |
| | ||||||
* | Patch from Stefan Allius | Eric Andersen | 2003-02-17 | 1 | -1/+1 | |
| | | | | | And at last I fixed a warning in test's Makefile. (ldso was first added to the ALL_SUBDIRS variable in line 25): | |||||
* | Patch from Stefan Allius: | Eric Andersen | 2003-02-17 | 1 | -1/+2 | |
| | | | | | In libc/string/wstring I replaced a '#warning ..' statement by the link_warning macro. | |||||
* | Patch from Stefan Allius: | Eric Andersen | 2003-02-17 | 1 | -1/+1 | |
| | | | | | 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 | |||||
* | updates to the uClinux-dist romfs and uClinux shared library targets. | David McCullough | 2003-02-17 | 2 | -3/+48 | |
| | ||||||
* | Use a define for the path to /etc/TZ | David McCullough | 2003-02-17 | 2 | -1/+3 | |
| | ||||||
* | Using -g when doing the initfini compilation breaks the SH4 case pretty | David McCullough | 2003-02-17 | 1 | -0/+5 | |
| | | | | | badly. I have removed -g for all platforms as I suspect no one wants it for the initfini creation process. | |||||
* | If floating point was enabled, setjmp would write to memory well past the | David McCullough | 2003-02-17 | 1 | -2/+3 | |
| | | | | end of the buffer. | |||||
* | Fixup powerpc syscalls to eliminate warnings with gcc-3.2, and fix | Eric Andersen | 2003-02-16 | 4 | -26/+25 | |
| | | | | some other minor warnings. | |||||
* | Add missing ';'s so powerpc will compile | Eric Andersen | 2003-02-15 | 1 | -2/+2 | |
| | ||||||
* | Don't just tune, use -march which implies -mcpu as well | Eric Andersen | 2003-02-15 | 1 | -3/+3 | |
| | ||||||
* | Fix a _ton_ of system call user type/kernel type translation | Eric Andersen | 2003-02-15 | 3 | -109/+301 | |
| | | | | | problems, causing user space to get scrambled hosed up results. -Erik | |||||
* | Update CVS to Debian 0.9.18-1 package | David Schleef | 2003-02-12 | 10 | -107/+205 | |
| | ||||||
* | Oops. Point to .18 not .17 | Eric Andersen | 2003-02-12 | 1 | -5/+5 | |
| | ||||||
* | Move dev system comment | Eric Andersen | 2003-02-12 | 1 | -16/+16 | |
| | ||||||
* | Update to note dev system | Eric Andersen | 2003-02-12 | 1 | -10/+9 | |
| | ||||||
* | Minor update regarding binutils0_9_18 | Eric Andersen | 2003-02-12 | 1 | -3/+3 | |
| | ||||||
* | Some minor doc updates | Eric Andersen | 2003-02-12 | 2 | -55/+22 | |
| | ||||||
* | Remove now obsolete note about dirent | Eric Andersen | 2003-02-12 | 1 | -4/+0 | |
| | ||||||
* | update website for release | Eric Andersen | 2003-02-12 | 2 | -30/+59 | |
| | ||||||
* | Eliminate a needless extern | Eric Andersen | 2003-02-12 | 2 | -50/+41 | |
| | ||||||
* | Update changelog | Eric Andersen | 2003-02-12 | 2 | -747/+182 | |
| | ||||||
* | Bump version number | Eric Andersen | 2003-02-12 | 1 | -1/+1 | |
| | ||||||
* | Somewhat pointless naming pedantry | Eric Andersen | 2003-02-12 | 1 | -16/+16 | |
| | ||||||
* | Use http not ftp | Eric Andersen | 2003-02-12 | 1 | -12/+9 | |
| | ||||||
* | Per suggestion from Peter Lassahn, fix the install_dev target | Eric Andersen | 2003-02-11 | 1 | -0/+1 | |
| | ||||||
* | We need to have the size of struct dirent equal to the size of struct dirent64 | Eric Andersen | 2003-02-10 | 3 | -18/+12 | |
| | | | | | | | 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 | |||||
* | A few minor little changes | Eric Andersen | 2003-02-10 | 2 | -8/+7 | |
| | ||||||
* | Mention the dev systems have been updated | Eric Andersen | 2003-02-10 | 1 | -0/+15 | |
| | ||||||
* | Don't use -O0 when DODEBUG is turned on. | Miles Bader | 2003-02-10 | 1 | -4/+0 | |
| | ||||||
* | Pass CHILD_STACK argument to system call (it possibly worked before `by | Miles Bader | 2003-02-10 | 1 | -3/+5 | |
| | | | | accident', as the function argument is in the same register). | |||||
* | Fix a warning | Eric Andersen | 2003-02-09 | 1 | -52/+49 | |
| | ||||||
* | Fix a compile error | Eric Andersen | 2003-02-09 | 1 | -1/+0 | |
| | ||||||
* | Fixup handling of the .note.ABI-tag section so that it is ARM only, | Eric Andersen | 2003-02-08 | 4 | -88/+15 | |
| | | | | | | and so it actually works as intended allowing binaries on ARM to be debugged. -Erik | |||||
* | mention penguru | Eric Andersen | 2003-02-05 | 1 | -0/+3 | |
| | ||||||
* | add brk for m68k | David McCullough | 2003-02-05 | 2 | -1/+31 | |
| | | | | | NOTE: on uClinux-2.[45] kernels, brk works but is limited to slack space in the memory allocated to the process. |