summaryrefslogtreecommitdiffstats
path: root/main/libc0.9.32
Commit message (Collapse)AuthorAgeFilesLines
* main/libc0.9.32: fix eventfd syscallNatanael Copa2012-04-272-1/+17
| | | | | | | | | | | | | | | <tteras> old kernels have only eventfd() <tteras> they noticed uh oh, we need add a new parameter <tteras> so there's eventfd2() syscall <tteras> when it was added to glibc <tteras> eventfd2 was already there <tteras> so the glibc call got name eventfd() even though it had signature of syscall eventfd2() <ncopa> so they picked eventfd() <tteras> yeah <ncopa> doh Requires 2.6.27+ kernel. The old eventfd() syscall, is not really usable and emulation is not feasible.
* main/libc0.9.32: upgrade to 0.9.33.1Natanael Copa2012-04-181-4/+4
|
* main/libc0.9.32: fix checksumNatanael Copa2012-02-071-1/+1
|
* main/libc0.9.32: upgrade to 0.9.33Natanael Copa2012-02-0726-2763/+164
|
* main/libc0.9.32: do not use old regex implementationNatanael Copa2012-01-175-12/+12
| | | | | It breaks sed http://comments.gmane.org/gmane.linux.busybox/35528
* main/libc0.9.32: increase stdio buf to 8192Natanael Copa2012-01-135-14/+14
| | | | will hopefully improve performance slightly
* main/libc0.9.32: upgrade to 0.9.32.1Natanael Copa2012-01-022-46/+3
|
* main/libc0.9.32: reorganize patchesNatanael Copa2011-12-2328-1974/+2034
| | | | | | | | | | We keep track of our patches in git now: http://git.alpinelinux.org/cgit/uClibc-alpine This is so its easier to keep track of upstream and make sure that our patches are upstreamed. we also bump pkgrel so we make sure we get the patches tested properly
* main/libc0.9.32: Implement FTS support inside libc. (deprecates fts package)William Pitcock2011-12-175-11/+11
|
* main/libc0.9.32: rebuild with fixed binutilsNatanael Copa2011-12-151-1/+1
| | | | | | The static linking was broke so ldconfig segfaulted. Simply rebuiling uclibc with a fixed binutils should make it work again.
* main/libc0.9.32: update the STATUS docNatanael Copa2011-12-051-4/+0
|
* main/libc0.9.32: remove the librt as-needed fixNatanael Copa2011-12-052-42/+1
| | | | | | | | | We should really fix the broken apps instead as suggested by upstream This also fixes issue with c++ apps linking in librt when they shouldn't. gcc needs to be rebuilt with a libstdc++ thats not linked to librt. ref #854
* main/libc0.9.32: bump pkgrel so users gets the updateNatanael Copa2011-12-011-1/+1
|
* Revert "main/libc: use mgk's wcs?width implementations"Natanael Copa2011-12-012-465/+1
| | | | This reverts commit 032fd46472c35ab832c1285b96fa5c8fee256f08.
* main/libc: use mgk's wcs?width implementationsNatanael Copa2011-12-012-1/+465
| | | | patch from Aerdan
* main/libc0.9.32: redesign SHA512 crypt patch (and as a bonus add SHA256 ↵William Pitcock2011-11-167-171/+1104
| | | | support too)
* main/libc0.9.32: add STATUS file tracking where we are in terms of patches.William Pitcock2011-11-161-0/+73
|
* main/libc0.9.32: improve the stack unwinding fixTimo Teräs2011-11-112-32/+92
| | | | should now work with all syscalls
* main/libc0.9.32: fix stack unwinding and backtraces on x86Timo Teräs2011-11-102-1/+193
|
* main/libc0.9.32: add cabsf/cabsl() and cexp/cexpf/cexpl() functions to libmWilliam Pitcock2011-11-013-1/+143
|
* main/libc0.9.32: add eventfd supportNatanael Copa2011-10-252-1/+144
|
* main/libc0.9.32: add fix from upstreamNatanael Copa2011-10-212-1/+36
|
* main/libc0.9.32: add more fenv funcs for x86_64Natanael Copa2011-10-113-101/+286
|
* main/libc0.9.32: support tracing rtld via LD_DEBUGWilliam Pitcock2011-09-015-10/+10
|
* main/libc0.9.32: fix resolver to return TRY_AGAIN on timeoutTimo Teräs2011-07-072-1/+268
| | | | This improves error handling for certain programs. E.g. postfix.
* main/[various]: new triggers apiNatanael Copa2011-07-061-2/+1
|
* main/libc0.9.32: upgrade to 0.9.32Natanael Copa2011-06-1511-397/+38
|
* main/libc0.9.32: pull librt in as needed, this is the same behaviour as ↵William Pitcock2011-06-102-1/+42
| | | | glibc >= 2.7
* main/libc0.9.32: fix for getaddrinfoNatanael Copa2011-06-082-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-utilsNatanael Copa2011-06-072-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.soWilliam Pitcock2011-06-052-1/+25
|
* main/libc0.9.32: ship ldconfig with libc0.9.3Natanael Copa2011-05-231-5/+4
| | | | it makes sense to ship ldconfig with ld.so
* main/libc0.9.32: make /etc/localtime workWilliam Pitcock2011-04-282-1/+35
|
* main/libc0.9.32: add libubacktrace support on all architectures (arm, ↵William Pitcock2011-04-286-6/+274
| | | | | | powerpc, x86, x86_64). fix #565
* libc0.9.32: fix posix_fadvise64 on x86Timo Teräs2011-04-202-1/+56
|
* main/libc0.9.32: disable HARDWIRED_ABSPATH againNatanael Copa2011-04-186-10/+40
| | | | ldd seems to be fixed
* main/libc0.9.32: add trigger to update /etc/ld.so.cacheNatanael Copa2011-04-182-1/+5
|
* main/libc0.9.32: fix res_query with CNAMEsTimo Teräs2011-04-092-1/+22
| | | | | reintroduce the patch from original aports commit 1ceb14def2f0790c678bd101e9914c9bd8b0a014.
* main/libc0.9.32: fix res_close hanging with ipv6Timo Teräs2011-04-082-1/+37
|
* main/libc0.9.32: provide scsi.h since linux-headers does not anymoreNatanael Copa2011-04-041-4/+2
|
* main/libc0.9.32: fix malloc for child process after forkTimo Teräs2011-03-262-1/+57
|
* main/libc0.9.32: fix a libdl locking issueTimo Teräs2011-03-242-1/+155
|
* main/libc0.9.32: enable hardwired asbpathNatanael Copa2011-03-225-11/+11
| | | | fixes issue with ldd segfaulting
* main/libc0.9.32: update to 0.9.32-rc3 and refresh patchesTimo Teräs2011-03-1812-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 82098ab9b853c33ee8ade61c9510b295cc696de1William Pitcock2011-03-093-30/+128
|
* main/libc0.9.32: rebase x86-64 ssp and nptl fixes based on patches queued ↵William Pitcock2011-03-085-156/+113
| | | | for upstream submission
* main/libc0.9.32: update pkgrelWilliam Pitcock2011-02-121-1/+1
|
* main/libc0.9.32: add sha512 support to crypt()Michael Zhou2011-02-122-1/+857
|
* main/libc0.9.32: add config for powerpcWilliam Pitcock2011-02-092-1/+272
|
* main/libc0.9.32: update to 0.9.32-rc2William Pitcock2011-02-042-116/+3
|