summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_witness.c
Commit message (Expand)AuthorAgeFilesLines
* Add the scc_hwmtx spin mutex, defined by scc(4).marcel2006-04-071-0/+1
* Axe KTR_ALQ_MASK now that KTR_WITNESS is off unless you hack an #ifdefjhb2006-01-251-0/+1
* - Add a new KTR_SUBSYS in place of KTR_SPARE1 to serve as a subsystemjhb2006-01-241-0/+6
* Add a new file (kern/subr_lock.c) for holding code related to structjhb2006-01-171-8/+0
* Trim another pointer from struct lock_object (and thus from struct mtx andjhb2006-01-061-25/+33
* Teach WITNESS_SAVE() and WITNESS_RESTORE() to work with spin locks insteadjhb2005-12-291-8/+18
* Fix a deadlock I introduced with the recently added printf to warn aboutjhb2005-12-291-12/+14
* Tweak witness handling of lock object to shave 2 pointers off of eachjhb2005-12-051-44/+44
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-251-1/+0
* Don't panic if a spin lock is initialized that isn't in our static orderjhb2005-10-241-7/+16
* Spell hierarchy correctly in comments.jhb2005-10-241-2/+2
* Add entry for the spin mutex used by the hptmv(4) driver.jhb2005-10-201-0/+1
* Add the spin lock used by the binary nvidia driver to the static lockjhb2005-09-261-0/+1
* - Enforce an implicit lock order that Giant cannot be locked while holdingjhb2005-09-151-1/+17
* Relocate witness_levelall(), witness_leveldescendents(), andtruckman2005-09-111-86/+86
* - Add some comments to some of the static lock orders. Don't explicitlyjhb2005-09-021-5/+14
* Track all lock relationships instead of pruning direct relationshipstruckman2005-08-251-71/+31
* Add an order between UDP inpcb locks and the IPv4 multicast addressrwatson2005-08-091-1/+2
* Introduce in_multi_mtx, which will protect IPv4-layer multicast addressrwatson2005-08-031-0/+7
* After some input from bde@ and rereading the datasheet use a MTX_SPINmarius2005-06-041-0/+1
* - Define the real lock order with cdev and a few vm/vfs related locks. Thisjeff2005-04-221-1/+3
* - Check LO_DUPOK as well as LOP_DUPOK when determining whether we shouldjeff2005-04-221-1/+2
* The latest release of the FreeBSD driver (twa) forvkashyap2005-04-121-0/+5
* CDEV lock should be before 'system map' lock.pjd2005-04-091-0/+6
* Add a missing terminator.pjd2005-04-091-0/+1
* Document, via WITNESS, that the NFS server mutex falls ahead of the socketrwatson2005-03-091-0/+5
* When you call MiniportInitialize() for an 802.11 driver, it willwpaul2005-03-071-0/+1
* When DDB is not defined, don't implement witness_thread_has_locks() andrwatson2005-01-221-0/+2
* - Up the WITNESS_COUNT macro from 200 to 1024 to support the growing numberjhb2004-12-281-2/+1
* Attempt to slightly refine the print out from "show alllocks" -- listrwatson2004-12-271-2/+2
* Add "show alllocks" command to DDB, which dumps a list of processesrwatson2004-12-261-0/+42
* clean up some tunables that should of been removed a while ago...jmg2004-11-091-4/+0
* Add entropy harvest mutex to hard-coded spin lock witness lock order,rwatson2004-10-111-2/+1
* Don't "implicitly order all sleep locks before spin locks" in witnessgreen2004-10-091-1/+1
* Hard code witness lock order for BPF locks.rwatson2004-09-091-0/+7
* make witness it's own sysctl branch instead of using _ to do this. I havejmg2004-09-061-5/+10
* Remove a potential deadlock on i386 SMP by changing the lazypmap ipi andjhb2004-08-041-1/+0
* Add netatalk mutexes to hard-coded WITNESS lock order.rwatson2004-07-251-0/+6
* Update for the KDB framework:marcel2004-07-101-21/+22
* Check the lock lists to see if they are empty directly rather thanjhb2004-07-091-9/+21
* Introduce socket and UNIX domain socket locks into hard-coded lockrwatson2004-06-131-1/+8
* - Comment out NULL, NULL barrier for Unix domain sockets section as thejhb2004-06-031-1/+2
* Expand the hard-coded WITNESS lock order to include the followingrwatson2004-06-021-0/+35
* Emit a traceback when witness_trace is set and witness_warn() isalfred2004-03-231-0/+2
* Add an implementation of a generic sleep queue abstraction that is usedjhb2004-02-271-0/+1
* Remove a bogus assertion.jhb2004-02-031-1/+0
* - Assert that witness_cold is not true in enroll().jhb2004-02-021-1/+2
* Rework witness_lock() to make it slightly more useful and flexible.jhb2004-01-281-108/+180
* Register the uart(4)'s spin lock with witness(4).ru2004-01-251-0/+1
* Fix a major faux pas of mine. I was causing 2 very bad things tomarkm2003-11-201-0/+2
OpenPOWER on IntegriCloud