Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Use <SPACE>+<TAB>



details:   https://anonhg.NetBSD.org/src/rev/013f399f99b3
branches:  trunk
changeset: 458730:013f399f99b3
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Aug 08 04:25:21 2019 +0000

description:
Use <SPACE>+<TAB>

diffstat:

 sys/arch/i386/conf/GENERIC |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r c40261079df4 -r 013f399f99b3 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Thu Aug 08 00:20:54 2019 +0000
+++ b/sys/arch/i386/conf/GENERIC        Thu Aug 08 04:25:21 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1208 2019/06/17 19:01:17 kamil Exp $
+# $NetBSD: GENERIC,v 1.1209 2019/08/08 04:25:21 msaitoh Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.1208 $"
+#ident         "GENERIC-$Revision: 1.1209 $"
 
 maxusers       64              # estimated number of users
 
@@ -120,8 +120,8 @@
 #options       KGDB            # remote debugger
 #options       KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
 #makeoptions   DEBUG="-g"      # compile full symbol table
-#options       KUBSAN          # Kernel Undefined Behavior Sanitizer (kUBSan)
-#options       UBSAN_ALWAYS_FATAL      # (optional) Panic on all kUBSan reports
+#options       KUBSAN          # Kernel Undefined Behavior Sanitizer (kUBSan)
+#options       UBSAN_ALWAYS_FATAL      # (optional) Panic on all kUBSan reports
 #options       SYSCALL_STATS   # per syscall counts
 #options       SYSCALL_TIMES   # per syscall times
 #options       SYSCALL_TIMES_HASCOUNTER        # use 'broken' rdtsc (soekris)
@@ -129,7 +129,7 @@
 
 # Kernel Code Coverage Driver.
 #makeoptions   KCOV=1
-#options       KCOV
+#options       KCOV
 
 # Compatibility options
 include        "conf/compat_netbsd09.config"



Home | Main Index | Thread Index | Old Index