Make procstat(1) recognize process descriptors, so it shows "P" instead of "?" in "procstat -af" output. Note that there are a few more DTYPE_* kinds we don't decode yet.
Details
Details
- Reviewers
rwatson - Group Reviewers
manpages - Commits
- rS324237: Make procstat(1) recognize process descriptors, so that it shows
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Seems good to me, although I notice that other object types (e.g., sockets, ..) don't have xrefs from the object-type list. Probably they should, but maybe as a separate commit?