Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/i386/i386
Module Name: src
Committed By: mrg
Date: Thu Mar 19 02:59:00 UTC 2009
Modified Files:
src/sys/arch/i386/i386: trap.c vector.S
Log Message:
remove a bunch of special casing to handle improperly set segment
registers. if we faulted trying to set them, just fall into
"we_re_toast", and arrange for a SEGV to be delivered to the
userland process. fixes kernel mode faults.
from andrew doran.
To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 src/sys/arch/i386/i386/trap.c
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/i386/i386/vector.S
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