| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move UPCALL related data structure out of kse, introduce a new | davidxu | 2003-01-26 | 1 | -20/+20 |
* | Remove a race condition / deadlock from snapshots. When | mckusick | 2002-11-30 | 1 | -6/+37 |
* | Have lockinit() initialize the debugging fields of a lock | mckusick | 2002-10-18 | 1 | -0/+9 |
* | Include <sys/lockmgr.h> for the definitions of the locking interfaces that | bde | 2002-08-27 | 1 | -2/+2 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -3/+3 |
* | Record the file, line, and pid of the last successful shared lock holder. This | jeff | 2002-05-30 | 1 | -0/+6 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -2/+2 |
* | Change wmesg to const char * instead of char * | eivind | 2002-03-05 | 1 | -1/+1 |
* | Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget() | dillon | 2001-12-20 | 1 | -2/+4 |
* | Create a mutex pool API for short term leaf mutexes. | dillon | 2001-11-13 | 1 | -37/+13 |
* | Add missing includes of sys/ktr.h. | jhb | 2001-10-11 | 1 | -0/+1 |
* | Malloc mutexes pre-zero'd as random garbage (including 0xdeadcode) my | jhb | 2001-10-10 | 1 | -1/+1 |
* | Fix locking on td_flags for TDF_DEADLKTREAT. If the comments in the code | jhb | 2001-09-13 | 1 | -8/+4 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -14/+14 |
* | If we've panic'd already, then just bail in lockmgr rather than blocking or | jhb | 2001-08-10 | 1 | -0/+5 |
* | Instead of asserting that a mutex is not still locked after unlocking it, | alfred | 2001-04-28 | 1 | -1/+1 |
* | Assert that when using an interlock mutex it is not recursed when lockmgr() | alfred | 2001-04-20 | 1 | -1/+3 |
* | convert if/panic -> KASSERT, explain what triggered the assertion | alfred | 2001-04-13 | 1 | -2/+4 |
* | Fix a precedence bug. ! has higher precedence than &. | jake | 2001-04-08 | 1 | -1/+1 |
* | Proc locking. | jhb | 2001-02-09 | 1 | -14/+10 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -12/+12 |
* | Convert all simplelocks to mutexes and remove the simplelock implementations. | jasone | 2001-01-24 | 1 | -120/+2 |
* | Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex | jasone | 2001-01-21 | 1 | -3/+3 |
* | Use msleep instead of mtx_exit; tsleep; mtx_enter, which is not safe. | jake | 2000-12-01 | 1 | -6/+3 |
* | - machine/mutex.h -> sys/mutex.h | jhb | 2000-10-20 | 1 | -5/+4 |
* | For lockmgr mutex protection, use an array of mutexes that are allocated | jasone | 2000-10-12 | 1 | -22/+79 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 1 | -17/+47 |
* | Move MAXCPU from machine/smp.h to machine/param.h to fix breakage | ps | 2000-09-23 | 1 | -2/+2 |
* | Make LINT compile. | phk | 2000-09-16 | 1 | -2/+0 |
* | Eliminate the undocumented, experimental, non-delivering and highly | phk | 2000-03-16 | 1 | -16/+0 |
* | Lock reporting and assertion changes. | eivind | 1999-12-11 | 1 | -4/+8 |
* | Correct a locking error in apause: It should always hold | alc | 1999-11-11 | 1 | -14/+16 |
* | Fix process p_locks accounting. Conversions of the owner to LK_KERNPROC | dillon | 1999-09-27 | 1 | -2/+5 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | When requesting an exclusive lock with LK_NOWAIT, do not panic | mckusick | 1999-06-28 | 1 | -5/+7 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 1 | -2/+18 |
* | fix breakage for alphas. | julian | 1999-03-15 | 1 | -2/+2 |
* | This solves a deadlock that can occur when read()ing into a file-mmap() | julian | 1999-03-12 | 1 | -3/+24 |
* | Add 'options DEBUG_LOCKS', which stores extra information in struct | eivind | 1999-01-20 | 1 | -1/+25 |
* | KNFize, by bde. | eivind | 1999-01-10 | 1 | -1/+2 |