Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-1-5] src
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.
Home |
Main Index |
Thread Index |
Old Index