Subject: CVS commit: src/sys/compat
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 05/12/2007 14:09:35
Module Name: src
Committed By: dsl
Date: Sat May 12 14:09:35 UTC 2007
Modified Files:
src/sys/compat/osf1: osf1_resource.c
src/sys/compat/svr4: svr4_misc.c
src/sys/compat/svr4_32: svr4_32_misc.c
Log Message:
Remove some more uses of the 'stackgap' - the code is a lot simpler if
we just access stuff like l->l_proc->p_stats->p_ru instead of copying it
to and from userspace.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/compat/osf1/osf1_resource.c
cvs rdiff -r1.129 -r1.130 src/sys/compat/svr4/svr4_misc.c
cvs rdiff -r1.48 -r1.49 src/sys/compat/svr4_32/svr4_32_misc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.