Module Name: src Committed By: bouyer Date: Tue Jun 7 14:53:03 UTC 2011
Modified Files: src/sys/arch/i386/i386: machdep.c src/sys/arch/i386/isa: npx.c src/sys/arch/xen/include/i386: hypercalls.h Log Message: Don't call psignal() without holding proc_lock. This is the cause of the reboot of PR port-xen/45028 Now that Xen2 is gone, handle FPU context switches the same way as amd64. This makes all tests in /usr/tests/lib/libc/ieeefp pass. To generate a diff of this commit: cvs rdiff -u -r1.702 -r1.703 src/sys/arch/i386/i386/machdep.c cvs rdiff -u -r1.139 -r1.140 src/sys/arch/i386/isa/npx.c cvs rdiff -u -r1.11 -r1.12 src/sys/arch/xen/include/i386/hypercalls.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.