Module Name: src Committed By: maxv Date: Sat Jul 21 06:30:27 UTC 2018
Modified Files: src/sys/arch/amd64/conf: GENERIC_KASLR Log Message: Remove "no options GPROF", we don't have GPROF in the x86 kernels anymore. By the way this caused a warning because GPROF is not defflag'ed correctly... To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 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.4 src/sys/arch/amd64/conf/GENERIC_KASLR:1.5 --- src/sys/arch/amd64/conf/GENERIC_KASLR:1.4 Sun Feb 4 17:54:34 2018 +++ src/sys/arch/amd64/conf/GENERIC_KASLR Sat Jul 21 06:30:27 2018 @@ -1,12 +1,9 @@ -# $NetBSD: GENERIC_KASLR,v 1.4 2018/02/04 17:54:34 maxv Exp $ +# $NetBSD: GENERIC_KASLR,v 1.5 2018/07/21 06:30:27 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