summaryrefslogtreecommitdiffstats
path: root/usr.bin/kdump/kdump.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate the -r option and always do sysctl OID, username, groupname,guenther2014-12-151-0/+2
| | | | | | | and ctime presentation, but combined with the numeric form ala 0<"root">. Do username and groupname presentation on syscall arguments and retvals. ok millert@ otto@
* Convert syscall argument handling from a giant switch to a giant table.guenther2014-12-081-2/+0
| | | | | | | | | | While at it, use formatters for fds, counts, ids of all types, and "small buffer sizes" that always show them in decimal, while paths, pointers, and "big buffer sizes" get formatters that always show them in hex. The -d option only affects args when the -n option is used or for unknown syscalls, as well as syscall return values, and unrecognized ioctls. ok otto@ millert@
* Split out from kdump.c the ktrstruct.c bits into ktrstruct.cguenther2013-08-221-0/+9
| | | | | | Reduce the #includes to take advantage of that. ok millert@ otto@
* ioctlname() protoderaadt2003-07-021-0/+17