Source-Changes archive

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

CVS commit: src/sys/arch/amd64/stand



Module Name:    src
Committed By:   maxv
Date:           Tue Oct 10 09:29:14 UTC 2017

Added Files:
        src/sys/arch/amd64/stand: Makefile
        src/sys/arch/amd64/stand/prekern: Makefile console.c elf.c locore.S
            mm.c pdir.h prekern.c prekern.h prekern.ldscript redef.h trap.S

Log Message:
Add the amd64 prekern. It is a kernel relocator used for Kernel ASLR (see
tech-kern@). It works, but is not yet linked to the build system, because
I can't build a distribution right now.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/amd64/stand/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/amd64/stand/prekern/Makefile \
    src/sys/arch/amd64/stand/prekern/console.c \
    src/sys/arch/amd64/stand/prekern/elf.c \
    src/sys/arch/amd64/stand/prekern/locore.S \
    src/sys/arch/amd64/stand/prekern/mm.c \
    src/sys/arch/amd64/stand/prekern/pdir.h \
    src/sys/arch/amd64/stand/prekern/prekern.c \
    src/sys/arch/amd64/stand/prekern/prekern.h \
    src/sys/arch/amd64/stand/prekern/prekern.ldscript \
    src/sys/arch/amd64/stand/prekern/redef.h \
    src/sys/arch/amd64/stand/prekern/trap.S

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