| Commit message (Expand) | Author | Age | Files | Lines |
* | Show scope id when set; ok florian@ |  otto | 2020-12-21 | 1 | -4/+7 |
* | Be more careful when dumping cmsghdr struct. In the SCM_RIGHTS case an |  claudio | 2018-11-17 | 1 | -2/+4 |
* | Peldge and unveil can have struct data size 0. While there, fix "fds" |  otto | 2018-11-08 | 1 | -7/+16 |
* | trace struct flock; ok visa@ |  anton | 2018-11-05 | 1 | -1/+20 |
* | Unveiling unveil(2). |  beck | 2018-07-13 | 1 | -1/+5 |
* | pledge()'s 2nd argument becomes char *execpromises, which becomes the |  deraadt | 2017-12-12 | 1 | -6/+6 |
* | Add ktracing of the fds returned by pipe() and socketpair() |  guenther | 2016-10-08 | 1 | -1/+19 |
* | Pull in <sys/select.h> for fd_set |  guenther | 2016-08-26 | 1 | -1/+2 |
* | ktrace support for pollfd[] arrays |  deraadt | 2016-06-07 | 1 | -1/+26 |
* | add a hack to avoid printing the long string format for times in the 70s. |  tedu | 2016-06-07 | 1 | -2/+3 |
* | On hppa, function pointer comparison can require dereferencing them. |  guenther | 2016-05-22 | 1 | -3/+9 |
* | Display NAMI records and AF_UNIX socket paths with vis, using |  guenther | 2016-03-24 | 1 | -24/+25 |
* | Make the fd_set* passed to FD_ISSET() non-const: the non-macro version is |  guenther | 2016-03-05 | 1 | -2/+2 |
* | Display struct event more like other structs: show all members and use cpp |  guenther | 2016-01-14 | 1 | -42/+15 |
* | print more info about kevent |  tedu | 2016-01-06 | 1 | -2/+41 |
* | very basic kevent printing |  tedu | 2015-12-25 | 1 | -1/+23 |
* | Use offsetof() instead of adding the sizes of the preceeding struct members |  guenther | 2015-10-18 | 1 | -4/+4 |
* | Change all tame callers to namechange to pledge(2). |  deraadt | 2015-10-09 | 1 | -7/+7 |
* | Add ktracing of tame()'s arguments' values |  guenther | 2015-10-03 | 1 | -1/+9 |
* | Add ktracing of structs iovec, msghdr, and cmsghdr for {,p}{read,write}v(), |  guenther | 2015-07-28 | 1 | -1/+100 |
* | Don't display formatted time if localtime() fails. |  jsg | 2014-12-16 | 1 | -3/+6 |
* | Eliminate the -r option and always do sysctl OID, username, groupname, |  guenther | 2014-12-15 | 1 | -36/+55 |
* | Be more POSIXy by using blksize_t (a.k.a. int32) for st_blksize, rather than the current uint32_t. |  krw | 2014-11-20 | 1 | -2/+2 |
* | Add dumping of struct dqblk done by quotactl(2) |  guenther | 2014-10-13 | 1 | -1/+23 |
* | remove (commented) bluetooth reference |  tedu | 2014-07-11 | 1 | -3/+1 |
* | Negative time{spec,val}s with non-zero subsecond parts require extra |  guenther | 2014-06-22 | 1 | -9/+21 |
* | exit1() needs to do a final aggregation of the thread's [us]ticks |  guenther | 2014-01-24 | 1 | -3/+33 |
* | Recognize the UTIME_OMIT and UTIME_NOW values when printing timespecs |  guenther | 2013-09-09 | 1 | -4/+10 |
* | Split out from kdump.c the ktrstruct.c bits into ktrstruct.c |  guenther | 2013-08-22 | 1 | -0/+380 |