Age | Commit message (Expand) | Author |
2013-09-09 | Rename the 'pid' global to eliminate compiler warnings about shadowing | Philip Guenther |
2013-08-22 | Split out from kdump.c the ktrstruct.c bits into ktrstruct.c | Philip Guenther |
2013-07-16 | Tighten the pattern for matching ioctl definitions in header files and | Philip Guenther |
2013-07-04 | add some missing prototypes; ok guenther@ | Otto Moerbeek |
2013-07-03 | For consistency, move the functions that aren't generated at build-time | Philip Guenther |
2013-07-03 | Use WAIT_* for the first argument to wait4(), and otherwise treat it (and | 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 |
2013-06-01 | Userland bits for utrace record handling; from otto@ | Miod Vallat |
2013-04-23 | simple large ino_t handling | Theo de Raadt |
2013-04-16 | handle large time_t variables; ok guenther | Theo de Raadt |
2013-04-15 | Remove CTL_USER hierarchy from sysctl() | Philip Guenther |
2013-03-15 | Delete the sequencer(4) driver, since its not used any longer. Diff | Alexandre Ratchov |
2012-12-25 | Report macro names for the second argument to shutdown(), getrusage(), | Philip Guenthe |
2012-12-05 | Explicitly include sys/resource.h for RLIM_INF, etc. | Todd C. Miller |
2012-07-21 | Make kdump recognize the __MAP_NOREPLACE flag. | Matthew Dempsky |
2012-07-11 | Report ptrace(PT_{GET,SET}XMMREGS) by name | Philip Guenthe |
2012-07-09 | Print the fd_set used by select in kdump. | Claudio Jeker |
2012-07-08 | Handle the O_ACCMODE bits correctly, so that O_RDONLY is displayed | Philip Guenthe |
2012-06-29 | sigpending() returns a sigset just like sigprocmask(), so decode it the same | Philip Guenthe |
2012-06-21 | Add dumping of struct __tfork done by the revised __tfork syscall | Philip Guenthe |
2012-06-20 | Handle PT_GET_THREAD_* | 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-04-11 | guenther and kettenis say THREAD_PID_OFFSET shouldn't be subtracted | Mike Belopuhov |
2012-04-11 | add -H to usage(); | Jason McIntyre |
2012-04-10 | Add a start record to the ktrace and use a special magic string "KTR" | Mike Belopuhov |
2012-03-31 | err(1, NULL) can drive people insane, so please avoid it. | 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-10-06 | mark ccd(4) deprecated in a few more places | Theo de Raadt |
2011-10-06 | ccd goes to the attic | Theo de Raadt |
2011-09-19 | teach kdump about "siginfo-style" signal sub-codes, and the (currently) | Theo de Raadt |
2011-07-28 | Resolve sysctl numbers, original diff from nicm@, man page bits from | Otto Moerbeek |
2011-07-19 | Add fancy kdump support for the openat(2) system calls. | Matthew Dempsky |
2011-07-17 | handle files produced by ktrace -a better by making a distinction | Otto Moerbeek |
2011-07-17 | since we're treating native emuls different (more fancy) than | Otto Moerbeek |
2011-07-10 | Make -m 0 work as expected. | Otto Moerbeek |
2011-07-09 | mention new struct trace point letter | Otto Moerbeek |
2011-07-09 | print the name of an unknown struct, it has been verified to be sane; | Otto Moerbeek |
2011-07-09 | remove more atalk bits | Theo de Raadt |
2011-07-08 | add -r to SYNOPSIS; | Jason McIntyre |
2011-07-08 | Support sending struct info to kdump. So far for struct stat and | Otto Moerbeek |
2011-07-07 | Don't crash on non-native emuls; ok guenther@ | Otto Moerbeek |
2011-07-04 | remove compat_svr4 | Ted Unangst |
2011-07-04 | Big restructuring of the main switch making it much more readable. | Otto Moerbeek |
2011-06-25 | DESTDIR handling does not belong here. This is built live. | Theo de Raadt |
2011-06-23 | Don't check dev/ramdisk.h for ioctl(2) commands as it doesn't exist | Matthew Dempsky |
2011-06-20 | more fancy kdump output, mostly from FreeBSD; ok deraadt@ tedu@ | Otto Moerbeek |
2011-06-16 | Prototypes of functions generated by mksubr. | Otto Moerbeek |