summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_witness.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud