Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 07/06/2005 22:30:42
Module Name:	src
Committed By:	christos
Date:		Wed Jul  6 22:30:42 UTC 2005

Modified Files:
	src/sys/kern: core_elf32.c kern_subr.c

Log Message:
Make copy{in,out}_proc work on all processes (including curproc) by
special-casing the curproc case. Use copy{in,out}_proc directly instead
of checking for curproc each time. Discussed with thorpej.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/kern/core_elf32.c
cvs rdiff -r1.117 -r1.118 src/sys/kern/kern_subr.c

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