| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | eivind | 1999-01-08 | 1 | -9/+2 |
* | Staticize. | eivind | 1998-11-26 | 1 | -2/+2 |
* | Really finish supporting compiling with `gcc -ansi'. | bde | 1998-04-17 | 1 | -2/+2 |
* | Some kern_lock code improvements. Add missing wakeup, and enable | dyson | 1998-03-07 | 1 | -10/+43 |
* | Include SIMPLELOCK_DEBUG functions even if SMP if compiling LINT; give | eivind | 1998-02-11 | 1 | -2/+6 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -3/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+3 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 1 | -3/+1 |
* | Removed unused #includes. | bde | 1997-10-28 | 1 | -5/+1 |
* | Change the M_NAMEI allocations to use the zone allocator. This change | dyson | 1997-09-21 | 1 | -77/+85 |
* | typo in comment. | phk | 1997-08-22 | 1 | -2/+2 |