Age | Commit message (Expand) | Author |
2016-06-19 | Remove the lockmgr() API. It is only used by filesystems, where it is a | Martin Natano |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-13 | KERNEL_ASSERT_LOCKED(9): Assertion for kernel lock (Rev. 3) | Masao Uebayashi |
2014-07-09 | Teach rw_status() and rrw_status() to return LK_EXCLOTHER if it's write | Philip Guenther |
2014-01-21 | bzero -> memset | Ted Unangst |
2013-05-06 | restore original gangster lockstatus return values for compat | Ted Unangst |
2013-05-01 | a few tweaks noticed by jsing | Ted Unangst |
2013-05-01 | exorcise lockmgr. the api remains, but is now backed by recursive rwlocks. | Ted Unangst |
2013-03-28 | do not include machine/cpu.h from a .c file; it is the responsibility of | Theo de Raadt |
2011-08-28 | lockmgr() wants to use a different address for the wchan when draining | Philip Guenthe |
2011-07-06 | Clean up after P_BIGLOCK removal. | Artur Grabowski |
2011-07-06 | Stop using the P_BIGLOCK flag to figure out when we should release the | Artur Grabowski |
2010-04-26 | cut down simple locks (so simple that they don't even lock) to the point | Theo de Raadt |
2010-01-14 | fix typos in comments, no code changes; | Ingo Schwarze |
2009-03-25 | ntfs was the last user, LK_SLEEFAIL can die now. | Owain Ainsworth |
2009-01-15 | Surround WEHOLDIT() macro with braces to make it more safe. | Alexander Yurchenko |
2007-11-26 | Remove some dead code that is confusing my greps. | Artur Grabowski |
2007-05-31 | remove p_lock from struct proc; unused debug goo for lockmgr, | Thordur I. Bjornsson |
2007-05-11 | Don't use LK_CANRECURSE for the kernel lock, okay miod@ art@ | Pedro Martelletto |
2007-05-08 | lockmgr_printinfo() is only called from #ifdef DIAGNOSTIC positions, so #ifde... | Theo de Raadt |
2007-04-12 | Remove the lk_interlock from struct lock; Also remove the LK_INTERLOCK | Thordur I. Bjornsson |
2007-04-11 | lockmgr keeps losing code, call 911! | Miod Vallat |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2007-02-03 | Remove unused functionality from lockmgr(): | Miod Vallat |
2006-01-03 | remove duplicate comment; | Jason McIntyre |
2005-11-28 | ansi/deregister. | Jonathan Gray |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2005-05-29 | sched work by niklas and art backed out; causes panics | Theo de Raadt |
2005-05-25 | This patch is mortly art's work and was done *a year* ago. Art wants to thank | Niklas Hallqvist |
2004-11-01 | additional DIAGNOSTIC, checking for proc in lockmgr when required | marius eriksen |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-07-12 | Detect the case where we LK_RELEASE a lock when noone is holding it. | Artur Grabowski |
2002-03-17 | Add a DIAGNOSTIC check for when both LK_CANRECURSE and | Artur Grabowski |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-12-04 | Add declaration of "state" to _simple_lock_assert(). Since it is | Todd C. Miller |
2001-11-07 | new flag to lockmgr. LK_RECURSEFAIL - even if the lock can recurse fail. | Artur Grabowski |
1999-07-09 | rename SIMPLELOCK_DEBUG to LOCKDEBUG | Artur Grabowski |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller |
1998-12-28 | simple debugging for simple locks | Artur Grabowski |
1998-11-10 | put text after endif into comments | Artur Grabowski |
1997-11-07 | $OpenBSD$ | Niklas Hallqvist |
1997-11-06 | Fixes so that it compiles with #ifdef DEBUG | Constantine Sapuntzakis |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis |