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