| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove parameter names from public headers•••inclusion of these names was unintentional and in most cases is a
namespace violation. Daniel Sabogal tracked down and reported these.
| Rich Felker | 2016-10-20 | 1 | -2/+2 |
| * | make ifaddrs.h expose sys/socket.h•••the getifaddrs interface seems to have been invented by glibc, and
they expose socket.h, so for us not to do so is just gratuitous
incompatibility with the interface we're mimicing.
| Rich Felker | 2013-04-10 | 1 | -0/+1 |
| * | include/ifaddrs.h: add prototypes for get/freeifaddrs | rofl0r | 2013-04-05 | 1 | -0/+3 |
| * | add getifaddrs•••supports ipv4 and ipv6, but not the "extended" usage where
usage statistics and other info are assigned to ifa_data members
of duplicate entries with AF_PACKET family.
| rofl0r | 2013-04-05 | 1 | -0/+31 |