summaryrefslogtreecommitdiffstats
path: root/usr.bin/kdump/kdump_subr.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the -r option and always do sysctl OID, username, groupname,guenther2014-12-151-2/+2
* Convert syscall argument handling from a giant switch to a giant table.guenther2014-12-081-2/+4
* Add dumping of struct dqblk done by quotactl(2)guenther2014-10-131-1/+2
* Add display of the flags to pipe2, dup3, and accept4, display ofguenther2014-09-171-1/+3
* Recognize itimer and ktrace facility names to {get,set}itimer() and ktrace()guenther2013-12-211-1/+3
* add some missing prototypes; ok guenther@otto2013-07-041-1/+8
* For consistency, move the functions that aren't generated at build-timeguenther2013-07-031-9/+18
* Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,guenther2013-06-171-1/+2
* Report macro names for the second argument to shutdown(), getrusage(),guenther2012-12-251-2/+4
* remove rfork(); ok guenther miodderaadt2012-04-121-2/+1
* Add tracing and dumping of "pointer to struct" syscall arguments forguenther2012-03-191-1/+2
* - add more ptrace() opsguenther2012-02-201-2/+4
* Add fancy kdump support for the openat(2) system calls.matthew2011-07-191-1/+2
* Support sending struct info to kdump. So far for struct stat andotto2011-07-081-1/+2
* Big restructuring of the main switch making it much more readable.otto2011-07-041-4/+6
* Prototypes of functions generated by mksubr.otto2011-06-161-0/+65