Page MenuHomeFreeBSD

Make procstat(1) recognize process descriptors
ClosedPublic

Authored by trasz on Sep 20 2017, 7:22 PM.
Tags
None
Referenced Files
F107173498: D12426.id33649.diff
Sat, Jan 11, 5:58 AM
F107157016: D12426.id.diff
Sat, Jan 11, 12:06 AM
Unknown Object (File)
Tue, Jan 7, 2:17 PM
Unknown Object (File)
Fri, Dec 13, 2:34 AM
Unknown Object (File)
Nov 12 2024, 11:57 AM
Unknown Object (File)
Nov 11 2024, 12:25 AM
Unknown Object (File)
Oct 18 2024, 2:12 PM
Unknown Object (File)
Sep 15 2024, 1:13 AM
Subscribers

Details

Summary

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.

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

trasz added a reviewer: rwatson.

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?

This revision is now accepted and ready to land.Sep 21 2017, 6:19 AM
This revision was automatically updated to reflect the committed changes.