summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_witness.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r308350:markj2016-12-121-2/+2
* MFC r298819:bdrewery2016-06-271-1/+1
* MFC r285252:markj2015-08-281-1/+1
* MFC: r285839marius2015-07-301-0/+3
* MFC r284127:markj2015-06-211-4/+13
* MFC r279390:kib2015-03-211-1/+5
* MFC r273342:markj2014-11-061-1/+1
* MFC r265098grehan2014-08-191-1/+1
* MFC r259876:dim2013-12-281-7/+0
* Trim a couple of panic messages.jhb2013-09-041-8/+2
* The r254167 moved initialization of the sleepqueues before the witnesskib2013-08-101-1/+1
* Make kassert_printf use __printflike.alfred2013-07-071-2/+6
* - Fix a couple of inverted panic messages for shared/exclusive mismatchesjhb2013-06-031-7/+21
* Add option WITNESS_NO_VNODE to suppress printing LORs between VNODEmarcel2013-05-091-1/+13
* Correct the lock class for the vm object lock.kib2013-03-091-1/+1
* Cleanup more of the kassert_panic.alfred2012-12-111-9/+30
* Fix WITNESS when INVARIANT_SUPPORT is defined.alfred2012-12-111-0/+1
* Switch the hardwired WITNESS panics to kassert_panic.alfred2012-12-111-40/+54
* - Unlike cache invalidation and TLB demapping IPIs, reading registers frommarius2012-08-291-3/+0
* Fix the 'show witness' DDB command to honor db_pager_quit.jhb2012-08-221-0/+12
* Add new pmap layer locks to the predefined lock order. Change the namesalc2012-06-271-5/+8
* Fix old panic when BPF consumer attaches to destroying interface.melifaro2012-05-211-1/+1
* - Improve BPF locking model.melifaro2012-04-061-2/+2
* 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
OpenPOWER on IntegriCloud