Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uclibc: backport upstream signalfd patch | Florian Fainelli | 2011-08-25 | 1 | -0/+32 |
| | | | | SVN-Revision: 28087 | ||||
* | uClibc: backport an x86 compile fix from mainline (thx, swalker) | Felix Fietkau | 2011-07-25 | 1 | -0/+18 |
| | | | | SVN-Revision: 27773 | ||||
* | uClibc: update to latest 0.9.32.1 git | Felix Fietkau | 2011-07-25 | 7 | -1458/+5 |
| | | | | SVN-Revision: 27772 | ||||
* | uClibc: fix messed up patch headers in fts patch (patch from #9671) | Felix Fietkau | 2011-07-08 | 1 | -6/+6 |
| | | | | SVN-Revision: 27555 | ||||
* | uclibc: backport FTS support | Florian Fainelli | 2011-07-07 | 1 | -0/+1397 |
| | | | | SVN-Revision: 27513 | ||||
* | uClibc: fix a crash in __read_etc_hosts_r() that occurs if more than five ↵ | Jo-Philipp Wich | 2011-06-07 | 1 | -0/+10 |
| | | | | | | hostnames follow a dotted quad in /etc/hosts SVN-Revision: 27131 | ||||
* | use 'fputws_unlocked(S,F)' instead of 'fputws(S,F)' | Mirko Vogt | 2011-05-24 | 1 | -0/+21 |
| | | | | | | | this eliminates a source of reproduceable freezes http://lists.uclibc.org/pipermail/uclibc/2011-May/045367.html SVN-Revision: 27001 | ||||
* | uClibc: update to latest version (rc3 + git changes), contains fixes for ↵ | Felix Fietkau | 2011-04-17 | 10 | -29/+25 |
| | | | | | | ipv6 dns issues SVN-Revision: 26703 | ||||
* | uClibc: fix issues with libpthread vs libc link order on mips | Felix Fietkau | 2011-04-17 | 1 | -0/+13 |
| | | | | SVN-Revision: 26702 | ||||
* | uClibc: forced unwind for pthread_cancel handling is broken and triggers ↵ | Felix Fietkau | 2011-04-09 | 1 | -0/+10 |
| | | | | | | spurious abort() calls from libgcc. disable it and use the other method instead SVN-Revision: 26547 | ||||
* | uClibc: add back R_PPC_REL24 relocation support, the dynamic libgcc changes ↵ | Felix Fietkau | 2011-03-07 | 1 | -0/+26 |
| | | | | | | depend on it for powerpc SVN-Revision: 25944 | ||||
* | upgrade to latest git, refresh patches | Imre Kaloz | 2011-02-24 | 15 | -77/+30 |
| | | | | SVN-Revision: 25698 | ||||
* | autodetect ARM variant/ABI setup based on the compiler settings | Imre Kaloz | 2011-02-02 | 7 | -0/+608 |
| | | | | SVN-Revision: 25328 | ||||
* | uClibc: use the arch specific thread stack size for nptl if the size ↵ | Felix Fietkau | 2011-01-29 | 1 | -0/+13 |
| | | | | | | returned by getrlimits exceeds it - fixes threads on systems with only 16 MB RAM SVN-Revision: 25223 | ||||
* | uClibc 0.9.32: fix infinite recursion on application exit triggered by ↵ | Felix Fietkau | 2011-01-28 | 1 | -0/+45 |
| | | | | | | linking libc before libpthread SVN-Revision: 25186 | ||||
* | update to latest git | Imre Kaloz | 2011-01-24 | 2 | -95/+0 |
| | | | | SVN-Revision: 25082 | ||||
* | uClibc 0.9.32: fix libm compile for powerpc | Felix Fietkau | 2011-01-16 | 1 | -0/+42 |
| | | | | SVN-Revision: 25013 | ||||
* | upgrade to latest git snapshot | Imre Kaloz | 2011-01-03 | 2 | -84/+0 |
| | | | | SVN-Revision: 24889 | ||||
* | fix a compile error with uclibc 0.9.32 and newer kernels | Felix Fietkau | 2010-12-20 | 1 | -0/+17 |
| | | | | SVN-Revision: 24735 | ||||
* | toolchain/uClibc: apply an upstream 0.9.32 patch (Unwind_Resume calls to go ↵ | Alexandros C. Couloumbis | 2010-12-09 | 1 | -0/+67 |
| | | | | | | via PLT to avoid text relocations for PIC) SVN-Revision: 24396 | ||||
* | toolchain/uClibc: sync to latest uClibc-0.9.32 | Alexandros C. Couloumbis | 2010-12-03 | 1 | -3/+3 |
| | | | | SVN-Revision: 24229 | ||||
* | uClibc: fix ubicom32 compile error with 0.9.32 | Felix Fietkau | 2010-11-22 | 1 | -0/+32 |
| | | | | SVN-Revision: 24101 | ||||
* | uClibc: fix cris compile on 0.9.32 | Felix Fietkau | 2010-11-22 | 2 | -0/+95 |
| | | | | SVN-Revision: 24094 | ||||
* | uClibc: fix compile error on avr32 | Felix Fietkau | 2010-11-22 | 1 | -0/+10 |
| | | | | SVN-Revision: 24093 | ||||
* | uClibc: 0.9.32 needs the ldso fix as well | Felix Fietkau | 2010-11-22 | 1 | -0/+41 |
| | | | | SVN-Revision: 24074 | ||||
* | uClibc: update 0.9.32 to latest git | Felix Fietkau | 2010-11-22 | 7 | -33/+20 |
| | | | | SVN-Revision: 24073 | ||||
* | nptl-supoprt should not autoselect EXTRA_WARNINGS as this results in extra ↵ | Mirko Vogt | 2010-08-06 | 1 | -0/+11 |
| | | | | | | CFLAGS which may not be supported by older compilers (as e.g. gcc-4.1 which e.g. the x86 target is currently using) SVN-Revision: 22511 | ||||
* | patch went upstream, so bump git version and remove patch locally | Mirko Vogt | 2010-06-22 | 1 | -78/+0 |
| | | | | SVN-Revision: 21881 | ||||
* | add support for uClibc version 0.9.32 based on git rev ↵ | Mirko Vogt | 2010-06-20 | 8 | -0/+4632 |
a7642511b08b0b8a4012bab67cb8aa554992df6b, this includes support for nptl which got merged into the uClibc master branch recently SVN-Revision: 21856 |