summaryrefslogtreecommitdiff
path: root/usr.bin/kdump/mksubr
AgeCommit message (Expand)Author
2018-02-14Zero as (un)mount flag is valid; ok millert@Otto Moerbeek
2018-02-11fix madvise(2) flags matching; ok deraadt@ tom@Otto Moerbeek
2017-11-29fcntl(F_GETOWN) doesn't have an argument, so don't display it. WhilePhilip Guenther
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-05-17isatty() is used by stdio to determine the buffering mode. Add a F_ISATTYTheo de Raadt
2015-04-17The first argument to socket/socketpair is an address family, not a protocolPhilip Guenther
2015-01-18Eliminate a gcc warnings by not #defining _KERNEL when pulling inPhilip Guenther
2014-12-11Make quotactlcmd formatting consistent with othersPhilip 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
2014-08-17Use %#o instead of %#x for mode_tPhilip Guenther
2014-07-02properly process minherit(2) flags; ok guenther@ matthew@Otto Moerbeek
2014-06-27Cleanup support for legacy mmap flagsMatthew Dempsky
2013-12-21Recognize itimer and ktrace facility names to {get,set}itimer() and ktrace()Philip Guenther
2013-07-03For consistency, move the functions that aren't generated at build-timePhilip Guenther
2013-07-01Tweak regexp so that RUSAGE_CHILDREN will be matched and displayedPhilip 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-07-21Make kdump recognize the __MAP_NOREPLACE flag.Matthew Dempsky
2012-07-08Handle the O_ACCMODE bits correctly, so that O_RDONLY is displayedPhilip Guenthe
2012-06-20CLOCK_* moved from sys/time.h to sys/_time.hPhilip 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-09-19teach kdump about "siginfo-style" signal sub-codes, and the (currently)Theo de Raadt
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-20more fancy kdump output, mostly from FreeBSD; ok deraadt@ tedu@Otto Moerbeek
2011-06-16Local changes to make this work on OpenBSD. Not used functions disabled forOtto Moerbeek
2011-06-16mksubr from freebsd, to be used to generate flags to name translationOtto Moerbeek