Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   martin
Date:           Tue Jun  5 08:23:06 UTC 2012

Modified Files:
        src/lib/libkvm: kvm_proc.c
        src/sys/kern: kern_proc.c

Log Message:
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.89 src/lib/libkvm/kvm_proc.c
cvs rdiff -u -r1.183 -r1.184 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.




Home | Main Index | Thread Index | Old Index