Age | Commit message (Expand) | Author |
2024-07-26 | Trace struct itimerval | Philip Guenther |
2022-12-29 | Add ktrace struct tracepoints for siginfo_t to the kernel side of | Philip Guenther |
2022-09-08 | Support the sendmmsg and recvmmsg system calls. | Moritz Buhl |
2020-12-21 | Show scope id when set; ok florian@ | Otto Moerbeek |
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-07-13 | Unveiling unveil(2). | Bob Beck |
2017-12-12 | pledge()'s 2nd argument becomes char *execpromises, which becomes the | Theo de Raadt |
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-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-05-22 | On hppa, function pointer comparison can require dereferencing them. | Philip Guenther |
2016-03-24 | Display NAMI records and AF_UNIX socket paths with vis, using | Philip Guenther |
2016-03-05 | Make the fd_set* passed to FD_ISSET() non-const: the non-macro version is | Philip Guenther |
2016-01-14 | Display struct event more like other structs: show all members and use cpp | Philip Guenther |
2016-01-06 | print more info about kevent | Ted Unangst |
2015-12-25 | very basic kevent printing | Ted Unangst |
2015-10-18 | Use offsetof() instead of adding the sizes of the preceeding struct members | Philip Guenther |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-03 | Add ktracing of tame()'s arguments' values | Philip Guenther |
2015-07-28 | Add ktracing of structs iovec, msghdr, and cmsghdr for {,p}{read,write}v(), | Philip Guenther |
2014-12-16 | Don't display formatted time if localtime() fails. | Jonathan Gray |
2014-12-15 | Eliminate the -r option and always do sysctl OID, username, groupname, | Philip Guenther |
2014-11-20 | Be more POSIXy by using blksize_t (a.k.a. int32) for st_blksize, rather than ... | Kenneth R Westerback |
2014-10-13 | Add dumping of struct dqblk done by quotactl(2) | Philip Guenther |
2014-07-11 | remove (commented) bluetooth reference | Ted Unangst |
2014-06-22 | Negative time{spec,val}s with non-zero subsecond parts require extra | Philip Guenther |
2014-01-24 | exit1() needs to do a final aggregation of the thread's [us]ticks | Philip Guenther |
2013-09-09 | Recognize the UTIME_OMIT and UTIME_NOW values when printing timespecs | Philip Guenther |
2013-08-22 | Split out from kdump.c the ktrstruct.c bits into ktrstruct.c | Philip Guenther |