CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/02/01 14:25:07
Modified files: sys/arch/alpha/alpha: machdep.c trap.c Log message: Use splipi() instead of splhigh() to protect lazy fpu saving code. In MP kernel, replace a TOCTTOU-vulnerable assert with a ``loop until we have achieved our goals'' logic.