+KDTRACE_HOOKS and INSECURE

This commit is contained in:
skrll 2017-03-20 21:30:47 +00:00
parent 08fa3118c0
commit 4cdfaee5d1

View File

@ -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 sharing
#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