CVSROOT:        /cvs
Module name:    src
Changes by:     s...@cvs.openbsd.org    2017/07/01 13:38:41

Modified files:
        sys/arch/amd64/amd64: codepatch.c 
        sys/arch/amd64/include: codepatch.h 

Log message:
Use absolute pointers in codepatch entries

Instead of offsets to KERNBASE, store absolute pointers in the
codepatch entries. This makes the resulting kernel a few KB larger on
amd64, but KERNBASE will go away when ASLR is introduced.

Requested by deraadt@

Reply via email to