From d698cdb301e87eade5aa23e08b2860341e572eef Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Mon, 6 Sep 2004 23:37:17 +0000 Subject: [PATCH] document the recent change to debug.witness.* fix spelling of debug.witness.kdb MFC after: 5 days --- UPDATING | 5 +++++ share/man/man4/witness.4 | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/UPDATING b/UPDATING index 951c8156b1eb..d2cc05e8332c 100644 --- a/UPDATING +++ b/UPDATING @@ -23,6 +23,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20040906: + debug.witness_* has been renamed to debug.witness.*. There are + compatibility tunables left in for a few days. Update loader.conf + as necessary. + 20040902: The ifi_epoch change has been reverted because the ABI breakage was too extensive. If you are running with a kernel/userland diff --git a/share/man/man4/witness.4 b/share/man/man4/witness.4 index 7716085ce7b0..8b95182e4712 100644 --- a/share/man/man4/witness.4 +++ b/share/man/man4/witness.4 @@ -68,9 +68,9 @@ specified, then the flag will default to on. It can also be set from the .Xr loader 8 via the -.Va debug.witness_ddb +.Va debug.witness.kdb environment variable or after the kernel has booted via the -.Va debug.witness_ddb +.Va debug.witness.kdb sysctl. If the flag is set to zero, then the debugger will not be entered. If the flag is non-zero, then the debugger will be entered. @@ -85,11 +85,11 @@ kernel option. The flag can also be set via the .Xr loader 8 environment variable -.Va debug.witness_skipspin . +.Va debug.witness.skipspin . If the variable is set to a non-zero value, then spin mutexes are skipped. Once the kernel has booted, the status of this flag can be examined but not set via the read-only sysctl -.Va debug.witness_skipspin . +.Va debug.witness.skipspin . .Pp The .Nm