summaryrefslogtreecommitdiff
path: root/usr.bin/kdump/kdump.c
AgeCommit message (Expand)Author
2015-10-18Describe dnssocket / dnsconnect argumentsTheo de Raadt
2015-10-10normalize a few more tame request orderings, to help reviewTheo de Raadt
2015-10-10since kdump may getprotobynumber() late, do not drop "rpath". We couldTheo de Raadt
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-06tame "stdio getpw"Theo de Raadt
2015-10-03Add ktracing of tame()'s arguments' valuesPhilip Guenther
2015-10-03option LFS is dead, but we missed option ACCOUNTING herePhilip Guenther
2015-10-03Fix wrong cast.Vadim Zhukov
2015-10-03tame "stdio getpw rpath" can be done quite early after the getopt.Theo de Raadt
2015-10-02update the -t args list; ok guentherJason McIntyre
2015-10-02Add ktracing of argv and envp to execve(2), with envp not traced by defaultPhilip Guenther
2015-09-13Rename __sysctl syscall to just sysctl, as the userland wrapper is no longerPhilip Guenther
2015-09-07Delete ktracing of context switches: it's unused, and not particularly useful,Philip Guenther
2015-07-19Make KTR_SYSRET records variables variables sized, leaving out thePhilip Guenther
2015-07-19Figure out the tty width using TIOCGWINSZ early on. Will make tame(2)Theo de Raadt
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-04-17oops, started expecting sockoptlevelname() to handle two argumentsPhilip Guenther
2015-04-17The first argument to socket/socketpair is an address family, not a protocolPhilip Guenther
2015-01-26Oops: symlinkat()'s 'atfd' argument is its second, not its firstPhilip Guenther
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-12-28With revision 1.93 a space character got lost when printing theAlexander Bluhm
2014-12-15remove -r from usage();Jason McIntyre
2014-12-15Eliminate the -r option and always do sysctl OID, username, groupname,Philip Guenther
2014-12-09Add some additional sanity checks to kdump.Jonathan Gray
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-10-08userland reallocarray audit.Doug Hogan
2014-09-17Add display of the flags to pipe2, dup3, and accept4, display ofPhilip Guenther
2014-08-18Add fancy printing of ktrace()'s ops argumentPhilip Guenther
2014-08-17Display symbolicly the mode argument of mkdir, mkfifo, mknod, and umaskPhilip Guenther
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