freebsd-dev/usr.bin/kdump
Craig Rodrigues 4c8dc49a4a Add auto_if_type() function, which is similar to auto_switch_type().
However, auto_if_type() uses if/else statements in C instead
of a single switch statement, when mapping an integer value to
a #define.  For certain cases where multiple #define constants
alias to a single integer value, auto_if_type() makes things easier
to parse than auto_switch_type().
2007-01-04 04:18:03 +00:00
..
kdump_subr.h Change kdump to print more useful information, i.e. it changes from 2006-05-20 14:27:22 +00:00
kdump.1 -mdoc sweep. 2005-11-18 10:36:29 +00:00
kdump.c o Fix some printf(3) format nits in my patch I submitted to kib@. 2006-07-12 13:36:08 +00:00
Makefile Change kdump to print more useful information, i.e. it changes from 2006-05-20 14:27:22 +00:00
mkioctls Add audit.h to mkioctls inclusion list: audit pipe ioctls need access 2006-06-05 10:06:51 +00:00
mksubr Add auto_if_type() function, which is similar to auto_switch_type(). 2007-01-04 04:18:03 +00:00