freebsd-dev/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 Add a -s option for setting the current vty. This should make 1997-03-07 01:34:47 +00:00
Makefile Add a -s option for setting the current vty. This should make 1997-03-07 01:34:47 +00:00
path.h Added vidcontrol util from 1.1.5.1+ 1994-08-17 09:00:13 +00:00
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