summaryrefslogtreecommitdiffstats
path: root/usr.bin/kdump/ktrstruct.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Show scope id when set; ok florian@otto2020-12-211-4/+7
* Be more careful when dumping cmsghdr struct. In the SCM_RIGHTS case anclaudio2018-11-171-2/+4
* Peldge and unveil can have struct data size 0. While there, fix "fds"otto2018-11-081-7/+16
* trace struct flock; ok visa@anton2018-11-051-1/+20
* Unveiling unveil(2).beck2018-07-131-1/+5
* pledge()'s 2nd argument becomes char *execpromises, which becomes thederaadt2017-12-121-6/+6
* Add ktracing of the fds returned by pipe() and socketpair()guenther2016-10-081-1/+19
* Pull in <sys/select.h> for fd_setguenther2016-08-261-1/+2
* ktrace support for pollfd[] arraysderaadt2016-06-071-1/+26
* add a hack to avoid printing the long string format for times in the 70s.tedu2016-06-071-2/+3
* On hppa, function pointer comparison can require dereferencing them.guenther2016-05-221-3/+9
* Display NAMI records and AF_UNIX socket paths with vis, usingguenther2016-03-241-24/+25
* Make the fd_set* passed to FD_ISSET() non-const: the non-macro version isguenther2016-03-051-2/+2
* Display struct event more like other structs: show all members and use cppguenther2016-01-141-42/+15
* print more info about keventtedu2016-01-061-2/+41
* very basic kevent printingtedu2015-12-251-1/+23
* Use offsetof() instead of adding the sizes of the preceeding struct membersguenther2015-10-181-4/+4
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-7/+7
* Add ktracing of tame()'s arguments' valuesguenther2015-10-031-1/+9
* Add ktracing of structs iovec, msghdr, and cmsghdr for {,p}{read,write}v(),guenther2015-07-281-1/+100
* Don't display formatted time if localtime() fails.jsg2014-12-161-3/+6
* Eliminate the -r option and always do sysctl OID, username, groupname,guenther2014-12-151-36/+55
* Be more POSIXy by using blksize_t (a.k.a. int32) for st_blksize, rather than the current uint32_t.krw2014-11-201-2/+2
* Add dumping of struct dqblk done by quotactl(2)guenther2014-10-131-1/+23
* remove (commented) bluetooth referencetedu2014-07-111-3/+1
* Negative time{spec,val}s with non-zero subsecond parts require extraguenther2014-06-221-9/+21
* exit1() needs to do a final aggregation of the thread's [us]ticksguenther2014-01-241-3/+33
* Recognize the UTIME_OMIT and UTIME_NOW values when printing timespecsguenther2013-09-091-4/+10
* Split out from kdump.c the ktrstruct.c bits into ktrstruct.cguenther2013-08-221-0/+380