summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_witness.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Add a 'debug.witness_trace' sysctl (and tunable) when DDB is present.peter2003-02-131-2/+16
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-011-1/+1
* Move UPCALL related data structure out of kse, introduce a newdavidxu2003-01-261-1/+1
* Oops, add zstty to the witness order list.jake2003-01-091-0/+1
* - Add a spin lock to single thread cache invalidation and tlb flush ipis,jake2002-12-221-0/+3
* Enforce correct ordering of the filedesc structure and pipe mutex, becausekris2002-12-221-0/+2
* Correct an assertion in the code to traverse the list of locks to find anjhb2002-11-111-1/+1
* Catch up with the removal of the vm page buckets spin mutex.alc2002-11-021-1/+0
* #unifdef the code for checking blessed lock collisions until we need it.phk2002-10-201-0/+13
* Register the machine check private state spinlock on ia64.peter2002-10-121-0/+3
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* - Tell witness about ALQ's spin lock.jeff2002-09-221-0/+1
* Make this driver work a whole lot better.jake2002-09-081-0/+1
* Add WITNESS_FILE() and WITNESS_LINE(), which allow users of witnessiedowse2002-08-261-0/+22
* Silence compiler warnings when DDB is not defined.mp2002-07-151-3/+7
* Revive backed out pmap related changes from Feb 2002. The highlights are:peter2002-07-121-0/+3
* o Resurrect vm_page_lock_queues(), vm_page_unlock_queues(), and the freealc2002-07-041-0/+1
* Part 1 of KSE-IIIjulian2002-06-291-0/+1
* Change the all locks list from a STAILQ to a TAILQ. This bloats structjhb2002-06-061-6/+6
* Handle "dead" witnesses better in the situation of several short term locksjhb2002-06-061-13/+11
* In witness_unlock(), when updating a lock list entry bucket, decrement thejhb2002-05-201-2/+2
* - Allow witness_sleep() to be called when witness hasn't been initializedjhb2002-05-201-16/+8
* Make funsetown() take a 'struct sigio **' so that the locking canalfred2002-05-061-0/+1
* o Convert the vm_page buckets mutex to a spin lock. (This resolvesalc2002-04-301-0/+1
* Whitespace bogon.jhb2002-04-271-1/+1
* Insert a semi-colon between label 'skip:' and the closing bracemarcel2002-04-271-0/+1
* Add the mutex profiling lock to the witness list. This hopefully unbreaksdes2002-04-251-0/+1
* - Merge the pgrpsess_lock and proctree_lock sx locks into one proctree_lockjhb2002-04-161-1/+0
* Display the recursion count in the lock_instance in the show locksjhb2002-04-101-1/+2
* Cosmetic fixup in output of lock types in show locks output.jhb2002-04-101-1/+1
* Add a new char * pointer lo_type to struct lock_object that is used tojhb2002-04-041-19/+28
* Enforce an implicit lock order of sleepable locks before non-sleepablejhb2002-04-021-1/+12
* Explicitly document how we implicitly enforce the lock order of sleepjhb2002-04-021-0/+5
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksjeff2002-03-271-19/+1
* Remove last two abuses of cpu_critical_{enter,exit} in the MI code.imp2002-03-211-3/+3
* - Use a MI critical section in witness_sleep() and witness_list() as theyjhb2002-03-081-6/+9
* Back out all the pmap related stuff I've touched over the last few days.peter2002-02-271-3/+0
OpenPOWER on IntegriCloud