Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch



Module Name:    src
Committed By:   maxv
Date:           Sun Oct  8 09:06:50 UTC 2017

Modified Files:
        src/sys/arch/amd64/amd64: machdep.c
        src/sys/arch/amd64/conf: GENERIC_KASLR files.amd64
        src/sys/arch/i386/conf: files.i386
        src/sys/arch/x86/x86: pmap.c x86_machdep.c
        src/sys/arch/xen/conf: files.compat

Log Message:
KASLR: add workarounds to compute the bootinfo VAs (use the direct map),
and don't use large pages yet. Both will be fixed later.


To generate a diff of this commit:
cvs rdiff -u -r1.262 -r1.263 src/sys/arch/amd64/amd64/machdep.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amd64/conf/GENERIC_KASLR
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/amd64/conf/files.amd64
cvs rdiff -u -r1.387 -r1.388 src/sys/arch/i386/conf/files.i386
cvs rdiff -u -r1.260 -r1.261 src/sys/arch/x86/x86/pmap.c
cvs rdiff -u -r1.96 -r1.97 src/sys/arch/x86/x86/x86_machdep.c
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/xen/conf/files.compat

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




Home | Main Index | Thread Index | Old Index