Module Name: src Committed By: reinoud Date: Tue Jan 3 10:53:46 UTC 2012
Modified Files: src/sys/arch/usermode/include: machdep.h pcb.h src/sys/arch/usermode/usermode: machdep.c trap.c Log Message: Fix logic that checks if its the kernel or a userland process that causes the trap. Signal sending still needs to be addressed. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/usermode/include/machdep.h cvs rdiff -u -r1.14 -r1.15 src/sys/arch/usermode/include/pcb.h cvs rdiff -u -r1.47 -r1.48 src/sys/arch/usermode/usermode/machdep.c cvs rdiff -u -r1.49 -r1.50 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.