Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 08/20/2000 13:24:15
Module Name:	syssrc
Committed By:	bjh21
Date:		Sun Aug 20 10:24:15 UTC 2000

Modified Files:
	syssrc/sys/uvm: uvm_pdaemon.c

Log Message:
Ensure that uvmexp.freemin is above the kernel reserved-page count.

When it wasn't (which could happen on a 4Mb machine with 32kb pages),
uvm_pagealloc_strat could refuse to allocate user memory, while the pagedaemon
didn't think it was worth freeing any more, resulting in the system seizing up.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 syssrc/sys/uvm/uvm_pdaemon.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.