Subject: CVS commit: src/sys/arch/i386/i386
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 08/11/2003 14:09:20
Module Name: src
Committed By: drochner
Date: Mon Aug 11 14:09:20 UTC 2003
Modified Files:
src/sys/arch/i386/i386: machdep.c
Log Message:
Fix stack location for VM86 processes in the !sigaltstack case.
I doubt it makes much sense to use the VM's stack for this, but the
old code was doubtless wrong because it potentially overwrote random
user memory.
(It might be a good idea to use the process' pre-vm86()-call stack,
but atm the infrastructure for this is missing.)
To generate a diff of this commit:
cvs rdiff -r1.528 -r1.529 src/sys/arch/i386/i386/machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.