summaryrefslogtreecommitdiffstats
path: root/sys/sys/lock.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the lockmgr() API. It is only used by filesystems, where it is anatano2016-06-191-21/+12
* remove lockmgr_printinfo stubs. from Martin Natanotedu2015-09-231-3/+1
* things that use sys/lock.h want lockmgr locks. things that usedlg2015-02-111-5/+1
* simple_lock can finally be removed!deraadt2015-01-301-15/+1
* Teach rw_status() and rrw_status() to return LK_EXCLOTHER if it's writeguenther2014-07-091-1/+4
* exorcise lockmgr. the api remains, but is now backed by recursive rwlocks.tedu2013-05-011-112/+18
* cut down simple locks (so simple that they don't even lock) to the pointderaadt2010-04-261-58/+6
* Merge the only relevant (for now) parts of simplelock.h into lock.hderaadt2010-04-231-2/+39
* ntfs was the last user, LK_SLEEFAIL can die now.oga2009-03-251-3/+1
* Remove the lk_interlock from struct lock; Also remove the LK_INTERLOCKthib2007-04-121-4/+1
* lockmgr keeps losing code, call 911!miod2007-04-111-17/+3
* Remove unused functionality from lockmgr():miod2007-02-031-79/+14
* Remove unnecessary lockmgr() archaism that was costing too much in termspedro2005-11-191-4/+3
* sched work by niklas and art backed out; causes panicsderaadt2005-05-291-1/+34
* This patch is mortly art's work and was done *a year* ago. Art wants to thankniklas2005-05-251-34/+1
* debranch SMP, have funniklas2004-06-131-10/+108
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* First round of __P removal in sysmillert2002-03-141-7/+7
* LOCK_ASSERT - like KASSERT but ifdef LOCKDEBUGart2001-11-111-1/+7
* new flag to lockmgr. LK_RECURSEFAIL - even if the lock can recurse fail.art2001-11-071-10/+11
* Typo in comment.art2001-10-261-2/+2
* kill old vmart2001-06-271-3/+2
* some typedefs used by uvmart1999-02-261-1/+7
* $OpenBSD$niklas1997-11-071-0/+2
* Updates for VFS Lite 2 + soft update.csapuntz1997-11-061-0/+167
* back out vfs lite2 till after 2.2deraadt1997-10-061-167/+0
* VFS Lite2 Changescsapuntz1997-10-061-0/+167