Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo in RFC number. | tb | 2018-05-10 | 1 | -2/+2 |
| | | | | ok benno | ||||
* | Switch if_nameindex(3) to use the new NET_RT_IFNAMES sysctl to get the | claudio | 2015-10-23 | 1 | -23/+14 |
| | | | | | | | | list of interface names. At the same time switch if_nametoindex(3) and if_indextoname(3) to use if_nameindex(3) instead of getifaddrs(3). if_nameindex(3) exposes much less then getifaddrs(3) and is allowed by pledge(2). With and OK deraadt@ | ||||
* | Wrap <net/if.h> and <net/if_dl.h> so internal calls go direct and all the | guenther | 2015-09-14 | 1 | -1/+2 |
| | | | | symbols are weak | ||||
* | Replace SIOCGIFCONF-using NRL versions with KAME versions that use | millert | 2002-03-07 | 1 | -104/+51 |
| | | | | getifaddrs(3). Fixes problems on LP64 platforms. | ||||
* | repair copyright notices for NRL & cmetz; cmetz | deraadt | 2001-06-05 | 1 | -1/+0 |
| | |||||
* | Wall | deraadt | 2000-08-22 | 1 | -0/+1 |
| | |||||
* | incorrect bounds on strlcpy() | deraadt | 1999-12-16 | 1 | -2/+2 |
| | |||||
* | use SIOCGIFCONF much more carefully | deraadt | 1999-07-08 | 1 | -14/+34 |
| | |||||
* | indent and audit | deraadt | 1999-07-01 | 1 | -88/+66 |
| | |||||
* | Compilation fixes. | cmetz | 1999-06-23 | 1 | -4/+4 |
| | |||||
* | Removed portability ifdefs and calls to nonstandard back-end. | cmetz | 1999-06-23 | 1 | -50/+10 |
| | |||||
* | Added some protocol independent interfaces (supposedly IPv6 support APIs, but | cmetz | 1999-06-23 | 1 | -0/+181 |
ones that are useful for all protocols, not just IPv6). |