Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 10/03/2004 08:47:48
Module Name:	src
Committed By:	enami
Date:		Sun Oct  3 08:47:48 UTC 2004

Modified Files:
	src/sys/kern: vfs_bio.c
	src/sys/uvm: uvm_pdaemon.c

Log Message:
- Don't let pagedaemon sleep while draining buf.
- Estimate amount of memory to free at a time.
Address PR#27057 (and similar hangs I saw several months ago).


To generate a diff of this commit:
cvs rdiff -r1.133 -r1.134 src/sys/kern/vfs_bio.c
cvs rdiff -r1.59 -r1.60 src/sys/uvm/uvm_pdaemon.c

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