Age | Commit message (Expand) | Author |
2018-02-14 | Zero as (un)mount flag is valid; ok millert@ | Otto Moerbeek |
2018-02-11 | fix madvise(2) flags matching; ok deraadt@ tom@ | Otto Moerbeek |
2017-11-29 | fcntl(F_GETOWN) doesn't have an argument, so don't display it. While | Philip Guenther |
2017-04-28 | Display futex(2) operations and arguments. | Martin Pieuchot |
2016-06-07 | ktrace support for pollfd[] arrays | Theo de Raadt |
2016-03-22 | Format the flags argument to sendsyslog() | Philip Guenther |
2016-01-14 | Display struct event more like other structs: show all members and use cpp | Philip Guenther |
2015-05-17 | isatty() is used by stdio to determine the buffering mode. Add a F_ISATTY | Theo de Raadt |
2015-04-17 | The first argument to socket/socketpair is an address family, not a protocol | Philip Guenther |
2015-01-18 | Eliminate a gcc warnings by not #defining _KERNEL when pulling in | Philip Guenther |
2014-12-11 | Make quotactlcmd formatting consistent with others | Philip Guenther |
2014-12-08 | Convert syscall argument handling from a giant switch to a giant table. | Philip Guenther |
2014-10-13 | Add dumping of struct dqblk done by quotactl(2) | Philip Guenther |
2014-09-17 | Add display of the flags to pipe2, dup3, and accept4, display of | Philip Guenther |
2014-08-17 | Use %#o instead of %#x for mode_t | Philip Guenther |
2014-07-02 | properly process minherit(2) flags; ok guenther@ matthew@ | Otto Moerbeek |
2014-06-27 | Cleanup support for legacy mmap flags | Matthew Dempsky |
2013-12-21 | Recognize itimer and ktrace facility names to {get,set}itimer() and ktrace() | Philip Guenther |
2013-07-03 | For consistency, move the functions that aren't generated at build-time | Philip Guenther |
2013-07-01 | Tweak regexp so that RUSAGE_CHILDREN will be matched and displayed | Philip Guenther |
2013-06-17 | Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, | Philip Guenther |
2012-12-25 | Report macro names for the second argument to shutdown(), getrusage(), | Philip Guenthe |
2012-07-21 | Make kdump recognize the __MAP_NOREPLACE flag. | Matthew Dempsky |
2012-07-08 | Handle the O_ACCMODE bits correctly, so that O_RDONLY is displayed | Philip Guenthe |
2012-06-20 | CLOCK_* moved from sys/time.h to sys/_time.h | Philip Guenthe |
2012-04-12 | remove rfork(); ok guenther miod | Theo de Raadt |
2012-03-19 | Add tracing and dumping of "pointer to struct" syscall arguments for | Philip Guenthe |
2012-02-20 | - add more ptrace() ops | Philip Guenthe |
2011-09-19 | teach kdump about "siginfo-style" signal sub-codes, and the (currently) | Theo de Raadt |
2011-07-19 | Add fancy kdump support for the openat(2) system calls. | Matthew Dempsky |
2011-07-08 | Support sending struct info to kdump. So far for struct stat and | Otto Moerbeek |
2011-07-04 | Big restructuring of the main switch making it much more readable. | Otto Moerbeek |
2011-06-20 | more fancy kdump output, mostly from FreeBSD; ok deraadt@ tedu@ | Otto Moerbeek |
2011-06-16 | Local changes to make this work on OpenBSD. Not used functions disabled for | Otto Moerbeek |
2011-06-16 | mksubr from freebsd, to be used to generate flags to name translation | Otto Moerbeek |