summaryrefslogtreecommitdiff
path: root/usr.bin/kdump/kdump.c
AgeCommit message (Expand)Author
2024-06-29remove unused varsJonathan Gray
2024-05-18Add pathconfat(2): pathconf(2) but with at-fd and flags arguments,Philip Guenther
2024-03-29SYS_msyscall will go away soon. kdump does not need a special handlerTheo de Raadt
2023-12-15provide the pieces for ktrace/kdump to observe pinsyscall violations.Theo de Raadt
2023-12-12remove support for syscall(2) -- the "indirection system call" becauseTheo de Raadt
2023-11-09Add [-P progam] to filter dumps by basenameKlemens Nanni
2023-08-21Make kdump show kqueue1(2) flags.Visa Hankala
2023-04-16Add a -u label option to print selected utrace records, used by upcomingOtto Moerbeek
2023-02-17KTRC_CODE__SYSCALL is never set anymore, because __syscall() is gone.Theo de Raadt
2023-01-16we spent far too long debugging a weird go library problem (incorrectTheo de Raadt
2023-01-07Add argument and return support for {get,set}thrname()Philip Guenther
2022-12-29Add ktrace struct tracepoints for siginfo_t to the kernel side ofPhilip Guenther
2022-12-20Add argument support for msyscall, pledge, unveil, __realpath,Philip Guenther
2022-12-19Improve reporting of waitid(2)'s idtype/id and options argumentsPhilip Guenther
2022-09-08Support the sendmmsg and recvmmsg system calls.Moritz Buhl
2022-07-20the _pad_ system calls from 2021/12/23 can go awayTheo de Raadt
2022-02-22Since ktr_comm is now a string, we do not need MAXCOMLEN to limit printf.Theo de Raadt
2022-02-22repair sys/param.h namespace listTheo de Raadt
2022-02-22need a local nitems() definitionTheo de Raadt
2021-12-23Roll the syscalls that have an off_t argument to remove the explicit padding.Philip Guenther
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2020-04-05Do not assume futex(2) is always returning an errno value.Martin Pieuchot
2020-04-05Declare pledgenames[] as const.Visa Hankala
2020-01-18kdump(1): give timestamp types real names; ok schwarze@cheloha
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