Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf +KDTRACE_HOOKS and INSECURE



details:   https://anonhg.NetBSD.org/src/rev/01b9de8606c2
branches:  trunk
changeset: 822452:01b9de8606c2
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Mar 20 21:30:47 2017 +0000

description:
+KDTRACE_HOOKS and INSECURE

diffstat:

 sys/arch/evbarm/conf/GENERIC.common |  14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r aa2cfe626afe -r 01b9de8606c2 sys/arch/evbarm/conf/GENERIC.common
--- a/sys/arch/evbarm/conf/GENERIC.common       Mon Mar 20 21:08:55 2017 +0000
+++ b/sys/arch/evbarm/conf/GENERIC.common       Mon Mar 20 21:30:47 2017 +0000
@@ -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       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       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



Home | Main Index | Thread Index | Old Index