Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-6] src/sys/arch/usermode
Module Name: src
Committed By: riz
Date: Wed Mar 7 23:44:24 UTC 2012
Modified Files:
src/sys/arch/usermode/dev [netbsd-6]: cpu.c ttycons.c
src/sys/arch/usermode/include [netbsd-6]: intr.h thunk.h
src/sys/arch/usermode/target/i386 [netbsd-6]: cpu_i386.c
src/sys/arch/usermode/usermode [netbsd-6]: thunk.c trap.c
Log Message:
Pull up following revision(s) (requested by reinoud in ticket #89):
sys/arch/usermode/usermode/thunk.c: revision 1.81
sys/arch/usermode/target/i386/cpu_i386.c: revision 1.4
sys/arch/usermode/include/thunk.h: revision 1.61
sys/arch/usermode/include/intr.h: revision 1.9
sys/arch/usermode/dev/cpu.c: revision 1.70
sys/arch/usermode/dev/ttycons.c: revision 1.19
sys/arch/usermode/usermode/trap.c: revision 1.64
Implement signal forwarding to userland for usermode kernels. Especially
SIGFPE is important since the urkel shouldn't stop when a userland program
devides by zero!
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.69.2.1 src/sys/arch/usermode/dev/cpu.c
cvs rdiff -u -r1.18 -r1.18.2.1 src/sys/arch/usermode/dev/ttycons.c
cvs rdiff -u -r1.8 -r1.8.2.1 src/sys/arch/usermode/include/intr.h
cvs rdiff -u -r1.60 -r1.60.2.1 src/sys/arch/usermode/include/thunk.h
cvs rdiff -u -r1.3 -r1.3.2.1 src/sys/arch/usermode/target/i386/cpu_i386.c
cvs rdiff -u -r1.80 -r1.80.2.1 src/sys/arch/usermode/usermode/thunk.c
cvs rdiff -u -r1.63 -r1.63.2.1 src/sys/arch/usermode/usermode/trap.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