Module Name: src Committed By: maxv Date: Sun Feb 4 17:54:35 UTC 2018
Modified Files: src/sys/arch/amd64/conf: GENERIC_KASLR Log Message: Explicitly disable the kernel-mode GPROF (even though it is never enabled), and explain a bit. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/amd64/conf/GENERIC_KASLR Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/amd64/conf/GENERIC_KASLR diff -u src/sys/arch/amd64/conf/GENERIC_KASLR:1.3 src/sys/arch/amd64/conf/GENERIC_KASLR:1.4 --- src/sys/arch/amd64/conf/GENERIC_KASLR:1.3 Sun Oct 29 17:19:14 2017 +++ src/sys/arch/amd64/conf/GENERIC_KASLR Sun Feb 4 17:54:34 2018 @@ -1,8 +1,12 @@ -# $NetBSD: GENERIC_KASLR,v 1.3 2017/10/29 17:19:14 maxv Exp $ +# $NetBSD: GENERIC_KASLR,v 1.4 2018/02/04 17:54:34 maxv Exp $ include "arch/amd64/conf/GENERIC" +# KDTRACE_HOOKS does not support multiple CTF sections. no options KDTRACE_HOOKS +# The kernel-mode GPROF does not support multiple .text sections. +no options GPROF + makeoptions KASLR=1 # Kernel ASLR options KASLR