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