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.27 (requested by ...
details: https://anonhg.NetBSD.org/src/rev/44d429633bc1
branches: netbsd-1-5
changeset: 491369:44d429633bc1
user: he <he%NetBSD.org@localhost>
date: Wed Apr 25 08:58:31 2001 +0000
description:
Pull up revision 1.27 (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/DR-EVIL | 4 ++--
sys/arch/i386/conf/NBFTP | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 9c168a610e0a -r 44d429633bc1 sys/arch/i386/conf/DR-EVIL
--- a/sys/arch/i386/conf/DR-EVIL Wed Apr 25 08:58:05 2001 +0000
+++ b/sys/arch/i386/conf/DR-EVIL Wed Apr 25 08:58:31 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DR-EVIL,v 1.21.2.1 2000/08/10 23:10:28 soda Exp $
+# $NetBSD: DR-EVIL,v 1.21.2.2 2001/04/25 08:58:31 he Exp $
#
# DR-EVIL -- Dell Inspiron 3800 laptop used by thorpej%netbsd.org@localhost
#
@@ -68,7 +68,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
diff -r 9c168a610e0a -r 44d429633bc1 sys/arch/i386/conf/NBFTP
--- a/sys/arch/i386/conf/NBFTP Wed Apr 25 08:58:05 2001 +0000
+++ b/sys/arch/i386/conf/NBFTP Wed Apr 25 08:58:31 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NBFTP,v 1.22 2000/06/11 02:41:10 mycroft Exp $
+# $NetBSD: NBFTP,v 1.22.2.1 2001/04/25 09:05:31 he Exp $
# From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp
#
# NBFTP -- ftp/sup.netbsd.org server machine
@@ -61,7 +61,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