Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |