From owner-cvs-all Mon Feb 2 16:50:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA19482 for cvs-all-outgoing; Mon, 2 Feb 1998 16:50:59 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA19477; Mon, 2 Feb 1998 16:50:58 -0800 (PST) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA27998; Mon, 2 Feb 1998 16:50:38 -0800 (PST) Date: Mon, 2 Feb 1998 16:50:38 -0800 (PST) Message-Id: <199802030050.QAA27998@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/vm swap_pager.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe cvs-all" dyson 1998/02/02 16:50:38 PST Modified files: sys/vm swap_pager.c Log: This fix should help the panic problems in -current. There were some errors in "interval" management. Due to the clustering mechanism, the code is necessarily complex and error prone. Revision Changes Path 1.85 +65 -36 src/sys/vm/swap_pager.c