K 10 svn:author V 5 trasz K 8 svn:date V 27 2017-11-14T17:57:48.417893Z K 7 svn:log V 266 MFC r324367: Fix kvm_getprocs(3) error reporting in ps(1). Previously it just didn't work at all - kvm_getprocs(3) doesn't update the &nentries when it returns NULL. The end result was that ps(1) showed garbage data instead of reporting kinfo_proc size mismatch. END