Age | Commit message (Expand) | Author |
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 |
2018-02-11 | fix madvise(2) flags matching; ok deraadt@ tom@ | Otto Moerbeek |
2017-12-12 | pledge()'s 2nd argument becomes char *execpromises, which becomes the | Theo de Raadt |
2017-11-29 | fcntl(F_GETOWN) doesn't have an argument, so don't display it. While | Philip Guenther |
2017-11-28 | Need to remove fktrace here too | Philip Guenther |
2017-10-07 | Format fktrace(2) arguments | Philip Guenther |
2017-10-07 | Delete pointless casts from void* | Philip Guenther |
2017-07-29 | Goodbye, sys/dkbad.h, you lost your last friend when sparc was removed. | Vadim Zhukov |
2017-05-29 | zap scanio.h, found by deraadt | Ted Unangst |
2017-04-28 | Display futex(2) operations and arguments. | Martin Pieuchot |
2016-10-08 | Add ktracing of the fds returned by pipe() and socketpair() | Philip Guenther |
2016-08-26 | Pull in <sys/select.h> for fd_set | Philip Guenther |
2016-07-18 | Add 'p' trace point for KTRFAC_PLEDGE, as noted by | Philip Guenther |
2016-06-07 | ktrace support for pollfd[] arrays | Theo de Raadt |
2016-06-07 | add a hack to avoid printing the long string format for times in the 70s. | Ted Unangst |
2016-06-02 | allow printing timestamps relative to beginnging of trace, -RT. ok benno | Ted Unangst |
2016-05-22 | On hppa, function pointer comparison can require dereferencing them. | Philip Guenther |
2016-04-25 | remove systrace support | Ted Unangst |
2016-03-30 | Handle error return by SYS_getlogin_r and SYS___thrsleep correct, and | Philip Guenther |
2016-03-24 | Display NAMI records and AF_UNIX socket paths with vis, using | Philip Guenther |
2016-03-22 | Format the flags argument to sendsyslog() | Philip Guenther |