#
891e0f24 |
| 19-Aug-1997 |
John Dyson <dyson@FreeBSD.org> |
Allow lockmgr to work without a current process. Disallowing that was a mistake in the lockmgr rewrite.
|
#
7cbfd031 |
| 18-Aug-1997 |
Steve Passe <fsmp@FreeBSD.org> |
Added includes of smp.h for SMP. This eliminates a bazillion warnings about implicit s_lock & friends.
|
#
03e9c6c1 |
| 18-Aug-1997 |
John Dyson <dyson@FreeBSD.org> |
Fix kern_lock so that it will work. Additionally, clean-up some of the VM systems usage of the kernel lock (lockmgr) code. This is a first pass implementation, and is expected to evolve as needed.
Fix kern_lock so that it will work. Additionally, clean-up some of the 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.
show more ...
|
#
248fcb66 |
| 04-Aug-1997 |
Steve Passe <fsmp@FreeBSD.org> |
pushed down "volatility" of simplelock to actual int inside the struct.
Submitted by: bde@zeta.org.au, smp@csn.net
|
Revision tags: release/2.2.2_cvs |
|
#
6898627c |
| 01-Apr-1997 |
Bruce Evans <bde@FreeBSD.org> |
Fixed commented-out Lite2 sysctl debug.lockpausetime.
Removed unused #includes.
|
Revision tags: release/2.2.1_cvs |
|
#
17a8bb9d |
| 25-Mar-1997 |
Peter Wemm <peter@FreeBSD.org> |
Add missing $Id$ Note; the RCS file has also been reconstructed to have a CSRG vendor branch.
|
#
356b94e0 |
| 25-Mar-1997 |
Peter Wemm <peter@FreeBSD.org> |
Replace original rev 1.3; Author: bde; Date: 1997/02/25 17:24:43; Fix counting of simplelocks in SIMPLELOCK_DEBUG Fix style regression
|
#
4bdb9b11 |
| 25-Mar-1997 |
Peter Wemm <peter@FreeBSD.org> |
Replace original rev 1.2; Author: mpp; Date: 1997/02/12 06:52:30 Add missing #include <sys/systm.h>
|
#
a1ce9d5c |
| 25-Mar-1997 |
Peter Wemm <peter@FreeBSD.org> |
Replace original revision 1.1; Author dyson; Date: 1997/02/10 02:28:15 Changes from Lite2: - DEBUG -> SIMPLELOCK_DEBUG - cosmetic fixes - bzero of lock at init time -> explicit init of members.
|
#
53bf4bb2 |
| 25-Mar-1997 |
Peter Wemm <peter@FreeBSD.org> |
Import 4.4BSD-Lite2 onto CSRG branch
|
#
6f3ca62e |
| 25-Mar-1997 |
Peter Wemm <peter@FreeBSD.org> |
This commit was generated by cvs2svn to compensate for changes in r24269, which included commits to RCS files with non-trunk default branches.
|