Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | toolchain/uClibc: fix upstream patch name on r24029 | Alexandros C. Couloumbis | 2010-11-18 |
| | | | | SVN-Revision: 24030 | ||
* | toolchain/uClibc: push some upstream patches for uClibc-0.9.31. should ↵ | Alexandros C. Couloumbis | 2010-11-18 |
| | | | | | | resolve isses of #8269 SVN-Revision: 24029 | ||
* | uClibc: fix errno access in pthreads (#8166, #8177) Reading errno within ↵ | Jo-Philipp Wich | 2010-11-06 |
| | | | | | | pthreads always resulted in 0 breaking various programs like transmission and collectd. This patch is not 100% thread safe but it brings back threading into a usable state for now. SVN-Revision: 23905 | ||
* | ld.so: ldd crashes when __LDSO_SEARCH_INTERP_PATH__ is not #defined Since ↵ | Jo-Philipp Wich | 2010-11-05 |
| | | | | | | | | | | | | | | | | | b65c7b2c79debcb9017e31913e01eeaa280106fb, the implicit search path can be disabled by not #defining __LDSO_SEARCH_INTERP_PATH__. This causes _dl_ldsopath to never be set, so it remains NULL. _dl_ldsopath is still used when __LDSO_LDD_SUPPORT__ is #defined, to strip the path off of the beginning of the absolute path to the ld.so interpreter in use for printing. The _dl_strlen will crash with a NULL argument. Rather than relying on _dl_ldsopath, this change causes ldd to compute the interpreter's basename directly. glibc ld.so seems to print the full path to the interpreter without any computed basename or =>. I personally prefer glibc's behavior, but to preserve backwards compatibility with uClibc ld.so, the existing format with the computed basename, =>, and full path is used here. This enables simpler (and unchanged) text processing in a pipeline. Signed-off-by: Mark Mentovai <mark at moxienet.com> SVN-Revision: 23892 | ||
* | switch to uClibc 0.9.31 | Imre Kaloz | 2010-11-02 |
| | | | | SVN-Revision: 23781 | ||
* | remove support for uClibc 0.9.30.2 and 0.9.30.3 | Imre Kaloz | 2010-11-02 |
| | | | | SVN-Revision: 23779 | ||
* | optionally support parallel toolchain build. This defaults to off, because ↵ | Michael Büsch | 2010-10-03 |
| | | | | | | certain toolchain versions are known to break on parallel build. However, it significantly speeds up the build and latest versions of the tools do compile fine. SVN-Revision: 23196 | ||
* | toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and ↵ | Felix Fietkau | 2010-08-19 |
| | | | | | | moving it back to $(TOOLCHAIN_DIR), this change makes the toolchain relocatable again, which should fix the SDK SVN-Revision: 22723 | ||
* | nptl-supoprt should not autoselect EXTRA_WARNINGS as this results in extra ↵ | Mirko Vogt | 2010-08-06 |
| | | | | | | 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 | ||
* | add support for the Gateworks Laguna family (Cavium Networks Econa CNS3xxx) | Imre Kaloz | 2010-07-21 |
| | | | | SVN-Revision: 22323 | ||
* | the storm target is gone for a long time now | Imre Kaloz | 2010-07-20 |
| | | | | SVN-Revision: 22311 | ||
* | patch went upstream, so bump git version and remove patch locally | Mirko Vogt | 2010-06-22 |
| | | | | SVN-Revision: 21881 | ||
* | add support for uClibc version 0.9.32 based on git rev ↵ | Mirko Vogt | 2010-06-20 |
| | | | | | | a7642511b08b0b8a4012bab67cb8aa554992df6b, this includes support for nptl which got merged into the uClibc master branch recently SVN-Revision: 21856 | ||
* | add upstream uclibc 0.9.31 patch to fix fcntl64 on 64-bits targets | Florian Fainelli | 2010-05-19 |
| | | | | SVN-Revision: 21504 | ||
* | toolchain/uClubc-0.9.31: fix syscalls on MIPS | Gabor Juhos | 2010-04-15 |
| | | | | SVN-Revision: 20882 | ||
* | toolchain/uClibc: add preliminary support for 0.9.31 (needs testing) | Nicolas Thill | 2010-04-15 |
| | | | | SVN-Revision: 20873 | ||
* | uClibc: fix free-after-use bug in __dns_lookup (closes #6886) | Gabor Juhos | 2010-03-23 |
| | | | | SVN-Revision: 20384 | ||
* | add support for uClibc 0.9.30.3 | Florian Fainelli | 2010-03-13 |
| | | | | SVN-Revision: 20181 | ||
* | uClibc: enhance debug support (closes: #6118) | Nicolas Thill | 2010-03-07 |
| | | | | SVN-Revision: 20031 | ||
* | uClibc: revert to old linuxthreads implementation on x86 (like all others ↵ | Nicolas Thill | 2010-03-07 |
| | | | | | | arches) SVN-Revision: 20030 | ||
* | upgrade and fixup support for the uclibc nptl branch | Imre Kaloz | 2010-02-26 |
| | | | | SVN-Revision: 19871 | ||
* | add menuconfig item to enable uClibc debug builds | Jo-Philipp Wich | 2010-02-25 |
| | | | | SVN-Revision: 19860 | ||
* | fix varargs handling of the prctl syscall | Imre Kaloz | 2010-02-19 |
| | | | | SVN-Revision: 19740 | ||
* | fix uclibc for mips by adding missing upstream hunks | Florian Fainelli | 2010-01-22 |
| | | | | SVN-Revision: 19272 | ||
* | add support for uClibc 0.9.30.2 | Florian Fainelli | 2010-01-14 |
| | | | | SVN-Revision: 19125 | ||
* | uClibc: implement copysignl in libc on powerpc to avoid undefined references ↵ | Felix Fietkau | 2009-10-27 |
| | | | | | | in libstdc++ SVN-Revision: 18178 | ||
* | fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead ↵ | Felix Fietkau | 2009-10-20 |
| | | | | | | of using the standard _pic variant SVN-Revision: 18090 | ||
* | remove support for uclibc 0.9.29 | Felix Fietkau | 2009-10-19 |
| | | | | SVN-Revision: 18078 | ||
* | uClibc: add support for mips non-pic relocations in ldso | Felix Fietkau | 2009-10-19 |
| | | | | SVN-Revision: 18069 | ||
* | gcc: add llvm-gcc and llvm from trunk (does not successfully compile a ↵ | Felix Fietkau | 2009-10-10 |
| | | | | | | target yet, but gets close) SVN-Revision: 18019 | ||
* | uClibc: add copysign, copysignf, copysignl for i386 | Felix Fietkau | 2009-10-10 |
| | | | | SVN-Revision: 18017 | ||
* | uClibc: fix strrchr on i386 | Felix Fietkau | 2009-10-10 |
| | | | | SVN-Revision: 18016 | ||
* | optimize binaries for the rm5200 cpu present on cobalt, do not use the ↵ | Florian Fainelli | 2009-10-07 |
| | | | | | | mips32 isa SVN-Revision: 17980 | ||
* | uClibc: remove absolute path linking to host libraries in libpthread.so ↵ | Nicolas Thill | 2009-10-02 |
| | | | | | | (closes: #5601) SVN-Revision: 17814 | ||
* | Do not save variables in hi or lo across system calls, fixes issues with ↵ | Florian Fainelli | 2009-09-26 |
| | | | | | | gcc-4.4 (#5351) SVN-Revision: 17742 | ||
* | uclibc: to rebuild libc.so.0, mklibs.py needs access to libc_so.a which was ↵ | Felix Fietkau | 2009-08-29 |
| | | | | | | not exported by default. use it instead of libc_pic.a SVN-Revision: 17438 | ||
* | more cygwin build fixes | Florian Fainelli | 2009-08-26 |
| | | | | SVN-Revision: 17401 | ||
* | add a heavily cleaned up version of ubicom32 toolchain support | Felix Fietkau | 2009-08-21 |
| | | | | SVN-Revision: 17346 | ||
* | uClibc: fix build error on ARM targets (closes #5473) | Gabor Juhos | 2009-07-07 |
| | | | | SVN-Revision: 16735 | ||
* | add more gcc-4.4 patches from uclibc's mailing-list | Florian Fainelli | 2009-07-06 |
| | | | | SVN-Revision: 16720 | ||
* | add missing patch from the uclibc buildroot | Imre Kaloz | 2009-06-23 |
| | | | | SVN-Revision: 16541 | ||
* | add preliminary coldfire v4e support | Imre Kaloz | 2009-06-21 |
| | | | | SVN-Revision: 16538 | ||
* | uClibc-0.9.30.1: fix possible NULL pointer dereference (closes #5242) | Gabor Juhos | 2009-06-03 |
| | | | | SVN-Revision: 16304 | ||
* | uClibc: bsd supports the same floating point classification functions as ↵ | Felix Fietkau | 2009-05-29 |
| | | | | | | c99, fixes inetd SVN-Revision: 16172 | ||
* | uClibc: add a wrapper for the missing finite() function | Felix Fietkau | 2009-05-29 |
| | | | | SVN-Revision: 16170 | ||
* | Add the missing 5th arg to the ppoll syscall. Fixes the uclibc error that ↵ | Hamish Guthrie | 2009-05-29 |
| | | | | | | ppoll returns -EINVAL. Thanks to Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 16166 | ||
* | uClibc 0.9.30.1: fix extra/scripts/unifdef.c like in linux 2.6.28 - nptl ↵ | Felix Fietkau | 2009-05-28 |
| | | | | | | does not need this fix, because the problem was fixed upstream already SVN-Revision: 16140 | ||
* | enable UCLIBC_SUPPORT_AI_ADDRCONFIG in common uclibc 0.9.30.1 config, this ↵ | Jo-Philipp Wich | 2009-05-27 |
| | | | | | | will restore support for getifaddrs() and fix compilation of lldpd and possibly others SVN-Revision: 16108 | ||
* | make uclibc 0.9.30.1 the default | Imre Kaloz | 2009-05-25 |
| | | | | SVN-Revision: 16047 | ||
* | upgrade uclibc-nptl to a recent version - seems to work on xscale with gcc 4.3.3 | Felix Fietkau | 2009-05-22 |
| | | | | SVN-Revision: 16004 |