summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_witness.c
Commit message (Expand)AuthorAgeFilesLines
* Convert the per-interface address list lock from a mutex to a reader/writerjhb2012-01-091-2/+2
* panic: add a switch and infrastructure for stopping other CPUs in SMP caseavg2011-12-111-0/+14
* Constify arguments for locking KPIs where possible.pjd2011-11-161-3/+4
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* - Fixup filenames in a few more places where they are used.jhb2011-10-261-21/+20
* Don't call fixup_filename() on each witness lock call.adrian2011-10-121-41/+63
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Explicitly wire the user buffer rather than doing it implicitly inmdf2011-01-271-0/+4
* Re-add r212370 now that the LOR in powerpc64 has been resolved:mdf2010-09-161-14/+3
* Revert r212370, as it causes a LOR on powerpc. powerpc does a fewmdf2010-09-131-3/+14
* Add a drain function for struct sysctl_req, and use it for a variety ofmdf2010-09-091-14/+3
* Bump the witness pendlist to 768 to accomodate the increased number ofrpaulo2010-07-291-1/+1
* "time lock" is no longer a spin-lock since r209371.mav2010-06-211-1/+1
* Right now, WITNESS just blindly pipes all the output to theattilio2010-05-111-14/+18
* There is not a good reason to have a different prototype for db_printf()attilio2010-05-111-6/+6
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-0/+9
* SLIP is gone; remove its mutex from witness.trasz2009-12-291-6/+0
* Change w_notrunning and w_stillcold from pointer to array so that sizeofantoine2009-09-061-2/+2
* Add minimal ZFS lock hierarchykmacy2009-05-201-0/+7
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:bms2009-04-291-1/+11
* Decompose the global UNIX domain sockets rwlock into two differentrwatson2009-03-081-0/+2
* Move the NORELEASE check to after the recurse count decrement and bailout, thisthompsa2009-02-281-6/+6
* o Use unsigned for bit fields.imp2009-02-031-3/+3
* Add functions WITNESS so it can be asserted that the lock is not released for athompsa2009-01-211-0/+49
* - convert radix node head lock from mutex to rwlockkmacy2008-12-071-1/+1
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-1/+1
* 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
OpenPOWER on IntegriCloud