| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Allow lockmgr to work without a current process. Disallowing that | dyson | 1997-08-19 | 1 | -3/+4 |
* | Added includes of smp.h for SMP. | fsmp | 1997-08-18 | 1 | -1/+5 |
* | Fix kern_lock so that it will work. Additionally, clean-up some of the | dyson | 1997-08-18 | 1 | -132/+144 |
* | pushed down "volatility" of simplelock to actual int inside the struct. | fsmp | 1997-08-04 | 1 | -5/+5 |
* | Fixed commented-out Lite2 sysctl debug.lockpausetime. | bde | 1997-04-01 | 1 | -5/+6 |
* | Add missing $Id$ | peter | 1997-03-25 | 1 | -0/+1 |
* | Replace original rev 1.3; Author: bde; Date: 1997/02/25 17:24:43; | peter | 1997-03-25 | 1 | -3/+2 |
* | Replace original rev 1.2; Author: mpp; Date: 1997/02/12 06:52:30 | peter | 1997-03-25 | 1 | -0/+1 |
* | Replace original revision 1.1; Author dyson; Date: 1997/02/10 02:28:15 | peter | 1997-03-25 | 1 | -8/+14 |
* | Import 4.4BSD-Lite2 onto CSRG branch | peter | 1997-03-25 | 1 | -0/+531 |