Module Name: src Committed By: riz Date: Tue Jun 12 17:18:23 UTC 2012
Modified Files: src/lib/libkvm [netbsd-6]: kvm_proc.c src/sys/kern [netbsd-6]: kern_proc.c Log Message: Pull up following revision(s) (requested by martin in ticket #310): sys/kern/kern_proc.c: revision 1.184 lib/libkvm/kvm_proc.c: revision 1.89 Measure kinfo_proc2::p_vm_vsize in pages, as it was always documented. This value seems to never have been used anywhere. This makes it consistent with it's cousin p_vm_msize (which is in pages as well and has several uses). To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.88.8.1 src/lib/libkvm/kvm_proc.c cvs rdiff -u -r1.181 -r1.181.2.1 src/sys/kern/kern_proc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.