Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/18/1997 13:40:01
mrg
Tue Feb 18 05:39:36 PST 1997
Update of /cvsroot/src/sys/vm
In directory netbsd1:/var/slash-tmp/cvs-serv28330

Modified Files:
	swap_pager.c vm_fault.c vm_object.c vm_object.h vm_pageout.c 
Log Message:
This is all from mycroft:

Create macros (with names borrowed from Mach 3) to manipulate
object->paging_in_progress, and use them.  When decreasing the
paging count, always make sure to wake up anyone waiting.
Fixes `vospgc', `vosca1', and `vosca2' hangs.