Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/musl: cherry-pick fixes, update alpine specific patches | Timo Teräs | 2014-07-24 | 1 | -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 netbsd | Timo Teräs | 2014-04-14 | 1 | -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 netlink | Timo Teräs | 2014-04-09 | 1 | -0/+726 |
this fixes issues with dhcpcd. cherry-pick also one more printf formatting fix from musl git. |