Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf USE <SPACE>+<TAB>



details:   https://anonhg.NetBSD.org/src/rev/03bf642934f9
branches:  trunk
changeset: 457890:03bf642934f9
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Jul 24 06:35:04 2019 +0000

description:
USE <SPACE>+<TAB>

diffstat:

 sys/arch/amd64/conf/GENERIC |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (56 lines):

diff -r 2648cc334fb3 -r 03bf642934f9 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Wed Jul 24 06:11:57 2019 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Wed Jul 24 06:35:04 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.530 2019/06/17 19:01:17 kamil Exp $
+# $NetBSD: GENERIC,v 1.531 2019/07/24 06:35:04 msaitoh Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.530 $"
+#ident         "GENERIC-$Revision: 1.531 $"
 
 maxusers       64              # estimated number of users
 
@@ -115,8 +115,8 @@
 #options       KGDB            # remote debugger
 #options       KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
 makeoptions    DEBUG="-g"      # compile full symbol table for CTF
-#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)
@@ -128,8 +128,8 @@
 #makeoptions   KASAN=1         # mandatory
 #options       KASAN           # mandatory
 #no options    SVS             # mandatory
-#options       POOL_QUARANTINE # optional
-#options       KASAN_PANIC     # optional
+#options       POOL_QUARANTINE # optional
+#options       KASAN_PANIC     # optional
 
 # Kernel Info Leak Detector.
 #makeoptions   KLEAK=1
@@ -137,13 +137,13 @@
 
 # Kernel Code Coverage Driver.
 #makeoptions   KCOV=1
-#options       KCOV
+#options       KCOV
 
 # Compatibility options
 # x86_64 never shipped with a.out binaries; the two options below are
 # only relevant to 32-bit i386 binaries
 #options       EXEC_AOUT       # required by binaries from before 1.5
-#options       COMPAT_NOMID    # NetBSD 0.8, 386BSD, and BSDI
+#options       COMPAT_NOMID    # NetBSD 0.8, 386BSD, and BSDI
 
 # NetBSD backward compatibility. Support goes from COMPAT_15 up until
 # the latest release. Note that really old compat (< COMPAT_16) is only



Home | Main Index | Thread Index | Old Index