Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/distrib/sets/lists/comp
Module Name: basesrc
Committed By: thorpej
Date: Sat Jul 20 03:58:28 UTC 2002
Modified Files:
basesrc/distrib/sets/lists/comp: mi
sharesrc/share/man/man9: Makefile copy.9
syssrc/sys/kern: kern_subr.c
syssrc/sys/sys: systm.h
Log Message:
* 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.458 -r1.459 basesrc/distrib/sets/lists/comp/mi
cvs rdiff -r1.116 -r1.117 sharesrc/share/man/man9/Makefile
cvs rdiff -r1.11 -r1.12 sharesrc/share/man/man9/copy.9
cvs rdiff -r1.81 -r1.82 syssrc/sys/kern/kern_subr.c
cvs rdiff -r1.145 -r1.146 syssrc/sys/sys/systm.h
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