Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/i386/conf Pull up revision 1.164 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/9f7c183e5903
branches:  netbsd-1-5
changeset: 491371:9f7c183e5903
user:      he <he%NetBSD.org@localhost>
date:      Wed Apr 25 09:06:31 2001 +0000

description:
Pull up revision 1.164 (requested by fvdl):
  Not all DIAGNOSTIC checks are all that cheap, so disable that
  option in meant-for-production kernels.  Introduces GENERIC_DIAGNOSTIC.

diffstat:

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

diffs (18 lines):

diff -r be0a2a0b43fa -r 9f7c183e5903 sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL        Wed Apr 25 09:06:03 2001 +0000
+++ b/sys/arch/i386/conf/INSTALL        Wed Apr 25 09:06:31 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.148.2.3 2000/11/01 02:53:08 tv Exp $
+#      $NetBSD: INSTALL,v 1.148.2.4 2001/04/25 09:06:31 he Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -71,7 +71,7 @@
 #options       LKM             # loadable kernel modules
 
 # Diagnostic/debugging support options
-#options       DIAGNOSTIC      # cheap kernel consistency checks
+#options       DIAGNOSTIC      # expensive kernel consistency checks
 #options       DEBUG           # expensive debugging checks/support
 #options       KMEMSTATS       # kernel memory statistics (vmstat -m)
 options        DDB             # in-kernel debugger



Home | Main Index | Thread Index | Old Index