| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Handle the case when a thread is blocked on a lockmgr lock with | John Baldwin | 2007-03-28 | 1 | -2/+15 |
| * | MFC: If the buffer lock has waiters after the buffer has changed identity | Tor Egge | 2006-10-09 | 1 | -0/+15 |
| * | MFC several DDB improvements including the simpler 'ps', 'show proc', | John Baldwin | 2006-08-17 | 1 | -0/+60 |
| * | MFC Revs 1.96, 1.91, 1.90 | Jeff Roberson | 2006-03-13 | 1 | -34/+17 |
| * | Merge kern_lock.c:1.95 from HEAD to RELENG_6: | Robert Watson | 2005-10-02 | 1 | -0/+1 |
| * | Merge kern_lock.c:1.94 from HEAD to RELENG_6: | Robert Watson | 2005-10-02 | 1 | -2/+8 |
| * | - 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 |
| * | Reversion of commit by Davidxu plus fixes since applied. | Julian Elischer | 2003-02-01 | 1 | -20/+20 |
| * | Move UPCALL related data structure out of kse, introduce a new | David Xu | 2003-01-26 | 1 | -20/+20 |
| * | Remove a race condition / deadlock from snapshots. When | Kirk McKusick | 2002-11-30 | 1 | -6/+37 |
| * | Have lockinit() initialize the debugging fields of a lock | Kirk McKusick | 2002-10-18 | 1 | -0/+9 |
| * | Include <sys/lockmgr.h> for the definitions of the locking interfaces that | Bruce Evans | 2002-08-27 | 1 | -2/+2 |
| * | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -3/+3 |
| * | Record the file, line, and pid of the last successful shared lock holder. This | Jeff Roberson | 2002-05-30 | 1 | -0/+6 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -2/+2 |
| * | Change wmesg to const char * instead of char * | Eivind Eklund | 2002-03-05 | 1 | -1/+1 |
| * | Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget() | Matthew Dillon | 2001-12-20 | 1 | -2/+4 |
| * | Create a mutex pool API for short term leaf mutexes. | Matthew Dillon | 2001-11-13 | 1 | -37/+13 |
| * | Add missing includes of sys/ktr.h. | John Baldwin | 2001-10-11 | 1 | -0/+1 |
| * | Malloc mutexes pre-zero'd as random garbage (including 0xdeadcode) my | John Baldwin | 2001-10-10 | 1 | -1/+1 |
| * | Fix locking on td_flags for TDF_DEADLKTREAT. If the comments in the code | John Baldwin | 2001-09-13 | 1 | -8/+4 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -14/+14 |
| * | If we've panic'd already, then just bail in lockmgr rather than blocking or | John Baldwin | 2001-08-10 | 1 | -0/+5 |
| * | Instead of asserting that a mutex is not still locked after unlocking it, | Alfred Perlstein | 2001-04-28 | 1 | -1/+1 |