Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/libc0.9.32: improve the stack unwinding fix | Timo Teräs | 2011-11-11 | 2 | -32/+92 | |
| | | | | should now work with all syscalls | |||||
* | main/libc0.9.32: fix stack unwinding and backtraces on x86 | Timo Teräs | 2011-11-10 | 2 | -1/+193 | |
| | ||||||
* | main/libc0.9.32: add cabsf/cabsl() and cexp/cexpf/cexpl() functions to libm | William Pitcock | 2011-11-01 | 3 | -1/+143 | |
| | ||||||
* | main/libc0.9.32: add eventfd support | Natanael Copa | 2011-10-25 | 2 | -1/+144 | |
| | ||||||
* | main/libc0.9.32: add fix from upstream | Natanael Copa | 2011-10-21 | 2 | -1/+36 | |
| | ||||||
* | main/libc0.9.32: add more fenv funcs for x86_64 | Natanael Copa | 2011-10-11 | 3 | -101/+286 | |
| | ||||||
* | main/libc0.9.32: support tracing rtld via LD_DEBUG | William Pitcock | 2011-09-01 | 5 | -10/+10 | |
| | ||||||
* | main/libc0.9.32: fix resolver to return TRY_AGAIN on timeout | Timo Teräs | 2011-07-07 | 2 | -1/+268 | |
| | | | | This improves error handling for certain programs. E.g. postfix. | |||||
* | main/[various]: new triggers api | Natanael Copa | 2011-07-06 | 1 | -2/+1 | |
| | ||||||
* | main/libc0.9.32: upgrade to 0.9.32 | Natanael Copa | 2011-06-15 | 11 | -397/+38 | |
| | ||||||
* | main/libc0.9.32: pull librt in as needed, this is the same behaviour as ↵ | William Pitcock | 2011-06-10 | 2 | -1/+42 | |
| | | | | glibc >= 2.7 | |||||
* | main/libc0.9.32: fix for getaddrinfo | Natanael Copa | 2011-06-08 | 2 | -1/+40 | |
| | | | | | | | | This solves issue with iptables-1.4.11 Upstream: https://bugs.busybox.net/show_bug.cgi?id=3841 http://bugzilla.netfilter.org/show_bug.cgi?id=721 | |||||
* | main/libc0.9.32: ship ldconfig with uclibc-utils | Natanael Copa | 2011-06-07 | 2 | -6/+10 | |
| | | | | | | | This is so we don't get circular dependencies: libc (trigger) depends on busybox which depends on libc ref #675 | |||||
* | main/libc0.9.32: bring libubacktrace in as needed when linking to libc.so | William Pitcock | 2011-06-05 | 2 | -1/+25 | |
| | ||||||
* | main/libc0.9.32: ship ldconfig with libc0.9.3 | Natanael Copa | 2011-05-23 | 1 | -5/+4 | |
| | | | | it makes sense to ship ldconfig with ld.so | |||||
* | main/libc0.9.32: make /etc/localtime work | William Pitcock | 2011-04-28 | 2 | -1/+35 | |
| | ||||||
* | main/libc0.9.32: add libubacktrace support on all architectures (arm, ↵ | William Pitcock | 2011-04-28 | 6 | -6/+274 | |
| | | | | | | powerpc, x86, x86_64). fix #565 | |||||
* | libc0.9.32: fix posix_fadvise64 on x86 | Timo Teräs | 2011-04-20 | 2 | -1/+56 | |
| | ||||||
* | main/libc0.9.32: disable HARDWIRED_ABSPATH again | Natanael Copa | 2011-04-18 | 6 | -10/+40 | |
| | | | | ldd seems to be fixed | |||||
* | main/libc0.9.32: add trigger to update /etc/ld.so.cache | Natanael Copa | 2011-04-18 | 2 | -1/+5 | |
| | ||||||
* | main/libc0.9.32: fix res_query with CNAMEs | Timo Teräs | 2011-04-09 | 2 | -1/+22 | |
| | | | | | reintroduce the patch from original aports commit 1ceb14def2f0790c678bd101e9914c9bd8b0a014. | |||||
* | main/libc0.9.32: fix res_close hanging with ipv6 | Timo Teräs | 2011-04-08 | 2 | -1/+37 | |
| | ||||||
* | main/libc0.9.32: provide scsi.h since linux-headers does not anymore | Natanael Copa | 2011-04-04 | 1 | -4/+2 | |
| | ||||||
* | main/libc0.9.32: fix malloc for child process after fork | Timo Teräs | 2011-03-26 | 2 | -1/+57 | |
| | ||||||
* | main/libc0.9.32: fix a libdl locking issue | Timo Teräs | 2011-03-24 | 2 | -1/+155 | |
| | ||||||
* | main/libc0.9.32: enable hardwired asbpath | Natanael Copa | 2011-03-22 | 5 | -11/+11 | |
| | | | | fixes issue with ldd segfaulting | |||||
* | main/libc0.9.32: update to 0.9.32-rc3 and refresh patches | Timo Teräs | 2011-03-18 | 12 | -353/+561 | |
| | | | | | | | * patches merged upstream dropped * refreshed compat-stack-guard.patch (weird that we still need this; we should recompile all apps depending on the symbol) * added three more patches that will help building and running openjdk | |||||
* | main/libc0.9.32: import git revision 82098ab9b853c33ee8ade61c9510b295cc696de1 | William Pitcock | 2011-03-09 | 3 | -30/+128 | |
| | ||||||
* | main/libc0.9.32: rebase x86-64 ssp and nptl fixes based on patches queued ↵ | William Pitcock | 2011-03-08 | 5 | -156/+113 | |
| | | | | for upstream submission | |||||
* | main/libc0.9.32: update pkgrel | William Pitcock | 2011-02-12 | 1 | -1/+1 | |
| | ||||||
* | main/libc0.9.32: add sha512 support to crypt() | Michael Zhou | 2011-02-12 | 2 | -1/+857 | |
| | ||||||
* | main/libc0.9.32: add config for powerpc | William Pitcock | 2011-02-09 | 2 | -1/+272 | |
| | ||||||
* | main/libc0.9.32: update to 0.9.32-rc2 | William Pitcock | 2011-02-04 | 2 | -116/+3 | |
| | ||||||
* | main/libc0.9.32: do not ever strip libc as it breaks debugging | William Pitcock | 2011-01-25 | 1 | -6/+3 | |
| | ||||||
* | main/libc0.9.32: switch back to using NPTL on ARM now that it's ↵ | William Pitcock | 2011-01-14 | 1 | -3/+5 | |
| | | | | theoretically fixed | |||||
* | main/libc0.9.32: add patch to fix NPTL TLS on ARM. | William Pitcock | 2011-01-14 | 2 | -1/+72 | |
| | ||||||
* | main/libc0.9.32: uclibc's NPTL/TLS support on ARM is unusably broken, use ↵ | William Pitcock | 2011-01-14 | 1 | -5/+3 | |
| | | | | linuxthreads on ARM | |||||
* | main/libc0.9.32: don't use TLS on ARM. | William Pitcock | 2011-01-14 | 1 | -1/+1 | |
| | ||||||
* | main/libc0.9.32: add uclibcconfig for arm | William Pitcock | 2011-01-14 | 2 | -1/+266 | |
| | ||||||
* | Set all packages with arch="x86 x86_64" to arch="all". | William Pitcock | 2011-01-13 | 1 | -1/+1 | |
| | ||||||
* | main/libc0.9.32: upgrade to 0.9.32-rc1 | Natanael Copa | 2011-01-11 | 2 | -72/+6 | |
| | ||||||
* | main/ttf-dejavu: upgrade to 2.32 | Natanael Copa | 2010-12-13 | 1 | -0/+1 | |
| | ||||||
* | main/libc0.9.32: new snapshot. fix for nptl unwind_resume plt | Natanael Copa | 2010-12-07 | 4 | -85/+70 | |
| | | | | fixes vlc segfaulting | |||||
* | main/libc0.9.32: add utmpx and fesetround for x86_64 | Natanael Copa | 2010-11-29 | 3 | -21/+104 | |
| | ||||||
* | main/libc0.9.32: update snapshot to 1011291225 | Natanael Copa | 2010-11-29 | 2 | -205/+3 | |
| | ||||||
* | main/libc0.9.32: fix strtoq for x86_64 | Natanael Copa | 2010-11-26 | 2 | -2/+48 | |
| | ||||||
* | main/libc0.9.32: support for x86_64 | Natanael Copa | 2010-11-25 | 4 | -1/+420 | |
| | | | | and force ARCH to be set | |||||
* | main/libc0.9.32: support for protected symbols on x86_64 | Natanael Copa | 2010-11-23 | 2 | -1/+114 | |
| | ||||||
* | main/libc0.9.32: fix static linking | Natanael Copa | 2010-11-11 | 2 | -1/+203 | |
| | | | | and ldconfig | |||||
* | main/libc0.9.32: update snapshot to 1011011024 | Natanael Copa | 2010-11-01 | 1 | -2/+2 | |
| |