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 Passed - Unit
No Test Coverage - Build Status
Buildable 11643 Build 11989: arc lint + arc unit
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?