CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2016/05/17 21:45:11
Modified files: sys/arch/i386/i386: autoconf.c cpu.c hibernate_machdep.c machdep.c mptramp.s sys/arch/i386/include: mpbiosvar.h Log message: Split i386 mp hatch trampoline into code and data pages, and protect each with proper W^X policy. The same thing was done for amd64 late last year, catching i386 up now. Diff has been in snaps for a few days with no reported fallout. ok deraadt@