Module Name:    src
Committed By:   maxv
Date:           Sun Oct 29 10:01:22 UTC 2017

Modified Files:
        src/sys/arch/amd64/amd64: machdep.c
        src/sys/arch/amd64/stand/prekern: prekern.c prekern.h
        src/sys/arch/i386/i386: machdep.c
        src/sys/arch/x86/include: pmap.h
        src/sys/arch/x86/x86: pmap.c x86_machdep.c

Log Message:
Add a fifth region, called "head". On kaslr kernels it contains the ELF
Header and the ELF Section Headers. On normal kernels it is empty (the
headers are in the "boot" region).

Note: if you're using GENERIC_KASLR, you also need to rebuild the prekern.


To generate a diff of this commit:
cvs rdiff -u -r1.272 -r1.273 src/sys/arch/amd64/amd64/machdep.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amd64/stand/prekern/prekern.c \
    src/sys/arch/amd64/stand/prekern/prekern.h
cvs rdiff -u -r1.796 -r1.797 src/sys/arch/i386/i386/machdep.c
cvs rdiff -u -r1.69 -r1.70 src/sys/arch/x86/include/pmap.h
cvs rdiff -u -r1.262 -r1.263 src/sys/arch/x86/x86/pmap.c
cvs rdiff -u -r1.100 -r1.101 src/sys/arch/x86/x86/x86_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to