summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_witness.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Initial landing of SMP support for FreeBSD/amd64.peter2003-11-171-1/+1
* Localized the cy driver's locking.bde2003-11-161-3/+0
* Add an implementation of turnstiles and change the sleep mutex code to usejhb2003-11-111-3/+3
* Update spin lock order list for new i386 interrupt and SMP code.jhb2003-11-031-3/+2
* Change all SYSCTLS which are readonly and have a related TUNABLEsilby2003-10-211-1/+1
* add fast swi taskqueue spinlock to the order_list so witness doesn't complainsam2003-09-061-0/+1
* Insert cosmetic spaces.jhb2003-08-041-2/+2
* Add a new function to look for a spinlock's instance when it is held byjhb2003-07-311-0/+21
* unifdef -DLAZY_SWITCH and start to tidy up the associated glue.peter2003-07-101-4/+1
* Use __FBSDID().obrien2003-06-111-1/+3
* Remove return after panic.phk2003-05-311-1/+0
* Add __amd64__ to the ifdefs that introduce the "pcicfg" spinlock topeter2003-05-311-1/+1
* Move the _oncpu entry from the KSE to the thread.julian2003-04-101-1/+1
* o In struct prison, add an allprison linked list of prisons (protectedmike2003-04-091-0/+1
* Commit a partial lazy thread switch mechanism for i386. it isn't as lazypeter2003-04-021-0/+6
* - Remove witness_dead and just use witness_watch instead. If witness_watchjhb2003-03-241-21/+51
* Trim an extra blank line that snuck into the last commit.jhb2003-03-111-1/+0
* - Change witness_displaydescendants() to accept the indentation level asjhb2003-03-111-21/+25
* - Split the itismychild() function into two functions: insertchild()jhb2003-03-111-42/+144
* Trim useless "../" leading strings from filenames passed into witness.jhb2003-03-111-0/+18
* Adjust style of #ifdef's and #endif's to be more consistent and in linejhb2003-03-111-7/+7
* Do the lock order check skip for the LOP_TRYLOCK case after the check forjhb2003-03-111-8/+8
* Now that we have WITNESS_WARN(), we only call witness_list() from thejhb2003-03-101-41/+29
* Oops, fix the double faults people were seeing with the recent changes tojhb2003-03-061-1/+1
* Bah, fix a bogon in the last commit: get the sense of a compare test rightjhb2003-03-041-1/+1
* A small overhaul of witness:jhb2003-03-041-56/+112
* Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has beenpeter2003-02-181-0/+3
* - Split the struct kse into struct upcall and struct kse. struct kse willjeff2003-02-171-1/+1
OpenPOWER on IntegriCloud