]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r235850:
authorkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 30 May 2012 04:51:23 +0000 (04:51 +0000)
committerkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 30 May 2012 04:51:23 +0000 (04:51 +0000)
commitbd0d0e5cc83e6c2f8da4e3696352fe4dd758e485
tree8e1f7664592c8608db5850e7d21f9c1735f25a51
parent5f42664b13926908d60b65ca4ddb66a9a3e47783
MFC r235850:
Calculate the count of per-process cow faults.  Export the count to
userspace using the obscure spare int field in struct kinfo_proc.

MFC r236136:
Fix ki_cow for compat32 binaries.

git-svn-id: svn://svn.freebsd.org/base/stable/9@236292 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/compat/freebsd32/freebsd32.h
sys/kern/kern_proc.c
sys/sys/proc.h
sys/sys/user.h
sys/vm/vm_fault.c