Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 12/29/2003 04:16:26
Module Name: src
Committed By: atatat
Date: Mon Dec 29 04:16:25 UTC 2003
Modified Files:
src/sys/kern: kern_sysctl.c
Log Message:
Remove two uses of uvm_kernacc(), which wasn't quite getting the job
done anyway. On a related change, use kcopy() instead of memcpy() for
kernel-to-kernel copying so that the same service warranty can be
given.
To generate a diff of this commit:
cvs rdiff -r1.155 -r1.156 src/sys/kern/kern_sysctl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.