freebsd-src/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
..
decode.c Use err(3). Stylistic changes in man page. 1997-10-27 07:52:10 +00:00
decode.h
Makefile
path.h
vidcontrol.1 Use err(3). Stylistic changes in man page. 1997-10-27 07:52:10 +00:00
vidcontrol.c ioctl() request args are unsigned longs, so don't attempt to store 1998-07-14 10:32:27 +00:00