| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
This eliminates a bazillion warnings about implicit s_lock & friends.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Submitted by: bde@zeta.org.au, smp@csn.net
|
|
|
|
| |
Removed unused #includes.
|
|
|
|
| |
Note; the RCS file has also been reconstructed to have a CSRG vendor branch.
|
|
|
|
|
| |
Fix counting of simplelocks in SIMPLELOCK_DEBUG
Fix style regression
|
|
|
|
| |
Add missing #include <sys/systm.h>
|
|
|
|
|
|
|
| |
Changes from Lite2:
- DEBUG -> SIMPLELOCK_DEBUG
- cosmetic fixes
- bzero of lock at init time -> explicit init of members.
|
|
|