CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2010/07/02 22:54:32
Modified files: sys/arch/i386/i386: genassym.cf locore.s machdep.c sys/arch/i386/include: frame.h signal.h Log message: Make the kernel responsible for saving the FPU state before running signal handlers. Breaks ABI for applications that copy around struct sigcontext to implement cooperative threading. Other applications shoouldn't notice the difference. ok guenther@, deraadt@