Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-04-06 | fix type error in pthread_create, introduced with pthread_getattr_np | Rich Felker | 1 | -1/+1 | |
2013-04-06 | getifaddrs: remove unused label | rofl0r | 1 | -1/+0 | |
2013-04-05 | getifaddrs: use if_nameindex to enumerate interfaces | rofl0r | 1 | -23/+9 | |
2013-04-05 | getifaddrs: one less indent level | rofl0r | 1 | -30/+28 | |
2013-04-05 | getifaddrs: less malloc | rofl0r | 1 | -55/+52 | |
2013-04-05 | include/ifaddrs.h: add prototypes for get/freeifaddrs | rofl0r | 1 | -0/+3 | |
2013-04-05 | add getifaddrs | rofl0r | 2 | -0/+222 | |
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. | |||||
2013-04-05 | net/if.h: add some missing IFF_ constants | rofl0r | 1 | -0/+5 | |
2013-04-04 | add prototype for dn_skipname | Rich Felker | 1 | -0/+1 | |