freebsd_amp_hwpstate/usr.sbin/vidcontrol
Bruce Evans af01fff37b 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-14 10:32:27 +00:00
..
Makefile
decode.c
decode.h
path.h
vidcontrol.1
vidcontrol.c ioctl() request args are unsigned longs, so don't attempt to store 1998-07-14 10:32:27 +00:00