document the recent change to debug.witness.*
fix spelling of debug.witness.kdb MFC after: 5 days
This commit is contained in:
parent
80e6bbe95b
commit
d698cdb301
5
UPDATING
5
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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user