Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/17/1997 19:10:08
mjacob
Fri Oct 17 12:00:19 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/alpha
In directory netbsd1:/var/slash-tmp/cvs-serv8658

Modified Files:
	dec_kn8ae.c dec_kn20aa.c dec_eb64plus.c dec_axppci_33.c 
	dec_2100_a50.c 
Log Message:
more compile foo


pk
Fri Oct 17 12:06:17 PDT 1997
Update of /cvsroot/src/sys/vm
In directory netbsd1:/var/slash-tmp/cvs-serv9254

Modified Files:
	vm_swap.c 
Log Message:
A `simplelock' suffices for most swap device list traversals, as noted
by Chuck Cranor.

Use an exclusive (long-term) lock before applying changes to the swap
lists. This lock is also used by the stats system call because of possible
blocking in copyout().