summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_lock.c
Commit message (Expand)AuthorAgeFilesLines
* Move MAXCPU from machine/smp.h to machine/param.h to fix breakageps2000-09-231-2/+2
* Make LINT compile.phk2000-09-161-2/+0
* Eliminate the undocumented, experimental, non-delivering and highlyphk2000-03-161-16/+0
* Lock reporting and assertion changes.eivind1999-12-111-4/+8
* Correct a locking error in apause: It should always holdalc1999-11-111-14/+16
* Fix process p_locks accounting. Conversions of the owner to LK_KERNPROCdillon1999-09-271-2/+5
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* When requesting an exclusive lock with LK_NOWAIT, do not panicmckusick1999-06-281-5/+7
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-2/+18
* fix breakage for alphas.julian1999-03-151-2/+2
* This solves a deadlock that can occur when read()ing into a file-mmap()julian1999-03-121-3/+24
* Add 'options DEBUG_LOCKS', which stores extra information in structeivind1999-01-201-1/+25
* KNFize, by bde.eivind1999-01-101-1/+2
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT aseivind1999-01-081-9/+2
* Staticize.eivind1998-11-261-2/+2
* Really finish supporting compiling with `gcc -ansi'.bde1998-04-171-2/+2
* Some kern_lock code improvements. Add missing wakeup, and enabledyson1998-03-071-10/+43
* Include SIMPLELOCK_DEBUG functions even if SMP if compiling LINT; giveeivind1998-02-111-2/+6
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-3/+1
* Removed unused #includes.bde1997-10-281-5/+1
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-77/+85
* typo in comment.phk1997-08-221-2/+2
* Allow lockmgr to work without a current process. Disallowing thatdyson1997-08-191-3/+4
* Added includes of smp.h for SMP.fsmp1997-08-181-1/+5
* Fix kern_lock so that it will work. Additionally, clean-up some of thedyson1997-08-181-132/+144
* pushed down "volatility" of simplelock to actual int inside the struct.fsmp1997-08-041-5/+5
* Fixed commented-out Lite2 sysctl debug.lockpausetime.bde1997-04-011-5/+6
* Add missing $Id$peter1997-03-251-0/+1
* Replace original rev 1.3; Author: bde; Date: 1997/02/25 17:24:43;peter1997-03-251-3/+2
* Replace original rev 1.2; Author: mpp; Date: 1997/02/12 06:52:30peter1997-03-251-0/+1
* Replace original revision 1.1; Author dyson; Date: 1997/02/10 02:28:15peter1997-03-251-8/+14
* Import 4.4BSD-Lite2 onto CSRG branchpeter1997-03-251-0/+531
OpenPOWER on IntegriCloud