From owner-freebsd-commit Tue Mar 5 20:32:54 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA01090 for freebsd-commit-outgoing; Tue, 5 Mar 1996 20:32:54 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA01059 for cvs-all-outgoing; Tue, 5 Mar 1996 20:32:31 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA00894 Tue, 5 Mar 1996 20:31:54 -0800 (PST) Date: Tue, 5 Mar 1996 20:31:54 -0800 (PST) From: John Dyson Message-Id: <199603060431.UAA00894@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm swap_pager.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/03/05 20:31:52 Modified: sys/vm swap_pager.c Log: Fix a problem in the swap pager that caused some of the pages that were paged in under low swap space conditions to both loose their backing store and their dirty bits. This would cause pages to be demand zeroed under certain conditions in low VM space conditions and consequential sig-11's or sig-10's. This situation was made worse lately when the level for swap space reclaim threshold was increased. Revision Changes Path 1.63 +9 -9 src/sys/vm/swap_pager.c