Subject: CVS commit: [netbsd-1-6] syssrc/sys/sys
To: None <source-changes@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 11/09/2002 12:21:29
Module Name: syssrc
Committed By: tron
Date: Sat Nov 9 10:21:28 UTC 2002
Modified Files:
syssrc/sys/sys [netbsd-1-6]: systm.h
Log Message:
Pull up revision 1.146 (requested by thorpej in ticket #527):
* Add copyin_proc() and copyout_proc(), which are like copyin() and
copyout(), except they can operate on any process, not just curproc.
* Use this in uiomove() to allow UIO_USERSPACE to non-curproc.
To generate a diff of this commit:
cvs rdiff -r1.144 -r1.144.2.1 syssrc/sys/sys/systm.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.