freebsd-dev/sbin/ifconfig
Bruce Evans 91ba27a769 ioctl() request args are unsigned longs, so don't attempt to store
them as ints.  Among other bugs, doing so at best caused benign
overflow followed by fatal sign extension on machines with 32-bit
ints and 64-bit longs.
1998-07-06 19:54:39 +00:00
..
ifconfig.8 Update man page to allow adding address_family when -l is used (this is a no op 1998-07-06 06:53:43 +00:00
ifconfig.c ioctl() request args are unsigned longs, so don't attempt to store 1998-07-06 19:54:39 +00:00
ifconfig.h Clean up some more. Move parsing of sysctl iflist data into a single 1997-05-10 17:14:53 +00:00
ifmedia.c Removed most unused includes of <net/if_var.h> outside the kernel. 1998-01-16 17:38:56 +00:00
Makefile Commit hooks for ifmedia support. It's optional in the Makefile, and 1997-05-04 06:27:45 +00:00