aboutsummaryrefslogtreecommitdiffstats
path: root/main/musl
Commit message (Collapse)AuthorAgeFilesLines
* main/musl: cherry-pick upstream git fixesTimo Teräs2014-08-153-5/+146
| | | | (cherry picked from commit dab79f88b138f231c0b30510823917ed0a2d1f97)
* main/musl: fix handling of zero length names in dn_expand()Natanael Copa2014-08-152-1/+34
| | | | | | | | | should fix issue with ENUM in kamailio sent upstream: http://www.openwall.com/lists/musl/2014/08/13/6 (cherry picked from commit 024e22b0cd35b94ed6daa0d8a9bfb9e7e356a4fc)
* main/musl: upgrade to 1.1.4Timo Teräs2014-08-1511-1124/+11
| | | | | | | (cherry picked from commit 8fc70ddb18663e5e3d0393f59257a0e80127c35e) Conflicts: main/musl/APKBUILD
* main/musl: fix ldconfig return valueTimo Teräs2014-08-052-4/+5
| | | | | | | (cherry picked from commit 79a8bda4d37725d35b3df707aeded86812ccf114) Conflicts: main/musl/APKBUILD
* main/musl: fix getconf to print single valuesTimo Teräs2014-07-302-10/+10
| | | | | | | It is not valid to use positional parameters without using them all. Otherwise the proper argument size cannot be determined. fixes #3266 (cherry picked from commit 48b16204aeeda5bc1f87e49c6b8e23d9abb07c73)
* main/musl: fix typo in ns_msg_getflag from previous commitTimo Teräs2014-07-302-5/+5
| | | | (cherry picked from commit 81d50064c335467fdfd80368bac6707d70db1af7)
* main/musl: cherry-pick fixes, update alpine specific patchesTimo Teräs2014-07-308-314/+540
| | | | | | | | | | | | | | | | four additional fixes from upstream git. dns patch fixed to implement ns_{put,get}* as real functions, and macro ns_msg_getflag added. netlink patch is reworked to provide alias interface names for ipv4 where appropriate, and for ipv6 link-local scope ids. few error paths have been fixed, and if_nameindex() memory allocation strategy has been improved. setxid patch added. (cherry picked from commit 3227b4ad816f850f655b6f44dc497926cb2cdcd1)
* main/musl: cherry-pick fixes from upstream gitTimo Teräs2014-07-305-1/+207
| | | | (cherry picked from commit 614de3f348e53eb80ddfbdf8ceef7b32fe546606)
* main/musl: cherry-pick linker error reporting fixTimo Teräs2014-07-302-1/+73
| | | | (cherry picked from commit db7f405e94e690b550f70f4a1c7a8681d167f904)
* main/musl: upgrade to 1.1.3Timo Teräs2014-06-269-339/+13
| | | | include also the localtime migration script
* main/musl: add -dbg subpackageNatanael Copa2014-06-241-2/+2
|
* main/musl: cherry-pick fix for syslog.h aliasing violationTimo Teräs2014-06-213-11/+62
|
* main/musl: cherry-pick bug fixes from gitTimo Teräs2014-06-206-1/+251
| | | | | while 3.0-stable will likely be upgraded to next feature release of musl, we just cherry-pick the important bug fixes for the time being.
* main/musl: upgrade to 1.1.2Timo Teräs2014-06-075-4173/+5
| | | | (cherry picked from commit 838bcec8e10868ef80df1b638d5c8650a7260e7b)
* main/musl: upgrade to git snapshot of 2014-06-05Timo Teräs2014-06-062-1/+545
| | | | | | important bug fixes, as well as few new features (cherry picked from commit ace7896296b96faa72fcb545501b6efba632f875)
* main/musl: upgrade to git snapshot of 2014-06-03Timo Teräs2014-06-032-1/+94
|
* main/musl: upgrade to git snapshot of 2014-06-02Timo Teräs2014-06-022-9/+3464
| | | | and remove the unneeded crosstool subpkg (applied only to uclibc)
* main/musl: upgrade to 1.1.1Timo Teräs2014-05-214-988/+31
|
* main/musl: aligh with upstream git, add strptime fixTimo Teräs2014-05-143-1/+684
| | | | support for cp437 and cp850 was added, fixes #2870.
* main/musl: fix iconv error messages, ldconfig to create symlinksTimo Teräs2014-05-063-13/+32
| | | | | | ldconfig is used by some packages' install script to create the SONAME symlinks in the DESTDIR. do those symlinks for non-system directories.
* main/musl: add LONG_BIT and other extensions to getconfTimo Teräs2014-04-262-231/+244
|
* main/musl: replace libiconv instead of conflictTimo Teräs2014-04-231-2/+3
| | | | | | libiconv exists and is empty. libiconv-dev exists and had empty libiconv.a as compatibility wrapper, so we need to be able to pull it in.
* main/musl: align with upstream git, fixes for timezone handlingTimo Teräs2014-04-234-65/+375
|
* main/musl: cherry-pick upstream fix, fix recently added getconf namesTimo Teräs2014-04-193-6/+69
|
* main/musl: add iconv (from noXCUse) and some getconf extensionsTimo Teräs2014-04-163-12/+135
|
* main/musl: upgrade to 1.1.0Timo Teräs2014-04-165-1514/+5
|
* main/musl: make uclibc-dev conflictNatanael Copa2014-04-151-7/+2
| | | | This is better than replaces
* main/musl: let musl-dev replace uclibc-devNatanael Copa2014-04-151-1/+6
|
* main/musl: cherry-pick fixes from upstream git, and port getent.c from netbsdTimo Teräs2014-04-146-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 netlinkTimo Teräs2014-04-093-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 pkgrelTimo Teräs2014-04-072-7/+7
|
* main/musl: align with latest gitTimo Teräs2014-04-073-68/+160
| | | | | * armv6 patch is there now (including an important fix) * two additional important bug fixes
* main/musl: allow musl-utils take over uclibc-utilsNatanael Copa2014-04-071-1/+2
|
* main/musl: upgrade to latest git snapshot and fix armv6 patchTimo Teräs2014-04-046-466/+530
|
* main/musl: backport hsearch from upstreamNatanael Copa2014-04-033-1/+360
| | | | needed for drbd
* main/musl: add missing patchTimo Teräs2014-04-011-0/+102
|
* main/musl: use armv6 atomics if available instead of kuser_helperTimo Teräs2014-04-011-1/+5
| | | | fixes musl to work with grsec kernel on arm
* main/musl: apply changes from upstream gitTimo Teräs2014-03-265-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 supportTimo Teräs2014-03-252-1/+150
| | | | ref #2614
* main/musl: upgrade to 1.0.0Timo Teräs2014-03-203-1916/+5
|
* main/musl: cherry-pick flock64 fix from upstream, add getconfTimo Teräs2014-02-194-1/+390
| | | | needed for openjdk6/icedtea building
* main/musl: upgrade to git snapshot 2014-02-13Timo Teräs2014-02-146-378/+1882
|
* main/musl: refresh setkey patch, add timespec conversion helpersTimo Teräs2014-01-133-72/+129
|
* main/musl: add three patches to improve compatibilityTimo Teräs2014-01-134-1/+321
|
* main/musl: upgrade to 0.9.15Timo Teräs2014-01-039-7381/+5
| | | | remove upstreamed and backport patches
* main/musl: fix struct signalfd_siginfoTimo Teräs2013-12-252-1/+40
| | | | fixes runtime brekage of lxc build
* main/musl: fix fstat et al to return EBADF properlyTimo Teräs2013-12-193-5/+125
| | | | this fixes the one failing test case of perl-io-async.
* main/musl: fix hangs in localtimeNatanael Copa2013-12-192-1/+30
|
* main/musl: add patches for tcp socket option structs and herrorTimo Teräs2013-12-183-1/+145
|
* main/musl: add igmp headers and quota headers/syscallTimo Teräs2013-12-184-7/+243
|