Module Name:    src
Committed By:   skrll
Date:           Mon Mar 20 21:30:47 UTC 2017

Modified Files:
        src/sys/arch/evbarm/conf: GENERIC.common

Log Message:
+KDTRACE_HOOKS and INSECURE


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/conf/GENERIC.common

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/evbarm/conf/GENERIC.common
diff -u src/sys/arch/evbarm/conf/GENERIC.common:1.16 src/sys/arch/evbarm/conf/GENERIC.common:1.17
--- src/sys/arch/evbarm/conf/GENERIC.common:1.16	Mon Mar 20 21:08:55 2017
+++ src/sys/arch/evbarm/conf/GENERIC.common	Mon Mar 20 21:30:47 2017
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC.common,v 1.16 2017/03/20 21:08:55 skrll Exp $
+#	$NetBSD: GENERIC.common,v 1.17 2017/03/20 21:30:47 skrll Exp $
 #
 #	GENERIC evbarm kernel config (template)
 #
@@ -104,11 +104,12 @@ options 	SYSVSHM		# System V-like memory
 #options 	MEMORY_DISK_FBFLAGS=RB_SINGLE
 
 # Miscellaneous kernel options
-options 	KTRACE		# system call tracing, a la ktrace(1)
-#options 	SCSIVERBOSE	# Verbose SCSI errors
-#options 	MIIVERBOSE	# Verbose MII autoconfuration messages
-#options 	USERCONF	# userconf(4) support
-#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
+options 	INSECURE		# disable `kernel security level'
+options 	KTRACE			# system call tracing, a la ktrace(1)
+#options 	SCSIVERBOSE		# Verbose SCSI errors
+#options 	MIIVERBOSE		# Verbose MII autoconfuration messages
+#options 	USERCONF		# userconf(4) support
+#options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
 
 # Wedge support
 options 	DKWEDGE_AUTODISCOVER	# Automatically add dk(4) instances
@@ -124,6 +125,7 @@ options 	BUFQ_PRIOCSCAN
 #options 	PERFCTRS	# performance counters
 options 	DIAGNOSTIC	# internal consistency checks
 #options 	DEBUG
+options 	KDTRACE_HOOKS	# kernel DTrace hooks
 #options 	LOCKDEBUG
 #options 	PMAP_DEBUG	# Enable pmap_debug_level code
 #options 	IPKDB		# remote kernel debugging

Reply via email to