aboutsummaryrefslogtreecommitdiffstats
path: root/main/musl
Commit message (Collapse)AuthorAgeFilesLines
* main/musl: fix unwinding breakage on static PIE binariesShiz2017-04-122-1/+39
|
* main/musl: give s390x a working sigcontextWilliam Pitcock2017-03-252-1/+35
|
* main/musl: cherry-pick ldso improvements and lazy relocation emulationTimo Teräs2017-03-216-1/+601
|
* main/musl: rebuild to fix depends for subpackagesNatanael Copa2017-03-211-1/+1
|
* main/musl: cherry-pick upstream fixesTimo Teräs2017-03-2120-15/+726
| | | | | ldso changes (lazy emulation etc) are not stable yet, so it's are not included. the missing patch numbers are for those commits.
* main/musl: s390x fpreg_t patchTuan M. Hoang2017-03-202-0/+42
|
* main/musl: Fix a ppc64le loader issueBreno Leitao2017-03-082-0/+30
| | | | | | | Fix a problem on ppc64le that sometimes musl crashes during the application load. The crash was found on the loader. This problem was just fixed upstream, and I am adding it back to Alpine.
* scripts/bootstrap.sh, main/{binutils,gcc,musl}: no more options="toolchain"Timo Teräs2017-02-271-3/+2
| | | | abuild has been updated to figure this one out from $BOOTSTRAP.
* main/musl: add s390x supportTuan M. Hoang2017-02-232-25/+30
|
* scripts/bootstrap.sh, binutils, gcc, musl: improve bootstrapTimo Teräs2017-02-171-26/+33
| | | | | | | | | - requires new abuild (from git until 2.30 is tagged) - properly build initial musl-dev before c-compiler is available - mark core aports with options=toolchain, and fix all makedepends - bootstrap.sh: reorganize and use set -e there - bootstrap.sh: use new EXTRADEPENDS_* to pull in implicit dependencies during bootstrap to simplify the script
* main/musl: Add reference for ppc64leBreno Leitao2017-01-271-0/+1
| | | | Adding a option to be able to have musl compiled for ppc64le.
* main/musl: add ppc definitionWilliam Pitcock2017-01-241-0/+1
|
* main/musl: provide /lib64 symlink in libc6-compatNatanael Copa2017-01-201-4/+7
| | | | go needs it
* main/musl: apply upstream fixesTimo Teräs2017-01-125-1/+422
|
* main/musl: apply upstream fixesPrzemyslaw Pawelczyk2017-01-033-1/+87
| | | | | | | | | | Second one (safe globfree() after failed glob()) is especially important in case of recently updated busybox, because ash since 1.26 supports libc's glob() and AL's busyboxconfig does not set CONFIG_ASH_INTERNAL_GLOB. musl's glob() still needs to be fixed to work for long inputs. At least ash: out of memory instead of Segmentation fault is nicer.
* main/musl: upgrade to 1.1.16Timo Teräs2017-01-0139-2376/+5
|
* main/musl: upstream fixes, and add ipv6 features to getentTimo Teräs2016-12-2912-6/+615
| | | | fixes #6590
* main/musl: cherry-pick various upstream fixes, add pthread_set_attr_default_npTimo Teräs2016-11-0128-25/+1670
|
* main/musl: add comment on secfix for CVE-2016-8859Natanael Copa2016-10-201-0/+4
|
* main/musl: fix missing int overflow checks in regexNatanael Copa2016-10-192-1/+78
|
* main/musl: fix for getmntentNatanael Copa2016-09-142-1/+71
| | | | ref #5703
* main/musl: fix ldd symlinkNatanael Copa2016-08-031-3/+5
| | | | fixes #5993
* main/musl: cherry-pick upstream fix for asctimeTimo Teräs2016-08-022-1/+45
|
* main/musl: new bootstrapTimo Teräs2016-07-271-22/+16
|
* main/musl: fix bootstrap buildTimo Teräs2016-07-061-10/+15
|
* main/musl: upgrade to 1.1.15Timo Teräs2016-07-0615-658/+6
|
* main/musl: fix pthread_exit code to match kernel behaviorNatanael Copa2016-06-272-1/+74
| | | | https://github.com/dotnet/coreclr/issues/5872
* main/musl: fix error return code for getaddrinfoNatanael Copa2016-06-152-1/+38
| | | | | needed for fixing dns tests in nodejs test suite https://github.com/nodejs/node/pull/5099
* main/musl: cherry-pick two additional upstream fixesTimo Teräs2016-05-184-7/+98
|
* main/libc6-compat: add symlink for libcrypt.so.1Jakub Jirutka2016-04-051-2/+2
| | | | | http://wiki.musl-libc.org/wiki/FAQ#Q:_lib.5Bm.7Cpthread.7Ccrypt.5D.a.2Fso_are_empty.21 https://github.com/jnr/jnr-posix/issues/73#issue-145821125
* main/musl: add upstream fix for memmemNatanael Copa2016-04-012-1/+40
|
* main/musl: cherry-pick upstream fixesTimo Teräs2016-03-304-6/+112
|
* main/musl: upstream fix and gethostbyaddr_r fixTimo Teräs2016-03-223-1/+83
| | | | fixes #5282
* main/musl: revert ucontext.h removalTimo Teräs2016-03-081-6/+1
| | | | | | it causes more problems than solves. the applications checking only for that header need to be fixed to check also that makecontext exists during linking.
* main/musl: cherry-pick fixes, remove ucontext.hTimo Teräs2016-03-083-10/+84
|
* main/musl: cherry-pick bre fixes from upstream gitTimo Teräs2016-03-025-31/+148
|
* main/musl: fix handling of non matching address family entries in hostsTimo Teräs2016-02-232-1/+31
| | | | fixes #5143
* main/musl: upgrade to 1.1.14Timo Teräs2016-02-224-134/+5
|
* main/musl: backport proper fputs fix from upstreamTimo Teräs2016-02-175-17/+130
|
* main/musl: fix fputs regressionTimo Teräs2016-02-162-1/+17
|
* main/musl: upgrade to 1.1.13Timo Teräs2016-02-1624-1546/+5
|
* main/musl: cherry-pick upstream fixes and improvementsTimo Teräs2016-01-0824-7/+1512
| | | | fixes #4621
* main/musl: fix single-byte overflow of malloc'd buffer in getdelimNatanael Copa2015-10-252-1/+37
| | | | | from upstream: http://git.musl-libc.org/cgit/musl/commit/?id=b114190b29417fff6f701eea3a3b3b6030338280
* main/musl: upgrade to 1.1.12Timo Teräs2015-10-209-381/+5
|
* main/musl: cherry-pick upstream fixesTimo Teräs2015-09-1110-28/+301
| | | | | make previous commits the upstream versions, and add few additional fixes
* Do not delete *.la files manuallyBartłomiej Piotrowski2015-09-101-1/+0
| | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
* main/musl: fix nl_langinfo(CODESET) to not return UTF-8-CODE-UNITSTimo Teräs2015-09-052-1/+20
| | | | | The return value is used often as argument to iconv where it's not recognized. Revert back to return UTF8 which works.
* main/musl: add missing patchTimo Teräs2015-08-311-0/+80
|
* main/musl: upgrade to 1.1.11Timo Teräs2015-08-317-404/+9
|
* main/musl: fix struct tm.tm_gmtoffNatanael Copa2015-08-132-1/+128
| | | | ref #4450