| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Assert that when using an interlock mutex it is not recursed when lockmgr() | Alfred Perlstein | 2001-04-20 | 1 | -1/+3 |
| * | convert if/panic -> KASSERT, explain what triggered the assertion | Alfred Perlstein | 2001-04-13 | 1 | -2/+4 |
| * | Fix a precedence bug. ! has higher precedence than &. | Jake Burkholder | 2001-04-08 | 1 | -1/+1 |
| * | Proc locking. | John Baldwin | 2001-02-09 | 1 | -14/+10 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -12/+12 |
| * | Convert all simplelocks to mutexes and remove the simplelock implementations. | Jason Evans | 2001-01-24 | 1 | -120/+2 |
| * | Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex | Jason Evans | 2001-01-21 | 1 | -3/+3 |
| * | Use msleep instead of mtx_exit; tsleep; mtx_enter, which is not safe. | Jake Burkholder | 2000-12-01 | 1 | -6/+3 |
| * | - machine/mutex.h -> sys/mutex.h | John Baldwin | 2000-10-20 | 1 | -5/+4 |
| * | For lockmgr mutex protection, use an array of mutexes that are allocated | Jason Evans | 2000-10-12 | 1 | -22/+79 |
| * | Convert lockmgr locks from using simple locks to using mutexes. | Jason Evans | 2000-10-04 | 1 | -17/+47 |
| * | Move MAXCPU from machine/smp.h to machine/param.h to fix breakage | Paul Saab | 2000-09-23 | 1 | -2/+2 |
| * | Make LINT compile. | Poul-Henning Kamp | 2000-09-16 | 1 | -2/+0 |
| * | Eliminate the undocumented, experimental, non-delivering and highly | Poul-Henning Kamp | 2000-03-16 | 1 | -16/+0 |
| * | Lock reporting and assertion changes. | Eivind Eklund | 1999-12-11 | 1 | -4/+8 |
| * | Correct a locking error in apause: It should always hold | Alan Cox | 1999-11-11 | 1 | -14/+16 |
| * | Fix process p_locks accounting. Conversions of the owner to LK_KERNPROC | Matthew Dillon | 1999-09-27 | 1 | -2/+5 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | When requesting an exclusive lock with LK_NOWAIT, do not panic | Kirk McKusick | 1999-06-28 | 1 | -5/+7 |
| * | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | Kirk McKusick | 1999-06-26 | 1 | -2/+18 |
| * | fix breakage for alphas. | Julian Elischer | 1999-03-15 | 1 | -2/+2 |
| * | This solves a deadlock that can occur when read()ing into a file-mmap() | Julian Elischer | 1999-03-12 | 1 | -3/+24 |
| * | Add 'options DEBUG_LOCKS', which stores extra information in struct | Eivind Eklund | 1999-01-20 | 1 | -1/+25 |
| * | KNFize, by bde. | Eivind Eklund | 1999-01-10 | 1 | -1/+2 |
| * | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | Eivind Eklund | 1999-01-08 | 1 | -9/+2 |
| * | Staticize. | Eivind Eklund | 1998-11-26 | 1 | -2/+2 |
| * | Really finish supporting compiling with `gcc -ansi'. | Bruce Evans | 1998-04-17 | 1 | -2/+2 |
| * | Some kern_lock code improvements. Add missing wakeup, and enable | John Dyson | 1998-03-07 | 1 | -10/+43 |
| * | Include SIMPLELOCK_DEBUG functions even if SMP if compiling LINT; give | Eivind Eklund | 1998-02-11 | 1 | -2/+6 |
| * | Back out DIAGNOSTIC changes. | Eivind Eklund | 1998-02-06 | 1 | -3/+1 |
| * | Turn DIAGNOSTIC into a new-style option. | Eivind Eklund | 1998-02-04 | 1 | -1/+3 |
| * | Remove a bunch of variables which were unused both in GENERIC and LINT. | Poul-Henning Kamp | 1997-11-07 | 1 | -3/+1 |
| * | Removed unused #includes. | Bruce Evans | 1997-10-28 | 1 | -5/+1 |
| * | Change the M_NAMEI allocations to use the zone allocator. This change | John Dyson | 1997-09-21 | 1 | -77/+85 |
| * | typo in comment. | Poul-Henning Kamp | 1997-08-22 | 1 | -2/+2 |
| * | Allow lockmgr to work without a current process. Disallowing that | John Dyson | 1997-08-19 | 1 | -3/+4 |
| * | Added includes of smp.h for SMP. | Steve Passe | 1997-08-18 | 1 | -1/+5 |
| * | Fix kern_lock so that it will work. Additionally, clean-up some of the | John Dyson | 1997-08-18 | 1 | -132/+144 |
| * | pushed down "volatility" of simplelock to actual int inside the struct. | Steve Passe | 1997-08-04 | 1 | -5/+5 |
| * | Fixed commented-out Lite2 sysctl debug.lockpausetime. | Bruce Evans | 1997-04-01 | 1 | -5/+6 |
| * | Add missing $Id$ | Peter Wemm | 1997-03-25 | 1 | -0/+1 |
| * | Replace original rev 1.3; Author: bde; Date: 1997/02/25 17:24:43; | Peter Wemm | 1997-03-25 | 1 | -3/+2 |
| * | Replace original rev 1.2; Author: mpp; Date: 1997/02/12 06:52:30 | Peter Wemm | 1997-03-25 | 1 | -0/+1 |
| * | Replace original revision 1.1; Author dyson; Date: 1997/02/10 02:28:15 | Peter Wemm | 1997-03-25 | 1 | -8/+14 |