Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/musl: align with upstream git, fixes for timezone handling | Timo Teräs | 2014-04-23 | 4 | -65/+375 | |
| | ||||||
* | main/musl: cherry-pick upstream fix, fix recently added getconf names | Timo Teräs | 2014-04-19 | 3 | -6/+69 | |
| | ||||||
* | main/musl: add iconv (from noXCUse) and some getconf extensions | Timo Teräs | 2014-04-16 | 3 | -12/+135 | |
| | ||||||
* | main/musl: upgrade to 1.1.0 | Timo Teräs | 2014-04-16 | 5 | -1514/+5 | |
| | ||||||
* | main/musl: make uclibc-dev conflict | Natanael Copa | 2014-04-15 | 1 | -7/+2 | |
| | | | | This is better than replaces | |||||
* | main/musl: let musl-dev replace uclibc-dev | Natanael Copa | 2014-04-15 | 1 | -1/+6 | |
| | ||||||
* | main/musl: cherry-pick fixes from upstream git, and port getent.c from netbsd | Timo Teräs | 2014-04-14 | 6 | -217/+606 | |
| | | | | | fixes important memmem bug, getent is a whole lot faster. additionally the netlink patch is optimized a bit. | |||||
* | main/musl: reimplement getifaddrs() and if_nameindex() with netlink | Timo Teräs | 2014-04-09 | 3 | -6/+746 | |
| | | | | | this fixes issues with dhcpcd. cherry-pick also one more printf formatting fix from musl git. | |||||
* | main/musl: add one more arm fix, and bump pkgrel | Timo Teräs | 2014-04-07 | 2 | -7/+7 | |
| | ||||||
* | main/musl: align with latest git | Timo Teräs | 2014-04-07 | 3 | -68/+160 | |
| | | | | | * armv6 patch is there now (including an important fix) * two additional important bug fixes | |||||
* | main/musl: allow musl-utils take over uclibc-utils | Natanael Copa | 2014-04-07 | 1 | -1/+2 | |
| | ||||||
* | main/musl: upgrade to latest git snapshot and fix armv6 patch | Timo Teräs | 2014-04-04 | 6 | -466/+530 | |
| | ||||||
* | main/musl: backport hsearch from upstream | Natanael Copa | 2014-04-03 | 3 | -1/+360 | |
| | | | | needed for drbd | |||||
* | main/musl: add missing patch | Timo Teräs | 2014-04-01 | 1 | -0/+102 | |
| | ||||||
* | main/musl: use armv6 atomics if available instead of kuser_helper | Timo Teräs | 2014-04-01 | 1 | -1/+5 | |
| | | | | fixes musl to work with grsec kernel on arm | |||||
* | main/musl: apply changes from upstream git | Timo Teräs | 2014-03-26 | 5 | -206/+815 | |
| | | | | | | | | * remove the upstreamed confstr patch * remove relro patch which got fixed and upstreamed, ref #2614 (the old version did not relro protect libc.so itself) * workaround for gcc pr58245 is no longer needed as thread pointer is always initialized and the lazy ssp init is removed | |||||
* | main/musl: add relro support | Timo Teräs | 2014-03-25 | 2 | -1/+150 | |
| | | | | ref #2614 | |||||
* | main/musl: upgrade to 1.0.0 | Timo Teräs | 2014-03-20 | 3 | -1916/+5 | |
| | ||||||
* | main/musl: cherry-pick flock64 fix from upstream, add getconf | Timo Teräs | 2014-02-19 | 4 | -1/+390 | |
| | | | | needed for openjdk6/icedtea building | |||||
* | main/musl: upgrade to git snapshot 2014-02-13 | Timo Teräs | 2014-02-14 | 6 | -378/+1882 | |
| | ||||||
* | main/musl: refresh setkey patch, add timespec conversion helpers | Timo Teräs | 2014-01-13 | 3 | -72/+129 | |
| | ||||||
* | main/musl: add three patches to improve compatibility | Timo Teräs | 2014-01-13 | 4 | -1/+321 | |
| | ||||||
* | main/musl: upgrade to 0.9.15 | Timo Teräs | 2014-01-03 | 9 | -7381/+5 | |
| | | | | remove upstreamed and backport patches | |||||
* | main/musl: fix struct signalfd_siginfo | Timo Teräs | 2013-12-25 | 2 | -1/+40 | |
| | | | | fixes runtime brekage of lxc build | |||||
* | main/musl: fix fstat et al to return EBADF properly | Timo Teräs | 2013-12-19 | 3 | -5/+125 | |
| | | | | this fixes the one failing test case of perl-io-async. | |||||
* | main/musl: fix hangs in localtime | Natanael Copa | 2013-12-19 | 2 | -1/+30 | |
| | ||||||
* | main/musl: add patches for tcp socket option structs and herror | Timo Teräs | 2013-12-18 | 3 | -1/+145 | |
| | ||||||
* | main/musl: add igmp headers and quota headers/syscall | Timo Teräs | 2013-12-18 | 4 | -7/+243 | |
| | ||||||
* | main/musl: update git snapshot to 2013-12-14 | Timo Teräs | 2013-12-16 | 4 | -165/+4502 | |
| | ||||||
* | main/musl: include git commits up to 71d23b310383 | Timo Teräs | 2013-10-28 | 7 | -206/+2352 | |
| | | | | | multiple bug fixes, and sys/timeb.h with ftime() implemented increasing compatibility with old applications. | |||||
* | main/musl: add missing enums and functions for compatibility | Timo Teräs | 2013-10-14 | 5 | -9/+325 | |
| | ||||||
* | main/musl: cherry pick fixes, fix rfc3678 patch to be glibc compatible | Timo Teräs | 2013-10-09 | 6 | -56/+95 | |
| | | | | also add dummy ldconfig | |||||
* | main/musl: cherry pick two more bug fixes from upstream | Timo Teräs | 2013-09-29 | 4 | -5/+134 | |
| | ||||||
* | main/musl: fix i386 syscalls, and remove libintl wrappers | Timo Teräs | 2013-09-27 | 2 | -1/+49 | |
| | | | | | in alpine we have gnu gettext with libintl, so remove the dummy wrappers as they would otherwise cause conflicts. | |||||
* | main/musl: add workaround for gcc bug 58245 | Timo Teräs | 2013-09-26 | 2 | -1/+29 | |
| | ||||||
* | main/musl: upgrade to 0.9.14 | Timo Teräs | 2013-09-24 | 2 | -6/+19 | |
| | | | | | - take maintainership - provide libssp_nonshared for simplifying gcc build | |||||
* | main/musl: fix crosscompiler bootstrap, explicitly specify prefix | Timo Teräs | 2013-09-23 | 1 | -1/+1 | |
| | | | | | Since we don't run ./configure, the prefix needs to be explicitly passed to make. Affects only crosscompiler creation (so no pkgrel bump). | |||||
* | main/musl: add rfc3678 multicast structures (for openpgm) | Timo Teräs | 2013-09-20 | 2 | -1/+81 | |
| | ||||||
* | main/musl: fix arch, support crosscompiler creation | Timo Teräs | 2013-09-06 | 1 | -2/+15 | |
| | ||||||
* | main/musl: upgrade to 0.9.13 | Timo Teräs | 2013-09-03 | 1 | -4/+4 | |
| | ||||||
* | main/musl: upgrade to 0.9.12 | Timo Teräs | 2013-07-30 | 11 | -548/+9 | |
| | ||||||
* | main/musl: fix the getopt_long we ship | Timo Teräs | 2013-07-22 | 2 | -5/+5 | |
| | | | | | It is originally from pkgconf, and it had additional non-conformant changes. This reverts them. | |||||
* | main/musl: fix popen/posix_spawn under qemu-user emulation | Timo Teräs | 2013-07-17 | 11 | -39/+93 | |
| | | | | cherry-pick upstream commit working around the qemu-user deficiency. | |||||
* | main/musl: various fixes from git master, and packaging fixes | Timo Teräs | 2013-07-11 | 12 | -61/+992 | |
| | | | | | | | | | | - use upstream commits for all arm pie/unwind fixes - replace getopt with BSD licensed GNU compatible getopt - set proper SONAME for the libc generated for packaging purposes - rename libc.so to be ld-musl-$ARCH.so.1 and point the SONAME and ldd links to it. this allows libc.so to go to -dev package as it will be used for compiling only. - move specs file to musl-crosstool subpackage | |||||
* | main/musl: fixes for using as default libc | Timo Teräs | 2013-07-08 | 3 | -5/+90 | |
| | | | | | | | - create musl-utils so libc-utils can depend on it - provide ldd symlink in it also - provide getent based on uclibc - cherry-pick NFDBITS patch for sudo | |||||
* | main/musl: update checksums | Timo Teräs | 2013-07-03 | 1 | -3/+3 | |
| | ||||||
* | main/musl: upgrade 0.9.11 | Timo Teräs | 2013-07-03 | 4 | -8/+170 | |
| | | | | Also don't build crosstool for native musl builds. | |||||
* | main/musl: new aport | William Pitcock | 2013-06-08 | 1 | -0/+54 | |