summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_lock.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Added includes of smp.h for SMP.fsmp1997-08-181-1/+5
| | | | This eliminates a bazillion warnings about implicit s_lock & friends.
* Fix kern_lock so that it will work. Additionally, clean-up some of thedyson1997-08-181-132/+144
| | | | | | | | VM systems usage of the kernel lock (lockmgr) code. This is a first pass implementation, and is expected to evolve as needed. The API for the lock manager code has not changed, but the underlying implementation has changed significantly. This change should not materially affect our current SMP or UP code without non-standard parameters being used.
* pushed down "volatility" of simplelock to actual int inside the struct.fsmp1997-08-041-5/+5
| | | | Submitted by: bde@zeta.org.au, smp@csn.net
* Fixed commented-out Lite2 sysctl debug.lockpausetime.bde1997-04-011-5/+6
| | | | Removed unused #includes.
* Add missing $Id$peter1997-03-251-0/+1
| | | | Note; the RCS file has also been reconstructed to have a CSRG vendor branch.
* Replace original rev 1.3; Author: bde; Date: 1997/02/25 17:24:43;peter1997-03-251-3/+2
| | | | | Fix counting of simplelocks in SIMPLELOCK_DEBUG Fix style regression
* Replace original rev 1.2; Author: mpp; Date: 1997/02/12 06:52:30peter1997-03-251-0/+1
| | | | Add missing #include <sys/systm.h>
* Replace original revision 1.1; Author dyson; Date: 1997/02/10 02:28:15peter1997-03-251-8/+14
| | | | | | | Changes from Lite2: - DEBUG -> SIMPLELOCK_DEBUG - cosmetic fixes - bzero of lock at init time -> explicit init of members.
* Import 4.4BSD-Lite2 onto CSRG branchpeter1997-03-251-0/+531
OpenPOWER on IntegriCloud