summaryrefslogtreecommitdiff
path: root/usr.bin/kdump/kdump.c
AgeCommit message (Expand)Author
2019-11-27use _PATH_PROTOCOLS from netdb.h insteadTheo de Raadt
2019-11-26kdump reads /etc/protocols to translate proto numbers into names; ok sthen@ g...Otto Moerbeek
2019-05-15improve wrong markup and poor wording regarding the -t argumentIngo Schwarze
2019-01-11mincore() is a relic from the past, exposing physical machine informationTheo de Raadt
2018-12-12allow reading from stdin with -f -.Ted Unangst
2018-10-21futex(2) returns an errno value to decodePhilip Guenther
2018-08-11the only fs access kdump(1) needs is to the tracefile which by default isRicardo Mestre
2017-11-28Need to remove fktrace here tooPhilip Guenther
2017-10-07Format fktrace(2) argumentsPhilip Guenther
2017-10-07Delete pointless casts from void*Philip Guenther
2017-04-28Display futex(2) operations and arguments.Martin Pieuchot
2016-07-18Add 'p' trace point for KTRFAC_PLEDGE, as noted byPhilip Guenther
2016-06-02allow printing timestamps relative to beginnging of trace, -RT. ok bennoTed Unangst
2016-03-30Handle error return by SYS_getlogin_r and SYS___thrsleep correct, andPhilip Guenther
2016-03-24Display NAMI records and AF_UNIX socket paths with vis, usingPhilip Guenther
2016-03-22Format the flags argument to sendsyslog()Philip Guenther
2016-03-21Handle kbind()'s third argument correctlyPhilip Guenther
2016-03-06Improve display of unknown and KTR_START recordsPhilip Guenther
2016-03-06No more compat emulations, so remove ktrace EMUL records and the baggagePhilip Guenther
2016-02-28drop the support for Linux emulation; ok guenther@ visa@Christian Weisgerber
2015-11-10Split the intra-thread functionality from kill(2) into its own syscallPhilip Guenther
2015-10-28remove knowledge of dnssocket/dnsconnectTheo de Raadt
2015-10-26If the system call is entirely unpermitted, code will be 0, and there isTheo de Raadt
2015-10-25Fold "malloc" into "stdio" and -- recognizing that no program so far hasTheo de Raadt
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