]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make procstat(1) recognize process descriptors, so that it shows
authortrasz <trasz@FreeBSD.org>
Tue, 3 Oct 2017 11:45:24 +0000 (11:45 +0000)
committertrasz <trasz@FreeBSD.org>
Tue, 3 Oct 2017 11:45:24 +0000 (11:45 +0000)
commit533491cf99e2c0e30a50d2d855f24e07baba86be
tree5a50d175d87de237d35117dd3afef05a7b8bd1f8
parent567ae7210765ff4024a0d5376602d4a9c2fbabaf
Make procstat(1) recognize process descriptors, so that it shows
"P" instead of "?" in "procstat -af" output. Note that there are
still a few more DTYPE_* kinds we don't decode yet.

Reported by: rwatson
MFC after: 2 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D12426
lib/libprocstat/libprocstat.c
lib/libprocstat/libprocstat.h
usr.bin/procstat/procstat.1
usr.bin/procstat/procstat_files.c