Subject: CVS commit: [netbsd-1-5] src
To: None <source-changes@NetBSD.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 08/16/2003 20:03:05
Module Name:	src
Committed By:	itojun
Date:		Sat Aug 16 20:03:05 UTC 2003

Modified Files:
	src [netbsd-1-5]: CHANGES-1.5.4
	src/sys/arch/i386/i386 [netbsd-1-5]: machdep.c

Log Message:
pullup 1.529 (ticket #72)

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.1.2.108 -r1.1.2.109 src/CHANGES-1.5.4
cvs rdiff -r1.389.2.6 -r1.389.2.7 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.