]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r345228:
authorKonstantin Belousov <kib@FreeBSD.org>
Sat, 23 Mar 2019 11:47:13 +0000 (11:47 +0000)
committerKonstantin Belousov <kib@FreeBSD.org>
Sat, 23 Mar 2019 11:47:13 +0000 (11:47 +0000)
commitb120f251b6d0b4dbaa214d062fd754c57045dad4
tree600eb8d2caa5eaee3f993283d6654d5121df0e3e
parent687b89ad186fc8194b3c1ba11664179f32c79891
MFC r345228:
amd64 KPTI: add control from procctl(2).
21 files changed:
sys/amd64/amd64/vm_machdep.c
sys/amd64/include/procctl.h [new file with mode: 0644]
sys/arm/arm/vm_machdep.c
sys/arm/include/procctl.h [new file with mode: 0644]
sys/arm64/arm64/vm_machdep.c
sys/arm64/include/procctl.h [new file with mode: 0644]
sys/compat/freebsd32/freebsd32_misc.c
sys/i386/i386/vm_machdep.c
sys/i386/include/procctl.h [new file with mode: 0644]
sys/kern/kern_procctl.c
sys/mips/include/procctl.h [new file with mode: 0644]
sys/mips/mips/vm_machdep.c
sys/powerpc/include/procctl.h [new file with mode: 0644]
sys/powerpc/powerpc/vm_machdep.c
sys/riscv/include/procctl.h [new file with mode: 0644]
sys/riscv/riscv/vm_machdep.c
sys/sparc64/include/procctl.h [new file with mode: 0644]
sys/sparc64/sparc64/vm_machdep.c
sys/sys/proc.h
sys/sys/procctl.h
sys/x86/include/procctl.h [new file with mode: 0644]