summaryrefslogtreecommitdiff
path: root/usr.bin/kdump/kdump_subr.h
AgeCommit message (Expand)Author
2017-04-28Display futex(2) operations and arguments.Martin Pieuchot
2016-06-07ktrace support for pollfd[] arraysTheo de Raadt
2016-03-22Format the flags argument to sendsyslog()Philip Guenther
2016-01-14Display struct event more like other structs: show all members and use cppPhilip Guenther
2015-10-03Add ktracing of tame()'s arguments' valuesPhilip Guenther
2014-12-15Eliminate the -r option and always do sysctl OID, username, groupname,Philip Guenther
2014-12-08Convert syscall argument handling from a giant switch to a giant table.Philip Guenther
2014-10-13Add dumping of struct dqblk done by quotactl(2)Philip Guenther
2014-09-17Add display of the flags to pipe2, dup3, and accept4, display ofPhilip Guenther
2013-12-21Recognize itimer and ktrace facility names to {get,set}itimer() and ktrace()Philip Guenther
2013-07-04add some missing prototypes; ok guenther@Otto Moerbeek
2013-07-03For consistency, move the functions that aren't generated at build-timePhilip Guenther
2013-06-17Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,Philip Guenther
2012-12-25Report macro names for the second argument to shutdown(), getrusage(),Philip Guenthe
2012-04-12remove rfork(); ok guenther miodTheo de Raadt
2012-03-19Add tracing and dumping of "pointer to struct" syscall arguments forPhilip Guenthe
2012-02-20- add more ptrace() opsPhilip Guenthe
2011-07-19Add fancy kdump support for the openat(2) system calls.Matthew Dempsky
2011-07-08Support sending struct info to kdump. So far for struct stat andOtto Moerbeek
2011-07-04Big restructuring of the main switch making it much more readable.Otto Moerbeek
2011-06-16Prototypes of functions generated by mksubr.Otto Moerbeek