freebsd_amp_hwpstate/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
..
Makefile
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
ifmedia.c Removed most unused includes of <net/if_var.h> outside the kernel. 1998-01-16 17:38:56 +00:00