summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pstat/pstat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert the vnode list at the mount point into a tailq. Duringbluhm2020-01-101-3/+2
* dev_t is signed to permit passing -1 as an invalid condition, but thederaadt2019-02-051-5/+5
* Fix previous commit. It mistakenly included a change for debug.yasuoka2018-09-101-3/+3
* Fix "_nfiles" reference for crash dump.yasuoka2018-09-071-4/+4
* unveil _PATH_DEVDB for devname(). All other filenames are openedderaadt2018-08-031-1/+3
* Put file descriptors on shared data structures when they are completelympi2018-06-181-3/+1
* Revert introduction of fdinsert(), a sanitify check triggers whenmpi2018-06-051-1/+3
* LARVAL fds are now invisble from userland.mpi2018-06-021-3/+1
* Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined.guenther2018-01-021-1/+2
* Teach pstat -d to also print untyped kernel symbols.jca2017-02-091-2/+3
* Remove leftovers of line disciplines that are no more.mpi2016-11-261-10/+1
* For -d, if there is no modifier, don't go down the "longformat" path.kettenis2016-10-231-2/+2
* Add pledge support to pstattb2016-09-191-75/+118
* Fix pstat -ft. In presence of the -f flag, a logic error in ttymode()tb2016-09-191-4/+5
* Convert %q to %ll and cast opaque system values to long long.guenther2016-08-141-3/+3
* Fix VFLAG formattingguenther2016-07-181-3/+4
* correct synopsis to make -d usage clearer.deraadt2016-06-031-2/+2
* W^X violations are no longer permitted by default. A kernel log messagederaadt2016-05-271-1/+6
* remove code to display MNT_EXKERB bitderaadt2016-05-251-6/+1
* remove systracetedu2016-04-251-2/+2
* The -T flag consumes the same data as the -f flag so it requiresmillert2016-04-121-2/+2
* dformat is pointer, don't compare with 0tedu2015-12-111-2/+2
* Rework the UNIX domain socket garbage collector, including ideas fromguenther2015-08-281-5/+1
* Remove setgid kmem support. As a result, -d and -v will require you toderaadt2015-03-111-14/+5
* Fix -d output of smaller than 64 bit values on big-endian systems.miod2015-02-101-5/+20
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+3
* don't print vnodes if we didn't read themtedu2014-12-191-1/+3
* 1. -T (totalflag) requires nlist too.tedu2014-12-191-4/+5
* <sys/buf.h> isn't actually needed hereguenther2014-11-231-2/+1
* delete the KERN_VNODE sysctl. it fails to provide any isolation from thetedu2014-11-191-33/+9
* use reallocarray(NULL, a, b) instead of malloc(a*b)deraadt2014-10-081-3/+3
* Remove userland bits related to the crypto(4) interface; ok deraadtmikeb2014-08-201-2/+2
* Pull in FreeBSD r37363 and r37887:guenther2014-03-191-1/+3
* Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid andkrw2013-12-011-5/+3
* ensure there are prototypesderaadt2013-11-121-1/+2
* - add UNIX-domain socket info to struct kinfo_file2guenther2013-10-221-4/+4
* Correct format string mismatches turned up by -Wformat=2guenther2013-08-221-2/+2
* Move FHASLOCK from f_flag to f_iflags, freeing up a bit for passingguenther2013-06-051-3/+3
* Tweak #include order to work during the big time_t transitionguenther2013-04-211-2/+2
* Do not leak kernel pointers, unless operating as root. Some other displayderaadt2013-03-241-8/+17
* We no longer use struct eproc for kinfo_proc in sysctl.h so theremillert2012-12-181-1/+2
* Don't skip pipe, kqueue, crypto, or systrace files in pstat -f outputguenther2012-07-111-7/+7
* According to miod, KERNBASE used as a userland symbol should diederaadt2012-07-091-2/+2
* show the f_iflags; ok guentherderaadt2012-05-171-1/+9
* Use kvm_getfile2() instead of sysctl(KERN_FILE) for the -f optionguenther2011-06-281-71/+44
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* Don't define NFS before including kernel header files,thib2009-05-311-4/+2
* pstat can hide information too; also based on PR 5113deraadt2008-10-071-3/+5
* sync synopsis and usage; KNF.sobrado2008-09-011-4/+4
* set globalnl to vnodenl in filemode() so we access the rightthib2008-02-201-2/+4