Subject: CVS commit: src/sys/arch/amd64/amd64
To: None <source-changes@NetBSD.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 10/13/2003 18:45:59
Module Name:	src
Committed By:	fvdl
Date:		Mon Oct 13 18:45:59 UTC 2003

Modified Files:
	src/sys/arch/amd64/amd64: compat_16_machdep.c machdep.c

Log Message:
Do checks on passed in context values (sigreturn/setcontext) explicitly;
can't rely on catching the trap on iret for a few reasons.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/amd64/amd64/compat_16_machdep.c
cvs rdiff -r1.9 -r1.10 src/sys/arch/amd64/amd64/machdep.c

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