Age | Commit message (Expand) | Author |
2024-07-26 | Trace struct itimerval | Philip Guenther |
2024-06-29 | remove unused vars | Jonathan Gray |
2024-05-18 | Add pathconfat(2): pathconf(2) but with at-fd and flags arguments, | Philip Guenther |
2024-03-29 | SYS_msyscall will go away soon. kdump does not need a special handler | Theo de Raadt |
2023-12-15 | provide the pieces for ktrace/kdump to observe pinsyscall violations. | Theo de Raadt |
2023-12-12 | remove support for syscall(2) -- the "indirection system call" because | Theo de Raadt |
2023-11-20 | Include <dev/efi/efiio.h> to pretty print EFIIOC_* ioctls | Klemens Nanni |
2023-11-20 | Sort includes, <scsi/scsi_all.h> before <dev/*> | Klemens Nanni |
2023-11-09 | Add [-P progam] to filter dumps by basename | Klemens Nanni |
2023-09-30 | list tracepoints directly in kdump.1 instead of pointing to ktrace.1 | Christian Weisgerber |
2023-08-21 | Make kdump show kqueue1(2) flags. | Visa Hankala |
2023-08-13 | kevent: Add precision and abstimer flags for EVFILT_TIMER | Visa Hankala |
2023-04-17 | fix a macro and tweak punctuation; | Jason McIntyre |
2023-04-16 | Add a -u label option to print selected utrace records, used by upcoming | Otto Moerbeek |
2023-02-17 | KTRC_CODE__SYSCALL is never set anymore, because __syscall() is gone. | Theo de Raadt |
2023-01-16 | we spent far too long debugging a weird go library problem (incorrect | Theo de Raadt |
2023-01-07 | Add argument and return support for {get,set}thrname() | Philip Guenther |
2022-12-29 | Add ktrace struct tracepoints for siginfo_t to the kernel side of | Philip Guenther |
2022-12-20 | Add argument support for msyscall, pledge, unveil, __realpath, | Philip Guenther |
2022-12-19 | Improve reporting of waitid(2)'s idtype/id and options arguments | Philip Guenther |
2022-09-08 | Support the sendmmsg and recvmmsg system calls. | Moritz Buhl |
2022-07-30 | we mention interim BSD releases so change some 4.4BSD use to 4.3BSD-Reno | Jonathan Gray |
2022-07-20 | the _pad_ system calls from 2021/12/23 can go away | Theo de Raadt |
2022-02-22 | MAXCOMLEN is no longer needed in these programs, so remove the annotation | Theo de Raadt |
2022-02-22 | Since ktr_comm is now a string, we do not need MAXCOMLEN to limit printf. | Theo de Raadt |
2022-02-22 | repair sys/param.h namespace list | Theo de Raadt |
2022-02-22 | need a local nitems() definition | Theo de Raadt |
2021-12-23 | Roll the syscalls that have an off_t argument to remove the explicit padding. | Philip Guenther |
2021-09-17 | sys/param.h is only needed for MAXCOMLEN, but a few header files | Theo de Raadt |
2021-09-17 | the ioctl table generation does not require sys/param.h | Theo de Raadt |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2020-12-21 | Show scope id when set; ok florian@ | Otto Moerbeek |
2020-06-22 | plug the wireguard ioctls in. | David Gwynne |
2020-04-05 | Do not assume futex(2) is always returning an errno value. | Martin Pieuchot |
2020-04-05 | Declare pledgenames[] as const. | Visa Hankala |
2020-01-18 | kdump(1): give timestamp types real names; ok schwarze@ | cheloha |
2019-11-27 | use _PATH_PROTOCOLS from netdb.h instead | Theo de Raadt |
2019-11-26 | kdump reads /etc/protocols to translate proto numbers into names; ok sthen@ g... | Otto Moerbeek |
2019-05-15 | improve wrong markup and poor wording regarding the -t argument | Ingo Schwarze |
2019-04-14 | path to i915_drm.h has changed | Jonathan Gray |
2019-01-11 | mincore() is a relic from the past, exposing physical machine information | Theo de Raadt |
2018-12-12 | allow reading from stdin with -f -. | Ted Unangst |
2018-11-17 | Be more careful when dumping cmsghdr struct. In the SCM_RIGHTS case an | Claudio Jeker |
2018-11-08 | Peldge and unveil can have struct data size 0. While there, fix "fds" | Otto Moerbeek |
2018-11-05 | trace struct flock; ok visa@ | anton |
2018-10-21 | futex(2) returns an errno value to decode | Philip Guenther |
2018-08-29 | recognize kcov ioctl commands; ok deraadt@ mpi@ visa@ | anton |
2018-08-11 | the only fs access kdump(1) needs is to the tracefile which by default is | Ricardo Mestre |
2018-07-13 | Unveiling unveil(2). | Bob Beck |
2018-02-14 | Zero as (un)mount flag is valid; ok millert@ | Otto Moerbeek |