freebsd-dev/sbin/ifconfig
Alexander Kabaev 652d6e18bf Look for both name and if_<name> strings in module metadata. Pseudo-devices
like tun are naming their modules using the 'if_; prefix and previous version of
the code failed to detect their presence in the kernel, resulting in the same
module being loaded twice.
2004-02-27 06:43:14 +00:00
..
ifconfig.8 We can cross-reference to vlan(4) as long as 2004-02-21 14:21:18 +00:00
ifconfig.c Look for both name and if_<name> strings in module metadata. Pseudo-devices 2004-02-27 06:43:14 +00:00
ifconfig.h Use IFNAMSIZ instead of a magic value for the length of an interface 2004-01-27 01:43:14 +00:00
ifieee80211.c We want the length of the string, not the size of its pointer. 2003-11-01 00:03:20 +00:00
ifmac.c Rename ifconfig's "mac" argument to "maclabel" to prevent confusion 2002-10-23 22:50:04 +00:00
ifmedia.c 802.11 mode bits are now masks; convert to suit 2004-01-15 15:19:19 +00:00
ifvlan.c De-__P, use ansi function definitions 2002-04-18 17:14:09 +00:00
Makefile style.Makefile(5): 2004-02-23 20:25:27 +00:00