freebsd-dev/usr.bin/kdump
Bruce Evans 511a1b6f79 Generate code to interpret ioctl numbers for all ioctls defined in
headers under /usr/include, not just for the ones in <sys/ioctl.h>.
The generated file includes all headers that seem to define ioctls,
so build errors will probably occur if headers become less self-
sufficient than they are already.  This is a feature.  Build errors
shall not be fixed by adding more includes here.

Optionally generate a case statement instead of a list of if
statements.  This source must be edited to change this.  The case
statement should be non-optional.  It currently can't be, because
many ioctl numbers are not unique.
1998-10-16 15:33:17 +00:00
..
kdump.1 Use err(3). Correct incomplete man page. 1997-07-16 06:49:49 +00:00
kdump.c Use err(3). Correct incomplete man page. 1997-07-16 06:49:49 +00:00
Makefile
mkioctls Generate code to interpret ioctl numbers for all ioctls defined in 1998-10-16 15:33:17 +00:00