summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pstat (follow)
Commit message (Expand)AuthorAgeFilesLines
* ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc2020-04-231-4/+4
* correct Research Unix edition "appeared in" use in HISTORYjsg2020-02-081-3/+3
* Convert the vnode list at the mount point into a tailq. Duringbluhm2020-01-101-3/+2
* add some missing "pp." to .%P macros;schwarze2019-04-231-3/+3
* 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-182-7/+3
* Revert introduction of fdinsert(), a sanitify check triggers whenmpi2018-06-052-3/+7
* LARVAL fds are now invisble from userland.mpi2018-06-022-7/+3
* 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-262-19/+4
* For -d, if there is no modifier, don't go down the "longformat" path.kettenis2016-10-231-2/+2
* Make a move towards ending 4 decades of kernel snooping.deraadt2016-09-251-2/+18
* 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-032-8/+7
* 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-282-11/+3
* Remove setgid kmem support. As a result, -d and -v will require you toderaadt2015-03-112-17/+6
* 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
* Do not mention sliplogin(8) and sl(4).mpi2014-10-011-4/+3
* Remove userland bits related to the crypto(4) interface; ok deraadtmikeb2014-08-201-2/+2
* zap trailing newlines; "go for it" deraadtokan2014-07-161-3/+1
* Pull in FreeBSD r37363 and r37887:guenther2014-03-192-6/+8
* fix bibliographical references; from Jan Stary <hans at stare dot cz>schwarze2014-02-161-3/+8
* 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
* some simple macro fixes;jmc2013-01-171-3/+2
* 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