summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_witness.c
Commit message (Expand)AuthorAgeFilesLines
...
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+1
* In the actual code for witness_warn:attilio2008-10-201-19/+12
* - Fix a race in witness_checkorder() where, between the PCPU_GET() andattilio2008-10-161-30/+52
* Oops, missed updating a place with with 's/lock1/plock/' when addingjhb2008-10-031-3/+4
* Update description of witness_watch.jhb2008-09-241-3/+5
* Make ddb command registration dynamic so modules can extendsam2008-09-151-1/+2
* - For any lock list we hold the head in order to reduce allocation fromattilio2008-09-121-5/+18
* Teach WITNESS about the interlocks used with lockmgr. This removes a bunchjhb2008-09-101-9/+30
* - Improve some witness_watch operability in code which does perform bothattilio2008-08-301-35/+45
* - Make witness_watch a 3 state value.attilio2008-08-291-35/+42
* Introduce some WITNESS improvements:attilio2008-08-131-492/+1062
* witness_addgraph() is required even if DDB isn't compiled into the kernel,rwatson2008-07-191-0/+2
* - Embed the recursion counter for any locking primitive directly in theattilio2008-05-151-64/+41
* Add a new witness sysctl which returns the relations between any lockattilio2008-05-071-0/+58
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-5/+5
* struct lock_instance and struct lock_list_entry don't need to be in theattilio2008-04-131-0/+34
* - Re-introduce WITNESS support for lockmgr. About the old implementationattilio2008-04-121-11/+0
* Add missing stubs for spinlocks cpuset and intrcnt.attilio2008-04-121-0/+2
* - There is no more "uidinfo struct" mutex.pjd2008-03-171-2/+1
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+2
* Remove kernel support for M:N threading.jeff2008-03-121-1/+0
* Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.raj2008-03-031-0/+3
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-2/+2
* Fix the spinlock static table adding missing spinlocks.attilio2007-11-241-0/+2
* A bunch more files that should probably print out a thread namejulian2007-11-141-1/+1
* Fix some entries in the locks static table of witness.attilio2007-09-201-9/+8
* - Remove zstty spin lock for no longer existing zs(4).marius2007-06-161-2/+4
* Update 802.11 wireless support:sam2007-06-111-0/+12
* Commit 10/14 of sched_lock decomposition.jeff2007-06-041-6/+11
* Fix some problems introduced with the last descriptors tables lockingattilio2007-05-291-0/+1
* - Move clock synchronization into a seperate clock lock so the globaljeff2007-05-201-0/+1
* Fix witness(4) warnings about mutex use.jkoshy2007-04-191-0/+10
* allprison mutex was converted to sx(9) lock.pjd2007-04-051-1/+1
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-041-2/+0
* ng_node and ng_worklist locks both migrated from being spinning locks towkoszek2007-04-011-2/+6
* Rename the 'mtx_object', 'rw_object', and 'sx_object' members of mutexes,jhb2007-03-211-7/+7
* Remove unnecessary privilege and privilege check for WITNESS sysctl.rwatson2007-02-201-6/+0
* Remove the vm page queue free mutex from the CDEV order.alc2007-02-071-1/+0
* The change to the vm_page_queue_freelist lock from a spin lock to ampp2007-02-061-1/+1
* Record kqueue -> struct mount mtx -> vnode interlock lock order tokib2007-02-021-0/+7
* Remove hptlock from the static witness table, now that it's a regular sleepssouhlal2007-01-161-1/+0
* MUTEX_PROFILING has been generalized to LOCK_PROFILING. We now profilekmacy2006-11-111-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+5
* Introduce a spinlock for synchronizing access to the video output hardwarescottl2006-09-131-0/+1
* The "taskqueue_fast" spinlocks were renamed to "fast_taskqueue" inssouhlal2006-08-261-1/+1
* Use db_lookup_thread() to lookup the thread for the passed in addressjhb2006-04-251-23/+5
* Remove last vestiges of sab(4).marius2006-04-251-1/+0
* Add the scc_hwmtx spin mutex, defined by scc(4).marcel2006-04-071-0/+1
* Axe KTR_ALQ_MASK now that KTR_WITNESS is off unless you hack an #ifdefjhb2006-01-251-0/+1
* - Add a new KTR_SUBSYS in place of KTR_SPARE1 to serve as a subsystemjhb2006-01-241-0/+6
OpenPOWER on IntegriCloud