and the top, and then set the effective gid back to kmem around the call to
kvm_openfiles(). this reduces the time group kmem is available.
- for those above that also allow this, setgid(getgid()) after the call to
kvm_openfiles() to fully revoke priviledges.
- some KNF
- use err(3) over fprintf(3) in some places
by Mike Grupenhoff <kashmir@umiacs.umd.edu> in PR #2485.
While I'm here, do some long-overdue cleanup, including function prototypes,
and update for modern libkvm interfaces.
semantics and interface now follow the iostat/vmstat standard for
statistics reporting.
man page rewritten to match new semantics and interface. now shared.
stats from the network interface struct, not their now-nonexistant
old locations. i came up with the fix, prompted by Rich Murphey's
solution, which simply removed the printing of those statistics entirely.