aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_witness.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
* MF6: Don't panic if a spin lock is initialized that isn't in our staticJohn Baldwin2005-10-251-7/+16
* MFC: Add the spin lock used by the binary nvidia-driver to the static lockJohn Baldwin2005-09-291-0/+1
* MFC: Various small cleanups. No functional change.John Baldwin2005-09-211-5/+14
* Merge subr_witness.c:1.196, igmp.c:1.49, in.c:1.86, in_var.h:1.55,Robert Watson2005-08-241-0/+7
* After some input from bde@ and rereading the datasheet use a MTX_SPINMarius Strobl2005-06-041-0/+1
* - Define the real lock order with cdev and a few vm/vfs related locks. ThisJeff Roberson2005-04-221-1/+3
* - Check LO_DUPOK as well as LOP_DUPOK when determining whether we shouldJeff Roberson2005-04-221-1/+2
* The latest release of the FreeBSD driver (twa) forVinod Kashyap2005-04-121-0/+5
* CDEV lock should be before 'system map' lock.Pawel Jakub Dawidek2005-04-091-0/+6
* Add a missing terminator.Pawel Jakub Dawidek2005-04-091-0/+1
* Document, via WITNESS, that the NFS server mutex falls ahead of the socketRobert Watson2005-03-091-0/+5
* When you call MiniportInitialize() for an 802.11 driver, it willBill Paul2005-03-071-0/+1
* When DDB is not defined, don't implement witness_thread_has_locks() andRobert Watson2005-01-221-0/+2
* - Up the WITNESS_COUNT macro from 200 to 1024 to support the growing numberJohn Baldwin2004-12-281-2/+1
* Attempt to slightly refine the print out from "show alllocks" -- listRobert Watson2004-12-271-2/+2
* Add "show alllocks" command to DDB, which dumps a list of processesRobert Watson2004-12-261-0/+42
* clean up some tunables that should of been removed a while ago...John-Mark Gurney2004-11-091-4/+0
* Add entropy harvest mutex to hard-coded spin lock witness lock order,Robert Watson2004-10-111-2/+1
* Don't "implicitly order all sleep locks before spin locks" in witnessBrian Feldman2004-10-091-1/+1
* Hard code witness lock order for BPF locks.Robert Watson2004-09-091-0/+7
* make witness it's own sysctl branch instead of using _ to do this. I haveJohn-Mark Gurney2004-09-061-5/+10
* Remove a potential deadlock on i386 SMP by changing the lazypmap ipi andJohn Baldwin2004-08-041-1/+0
* Add netatalk mutexes to hard-coded WITNESS lock order.Robert Watson2004-07-251-0/+6
* Update for the KDB framework:Marcel Moolenaar2004-07-101-21/+22
* Check the lock lists to see if they are empty directly rather thanJohn Baldwin2004-07-091-9/+21
* Introduce socket and UNIX domain socket locks into hard-coded lockRobert Watson2004-06-131-1/+8
* - Comment out NULL, NULL barrier for Unix domain sockets section as theJohn Baldwin2004-06-031-1/+2
* Expand the hard-coded WITNESS lock order to include the followingRobert Watson2004-06-021-0/+35
* Emit a traceback when witness_trace is set and witness_warn() isAlfred Perlstein2004-03-231-0/+2
* Add an implementation of a generic sleep queue abstraction that is usedJohn Baldwin2004-02-271-0/+1
* Remove a bogus assertion.John Baldwin2004-02-031-1/+0
* - Assert that witness_cold is not true in enroll().John Baldwin2004-02-021-1/+2
* Rework witness_lock() to make it slightly more useful and flexible.John Baldwin2004-01-281-108/+180
* Register the uart(4)'s spin lock with witness(4).Ruslan Ermilov2004-01-251-0/+1
* Fix a major faux pas of mine. I was causing 2 very bad things toMark Murray2003-11-201-0/+2
* Initial landing of SMP support for FreeBSD/amd64.Peter Wemm2003-11-171-1/+1
* Localized the cy driver's locking.Bruce Evans2003-11-161-3/+0
* Add an implementation of turnstiles and change the sleep mutex code to useJohn Baldwin2003-11-111-3/+3
* Update spin lock order list for new i386 interrupt and SMP code.John Baldwin2003-11-031-3/+2
* Change all SYSCTLS which are readonly and have a related TUNABLEMike Silbersack2003-10-211-1/+1
* add fast swi taskqueue spinlock to the order_list so witness doesn't complainSam Leffler2003-09-061-0/+1
* Insert cosmetic spaces.John Baldwin2003-08-041-2/+2
* Add a new function to look for a spinlock's instance when it is held byJohn Baldwin2003-07-311-0/+21
* unifdef -DLAZY_SWITCH and start to tidy up the associated glue.Peter Wemm2003-07-101-4/+1
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* Remove return after panic.Poul-Henning Kamp2003-05-311-1/+0
* Add __amd64__ to the ifdefs that introduce the "pcicfg" spinlock toPeter Wemm2003-05-311-1/+1
* Move the _oncpu entry from the KSE to the thread.Julian Elischer2003-04-101-1/+1
* o In struct prison, add an allprison linked list of prisons (protectedMike Barcroft2003-04-091-0/+1