CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2017/07/01 13:42:59
Modified files: sys/arch/i386/i386: codepatch.c sys/arch/i386/include: codepatch.h Log message: Use absolute pointers in codepatch entries Instead of offsets to KERNBASE, store absolute pointers in the codepatch entries. KERNBASE will go away when ASLR is introduced. Requested by deraadt@