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