Source-Changes-HG archive

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

[src/netbsd-9]: src/sys/arch/mac68k/conf Pull up following revision(s) (reque...



details:   https://anonhg.NetBSD.org/src/rev/dbe69ff98afa
branches:  netbsd-9
changeset: 372996:dbe69ff98afa
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Jan 07 15:02:38 2023 +0000

description:
Pull up following revision(s) (requested by tsutsui in ticket #1565):

        sys/arch/mac68k/conf/INSTALL: revision 1.58

Disable (comment out) options DIAGNOSTIC in INSTALL kernels.

It has been there since the initial revision 1.1 while
it was disabled in GENERIC in revision 1.121 back in 2002.

Briefly discussed in PR/57107

diffstat:

 sys/arch/mac68k/conf/INSTALL |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9898b1302830 -r dbe69ff98afa sys/arch/mac68k/conf/INSTALL
--- a/sys/arch/mac68k/conf/INSTALL      Sat Jan 07 14:57:55 2023 +0000
+++ b/sys/arch/mac68k/conf/INSTALL      Sat Jan 07 15:02:38 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.56 2017/09/14 07:58:41 mrg Exp $
+#      $NetBSD: INSTALL,v 1.56.8.1 2023/01/07 15:02:38 martin Exp $
 #
 # INSTALL
 
@@ -36,7 +36,7 @@
 #options       SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
 # Diagnostic/debugging support options - XXX remove these at some point
-options        DIAGNOSTIC      # cheap kernel consistency checks
+#options       DIAGNOSTIC      # cheap kernel consistency checks
 options        DDB             # in-kernel debugger
 pseudo-device  ksyms
 #options       ADB_DEBUG       # ADB debugging



Home | Main Index | Thread Index | Old Index