History log of /freebsd-10.3-release/share/man/man4/witness.4
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 281968 25-Apr-2015 ngie

MFC r280475:

The number of commands added when ddb(4) is enabled is 3, not 2

Sponsored by: EMC / Isilon Storage Division


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 236334 30-May-2012 jhb

- Witness doesn't verify the old MTX_NOSWITCH flag's correctness (that was obsoleted
when critical sections were added). Instead, list a check that witness does perform.
- Note that 'show locks' in DDB takes an optional thread argument.
- Document 'show all locks'.
- Remove the BUGS section, the bug in question was fixed 11 years ago in r76272.


# 182475 30-Aug-2008 attilio

Reflect recent changes to the sysctl debug.witness.watch moving into a
tri-state variable.


# 148580 31-Jul-2005 keramida

Fix all the spelling mistakes I could find in the man pages for words
that have at least 3 characters.

MFC after: 1 week
Thanks to: Music band ``Chingon''
for keeping me company while searching for these.


# 147978 13-Jul-2005 yar

Don't start a sentence with an identifier.
Add missing cross-references to SEE ALSO.

X-MFC after: 6.0-RELEASE (not a big deal to bother re@)


# 147398 15-Jun-2005 ru

Assorted markup fixes and minor wordsmithing.

Approved by: re


# 144838 09-Apr-2005 alfred

Document the debug.witness.watch sysctl/tuneable.


# 138113 26-Nov-2004 simon

WITNESS_DDB is now called WITNESS_KDB.

MFC after: 3 days


# 134874 06-Sep-2004 jmg

document the recent change to debug.witness.*
fix spelling of debug.witness.kdb

MFC after: 5 days


# 124971 25-Jan-2004 ru

Correct the name of a loader(8) tunable.


# 81591 13-Aug-2001 ru

mdoc(7) police: s;BSD/OS;.Bsx; where appropriate.


# 75184 04-Apr-2001 jhb

Use a plain .Dv for kernel option names rather than .Qq Dv to be consistent
with other manpages.


# 75170 04-Apr-2001 ru

mdoc(7) police: fix markup and spelling.


# 74931 28-Mar-2001 jhb

Add a simple manpage describing the basic functionality of witness.
It needs a diagonistics section added at some point in the future.