Age | Commit message (Expand) | Author |
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-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-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-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 | 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 | 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-20 | more fancy kdump output, mostly from FreeBSD; ok deraadt@ tedu@ | Otto Moerbeek |
2011-06-02 | Change ktr_retval to a register_t so that we can see the full 64-bits | Theo de Raadt |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2011-04-05 | Remove FREEBSD_COMPAT bits and obsolete RTHREAD define | Philip Guenthe |
2010-07-06 | make kdump build after COMPAT_BSDOS removal. | Owain Ainsworth |
2010-07-02 | remove userland bits of compat_sunos | Ted Unangst |
2010-07-01 | another day, another compat gets removed. today is ibcs2's turn | Ted Unangst |
2010-06-30 | remove compat_osf1. ok deraadt miod | Ted Unangst |
2010-06-29 | Remove COMPAT_HPUX. No one wanted to support it and its fewmets were | Philip Guenthe |
2010-06-29 | ultrix support going away, ok deraadt | Ted Unangst |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-21 | sort options; synchronize argument names with synopsis; | Igor Sobrado |
2007-05-29 | more parts of netbsd compat that go away | Theo de Raadt |
2007-03-03 | `l' before `n'; | Jason McIntyre |
2006-05-17 | use lots more size_t instead of int running around | Ted Unangst |
2006-05-11 | - add -X and -x to SYNOPSIS | Jason McIntyre |
2006-05-11 | cedric points out 0xff mask isn't needed with unsigned chars | Ted Unangst |
2006-05-11 | oops, missed a %ld should be %lu | Ted Unangst |
2006-05-11 | need ctype.h for isprint. | Ted Unangst |
2006-05-11 | C spells 'byte' as 'unsigned char'. signed chars are not healthy for isprint | Ted Unangst |
2006-05-11 | -x and -X options to print io output in hex. from cedric berger | Ted Unangst |
2005-12-31 | Grok rthreads system calls before Dale yiells after me. | Miod Vallat |
2005-12-20 | No need to define UFS_EXTATTR anymore. | Miod Vallat |
2005-09-10 | for sysctl records, do not expect more than CTL_MAXNAME additional | Theo de Raadt |
2005-06-02 | for sysctl syscall pass the mib[] back to kdump to parse; | Michael Shalayeff |
2004-07-09 | #ifdef hpux only for m68k or hppa; this needs a revisit since this shows | Theo de Raadt |