summaryrefslogtreecommitdiff
path: root/usr.bin/kdump/kdump.c
AgeCommit message (Expand)Author
2013-12-21Recognize itimer and ktrace facility names to {get,set}itimer() and ktrace()Philip Guenther
2013-09-09Rename the 'pid' global to eliminate compiler warnings about shadowingPhilip Guenther
2013-08-22Split out from kdump.c the ktrstruct.c bits into ktrstruct.cPhilip Guenther
2013-07-03For consistency, move the functions that aren't generated at build-timePhilip Guenther
2013-07-03Use WAIT_* for the first argument to wait4(), and otherwise treat it (andPhilip Guenther
2013-06-01Userland bits for utrace record handling; from otto@Miod Vallat
2013-04-23simple large ino_t handlingTheo de Raadt
2013-04-16handle large time_t variables; ok guentherTheo de Raadt
2013-04-15Remove CTL_USER hierarchy from sysctl()Philip Guenther
2012-12-25Report macro names for the second argument to shutdown(), getrusage(),Philip Guenthe
2012-12-05Explicitly include sys/resource.h for RLIM_INF, etc.Todd C. Miller
2012-07-11Report ptrace(PT_{GET,SET}XMMREGS) by namePhilip Guenthe
2012-07-09Print the fd_set used by select in kdump.Claudio Jeker
2012-06-29sigpending() returns a sigset just like sigprocmask(), so decode it the samePhilip Guenthe
2012-06-21Add dumping of struct __tfork done by the revised __tfork syscallPhilip Guenthe
2012-06-20Handle PT_GET_THREAD_*Philip Guenthe
2012-04-12remove rfork(); ok guenther miodTheo de Raadt
2012-04-11guenther and kettenis say THREAD_PID_OFFSET shouldn't be subtractedMike Belopuhov
2012-04-11add -H to usage();Jason McIntyre
2012-04-10Add a start record to the ktrace and use a special magic string "KTR"Mike Belopuhov
2012-03-31err(1, NULL) can drive people insane, so please avoid it.Theo 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-28Resolve sysctl numbers, original diff from nicm@, man page bits fromOtto Moerbeek
2011-07-19Add fancy kdump support for the openat(2) system calls.Matthew Dempsky
2011-07-17handle files produced by ktrace -a better by making a distinctionOtto Moerbeek
2011-07-17since we're treating native emuls different (more fancy) thanOtto Moerbeek
2011-07-10Make -m 0 work as expected.Otto Moerbeek
2011-07-09print the name of an unknown struct, it has been verified to be sane;Otto Moerbeek
2011-07-09remove more atalk bitsTheo de Raadt
2011-07-08Support sending struct info to kdump. So far for struct stat andOtto Moerbeek
2011-07-07Don't crash on non-native emuls; ok guenther@Otto Moerbeek
2011-07-04remove compat_svr4Ted Unangst
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-02Change ktr_retval to a register_t so that we can see the full 64-bitsTheo de Raadt
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2011-04-05Remove FREEBSD_COMPAT bits and obsolete RTHREAD definePhilip Guenthe
2010-07-06make kdump build after COMPAT_BSDOS removal.Owain Ainsworth
2010-07-02remove userland bits of compat_sunosTed Unangst
2010-07-01another day, another compat gets removed. today is ibcs2's turnTed Unangst
2010-06-30remove compat_osf1. ok deraadt miodTed Unangst
2010-06-29Remove COMPAT_HPUX. No one wanted to support it and its fewmets werePhilip Guenthe
2010-06-29ultrix support going away, ok deraadtTed Unangst
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-21sort options; synchronize argument names with synopsis;Igor Sobrado
2007-05-29more parts of netbsd compat that go awayTheo de Raadt
2007-03-03`l' before `n';Jason McIntyre
2006-05-17use lots more size_t instead of int running aroundTed Unangst