Source-Changes-HG archive

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

[src/netbsd-1-5]: src/share/man/man4 Pull up revision 1.136 (requested by fvdl):



details:   https://anonhg.NetBSD.org/src/rev/c267a6944c77
branches:  netbsd-1-5
changeset: 491380:c267a6944c77
user:      he <he%NetBSD.org@localhost>
date:      Wed Apr 25 09:11:49 2001 +0000

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

diffstat:

 share/man/man4/options.4 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2bbd727e9493 -r c267a6944c77 share/man/man4/options.4
--- a/share/man/man4/options.4  Wed Apr 25 09:11:01 2001 +0000
+++ b/share/man/man4/options.4  Wed Apr 25 09:11:49 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: options.4,v 1.109.2.7 2000/10/16 22:12:11 tv Exp $
+.\"    $NetBSD: options.4,v 1.109.2.8 2001/04/25 09:11:49 he Exp $
 .\"
 .\" Copyright (c) 1996
 .\"    Perry E. Metzger.  All rights reserved.
@@ -315,7 +315,7 @@
 .It Cd options DIAGNOSTIC
 Adds code to the kernel that does internal consistency checks.
 This code will cause the kernel to panic if corruption of internal data
-structures is detected.
+structures is detected. These checks can decrease performance up to 15%.
 .It Cd options KTRACE
 Add hooks for the system call tracing facility, which allows users to
 watch the system call invocation behavior of processes.



Home | Main Index | Thread Index | Old Index