Subject: CVS commit: [netbsd-1-6] syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 11/09/2002 12:21:38
Module Name:	syssrc
Committed By:	tron
Date:		Sat Nov  9 10:21:37 UTC 2002

Modified Files:
	syssrc/sys/kern [netbsd-1-6]: kern_subr.c

Log Message:
Pull up revision 1.82 (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.80 -r1.80.6.1 syssrc/sys/kern/kern_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.