aboutsummaryrefslogtreecommitdiffstats
path: root/main/musl/1002-reimplement-if_nameindex-and-getifaddrs-using-netlin.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/musl: cherry-pick fixes, update alpine specific patchesTimo Teräs2014-07-241-203/+230
| | | | | | | | | | | | | | 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.
* main/musl: cherry-pick fixes from upstream git, and port getent.c from netbsdTimo Teräs2014-04-141-158/+89
| | | | | 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-091-0/+726
this fixes issues with dhcpcd. cherry-pick also one more printf formatting fix from musl git.