Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | toolchain/uClibc: fix upstream patch name on r24029 | Alexandros C. Couloumbis | 2010-11-18 | 1 | -0/+0 |
| | | | | SVN-Revision: 24030 | ||||
* | toolchain/uClibc: push some upstream patches for uClibc-0.9.31. should ↵ | Alexandros C. Couloumbis | 2010-11-18 | 6 | -0/+197 |
| | | | | | | resolve isses of #8269 SVN-Revision: 24029 | ||||
* | uClibc: fix errno access in pthreads (#8166, #8177) Reading errno within ↵ | Jo-Philipp Wich | 2010-11-06 | 1 | -0/+18 |
| | | | | | | 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 | 1 | -0/+43 |
| | | | | | | | | | | | | | | | | | 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 | ||||
* | add upstream uclibc 0.9.31 patch to fix fcntl64 on 64-bits targets | Florian Fainelli | 2010-05-19 | 1 | -0/+26 |
| | | | | SVN-Revision: 21504 | ||||
* | toolchain/uClubc-0.9.31: fix syscalls on MIPS | Gabor Juhos | 2010-04-15 | 1 | -0/+110 |
| | | | | SVN-Revision: 20882 | ||||
* | toolchain/uClibc: add preliminary support for 0.9.31 (needs testing) | Nicolas Thill | 2010-04-15 | 8 | -0/+4594 |
SVN-Revision: 20873 |