Module Name: src Committed By: martin Date: Sat Jan 7 15:02:38 UTC 2023
Modified Files: src/sys/arch/mac68k/conf [netbsd-9]: INSTALL Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.56.8.1 src/sys/arch/mac68k/conf/INSTALL Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/mac68k/conf/INSTALL diff -u src/sys/arch/mac68k/conf/INSTALL:1.56 src/sys/arch/mac68k/conf/INSTALL:1.56.8.1 --- src/sys/arch/mac68k/conf/INSTALL:1.56 Thu Sep 14 07:58:41 2017 +++ src/sys/arch/mac68k/conf/INSTALL Sat Jan 7 15:02:38 2023 @@ -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 PIPE_SOCKETPAIR # smaller, but #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