summaryrefslogtreecommitdiff
path: root/usr.bin/kdump
AgeCommit message (Expand)Author
2022-09-08Support the sendmmsg and recvmmsg system calls.Moritz Buhl
2022-07-30we mention interim BSD releases so change some 4.4BSD use to 4.3BSD-RenoJonathan Gray
2022-07-20the _pad_ system calls from 2021/12/23 can go awayTheo de Raadt
2022-02-22MAXCOMLEN is no longer needed in these programs, so remove the annotationTheo 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-09-17sys/param.h is only needed for MAXCOMLEN, but a few header filesTheo de Raadt
2021-09-17the ioctl table generation does not require sys/param.hTheo de Raadt
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2020-12-21Show scope id when set; ok florian@Otto Moerbeek
2020-06-22plug the wireguard ioctls in.David Gwynne
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-04-14path to i915_drm.h has changedJonathan Gray
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-11-17Be more careful when dumping cmsghdr struct. In the SCM_RIGHTS case anClaudio Jeker
2018-11-08Peldge and unveil can have struct data size 0. While there, fix "fds"Otto Moerbeek
2018-11-05trace struct flock; ok visa@anton
2018-10-21futex(2) returns an errno value to decodePhilip Guenther
2018-08-29recognize kcov ioctl commands; ok deraadt@ mpi@ visa@anton
2018-08-11the only fs access kdump(1) needs is to the tracefile which by default isRicardo Mestre
2018-07-13Unveiling unveil(2).Bob Beck
2018-02-14Zero as (un)mount flag is valid; ok millert@Otto Moerbeek
2018-02-11fix madvise(2) flags matching; ok deraadt@ tom@Otto Moerbeek
2017-12-12pledge()'s 2nd argument becomes char *execpromises, which becomes theTheo de Raadt
2017-11-29fcntl(F_GETOWN) doesn't have an argument, so don't display it. WhilePhilip Guenther
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-07-29Goodbye, sys/dkbad.h, you lost your last friend when sparc was removed.Vadim Zhukov
2017-05-29zap scanio.h, found by deraadtTed Unangst
2017-04-28Display futex(2) operations and arguments.Martin Pieuchot
2016-10-08Add ktracing of the fds returned by pipe() and socketpair()Philip Guenther
2016-08-26Pull in <sys/select.h> for fd_setPhilip Guenther
2016-07-18Add 'p' trace point for KTRFAC_PLEDGE, as noted byPhilip Guenther
2016-06-07ktrace support for pollfd[] arraysTheo de Raadt
2016-06-07add a hack to avoid printing the long string format for times in the 70s.Ted Unangst
2016-06-02allow printing timestamps relative to beginnging of trace, -RT. ok bennoTed Unangst
2016-05-22On hppa, function pointer comparison can require dereferencing them.Philip Guenther
2016-04-25remove systrace supportTed 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