| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 210173 as it did not properly fix the bug. It assumed that the | John Baldwin | 2010-08-20 | 1 | -0/+34 |
* | Merge Makefile:1.320, stack.9:1.4, kern_lock.c:1.114, subr_stack.c:1.4, | Robert Watson | 2008-04-10 | 1 | -1/+1 |
* | Move lock_profile_object_{init,destroy}() into lock_{init,destroy}(). | John Baldwin | 2007-05-18 | 1 | -2/+1 |
* | - Use lock_init/lock_destroy() to setup the lock_object inside of lockmgr. | John Baldwin | 2007-03-30 | 1 | -7/+11 |
* | Rename the 'mtx_object', 'rw_object', and 'sx_object' members of mutexes, | John Baldwin | 2007-03-21 | 1 | -1/+1 |
* | Handle the case when a thread is blocked on a lockmgr lock with LK_DRAIN | John Baldwin | 2007-03-21 | 1 | -3/+16 |
* | Add two new function pointers 'lc_lock' and 'lc_unlock' to lock classes. | John Baldwin | 2007-03-09 | 1 | -3/+19 |
* | Use C99-style struct member initialization for lock classes. | John Baldwin | 2007-03-09 | 1 | -3/+3 |
* | general LOCK_PROFILING cleanup | Kip Macy | 2007-02-26 | 1 | -13/+16 |
* | track lock class name in a way that doesn't break WITNESS | Kip Macy | 2006-11-13 | 1 | -7/+15 |
* | show lock class in profiling output for default case where type is not specif... | Kip Macy | 2006-11-12 | 1 | -0/+2 |
* | MUTEX_PROFILING has been generalized to LOCK_PROFILING. We now profile | Kip Macy | 2006-11-11 | 1 | -5/+19 |
* | If the buffer lock has waiters after the buffer has changed identity then | Tor Egge | 2006-10-02 | 1 | -0/+15 |
* | Add a new 'show sleepchain' ddb command similar to 'show lockchain' except | John Baldwin | 2006-08-15 | 1 | -0/+28 |
* | Add a 'show lockmgr' command that dumps the relevant details of a lockmgr | John Baldwin | 2006-08-15 | 1 | -0/+32 |
* | Remove duplicated #include. | Pawel Jakub Dawidek | 2006-07-14 | 1 | -1/+0 |
* | - Remove and unused include. | Jeff Roberson | 2005-12-23 | 1 | -1/+0 |
* | Include kdb.h so that kdb_active is declared regardless of KDB being | Robert Watson | 2005-10-02 | 1 | -0/+1 |
* | In lockstatus(), don't lock and unlock the interlock when testing the | Robert Watson | 2005-09-27 | 1 | -2/+8 |
* | Print out a warning and a backtrace if we try to unlock a lockmgr that | Suleiman Souhlal | 2005-09-02 | 1 | -0/+7 |
* | Add 'depth' argument to CTRSTACK() macro, which allows to reduce number | Pawel Jakub Dawidek | 2005-08-29 | 1 | -1/+1 |
* | - Fix a problem that slipped through review; the stack member of the lockmgr | Jeff Roberson | 2005-08-03 | 1 | -5/+8 |
* | - Replace the series of DEBUG_LOCKS hacks which tried to save the vn_lock | Jeff Roberson | 2005-08-03 | 1 | -34/+15 |
* | - Differentiate two UPGRADE panics so I have a better idea of what's going | Jeff Roberson | 2005-04-12 | 1 | -1/+3 |
* | - Remove dead code. | Jeff Roberson | 2005-04-06 | 1 | -26/+2 |
* | - Slightly restructure acquire() so I can add more ktr information and | Jeff Roberson | 2005-04-03 | 1 | -18/+14 |
* | - Add a LK_NOSHARE flag which forces all shared lock requests to be | Jeff Roberson | 2005-03-31 | 1 | -1/+5 |
* | - Remove apause(). It makes no sense with our present mutex implementation | Jeff Roberson | 2005-03-31 | 1 | -40/+0 |
* | - Don't bump the count twice in the LK_DRAIN case. | Jeff Roberson | 2005-03-28 | 1 | -2/+0 |
* | - Restore COUNT() in all of its original glory. Don't make it dependent | Jeff Roberson | 2005-03-25 | 1 | -17/+19 |
* | - Complete the implementation of td_locks. Track the number of outstanding | Jeff Roberson | 2005-03-24 | 1 | -0/+11 |
* | - transferlockers() requires the interlock to be SMP safe. | Jeff Roberson | 2005-03-15 | 1 | -2/+8 |
* | - Include LK_INTERLOCK in LK_EXTFLG_MASK so that it makes its way into | Jeff Roberson | 2005-01-25 | 1 | -1/+1 |
* | - Do not use APAUSE if LK_INTERLOCK is set. We lose synchronization | Jeff Roberson | 2005-01-24 | 1 | -10/+19 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | When upgrading the shared lock to an exclusive lock, if we discover | Paul Saab | 2004-11-29 | 1 | -3/+2 |
* | Reintroduce slightly modified patch from kern/69964. Check for | Alexander Kabaev | 2004-08-27 | 1 | -4/+11 |
* | Temporarily back out r1.74 as it seems to cause a number of regressions | Alexander Kabaev | 2004-08-23 | 1 | -12/+5 |
* | Upgrading a lock does not play well together with acquiring an exclusive lock | Alexander Kabaev | 2004-08-16 | 1 | -5/+12 |
* | Don't include a "\n" in KTR output, it confuses automatic parsing. | Robert Watson | 2004-07-23 | 1 | -1/+1 |
* | Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoid | Tim J. Robbins | 2004-06-03 | 1 | -4/+2 |
* | Add pid to the info printed in lockmgr_printinfo. This makes VFS | Alexander Kabaev | 2004-01-06 | 1 | -2/+3 |
* | Rearrange the SYSINIT order to call lockmgr_init() earlier so that | Don Lewis | 2003-07-16 | 1 | -27/+3 |
* | Extend the mutex pool implementation to permit the creation and use of | Don Lewis | 2003-07-13 | 1 | -2/+2 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
* | Use the KTR_LOCK mask for logging events via KTR in lockmgr() rather | John Baldwin | 2003-03-11 | 1 | -4/+4 |
* | Replace calls to WITNESS_SLEEP() and witness_list() with equivalent calls | John Baldwin | 2003-03-04 | 1 | -1/+3 |
* | - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK. | Jeff Roberson | 2003-02-25 | 1 | -8/+5 |
* | - Add a WITNESS_SLEEP() for the appropriate cases in lockmgr(). | Jeff Roberson | 2003-02-16 | 1 | -0/+7 |
* | The lockmanager has to keep track of locks per thread, not per process. | Julian Elischer | 2003-02-05 | 1 | -19/+19 |