aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_witness.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Commit a partial lazy thread switch mechanism for i386. it isn't as lazyPeter Wemm2003-04-021-0/+6
* - Remove witness_dead and just use witness_watch instead. If witness_watchJohn Baldwin2003-03-241-21/+51
* Trim an extra blank line that snuck into the last commit.John Baldwin2003-03-111-1/+0
* - Change witness_displaydescendants() to accept the indentation level asJohn Baldwin2003-03-111-21/+25
* - Split the itismychild() function into two functions: insertchild()John Baldwin2003-03-111-42/+144
* Trim useless "../" leading strings from filenames passed into witness.John Baldwin2003-03-111-0/+18
* Adjust style of #ifdef's and #endif's to be more consistent and in lineJohn Baldwin2003-03-111-7/+7
* Do the lock order check skip for the LOP_TRYLOCK case after the check forJohn Baldwin2003-03-111-8/+8
* Now that we have WITNESS_WARN(), we only call witness_list() from theJohn Baldwin2003-03-101-41/+29
* Oops, fix the double faults people were seeing with the recent changes toJohn Baldwin2003-03-061-1/+1
* Bah, fix a bogon in the last commit: get the sense of a compare test rightJohn Baldwin2003-03-041-1/+1
* A small overhaul of witness:John Baldwin2003-03-041-56/+112
* Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has beenPeter Wemm2003-02-181-0/+3