From owner-cvs-all Sat Feb 14 08:13:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA07738 for cvs-all-outgoing; Sat, 14 Feb 1998 08:13:34 -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 IAA07733; Sat, 14 Feb 1998 08:13:29 -0800 (PST) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA23495; Sat, 14 Feb 1998 08:13:28 -0800 (PST) Date: Sat, 14 Feb 1998 08:13:28 -0800 (PST) Message-Id: <199802141613.IAA23495@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 nate 1998/02/14 08:13:28 PST Modified files: (Branch: RELENG_2_2) sys/vm swap_pager.c Log: - MFC: revision 1.85 date: 1998/02/03 00:50:36; author: dyson; state: Exp; lines: +65 -36 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. Reviewed by: a number of folks on -stable [ The same code exists in both branches, and the patch seems to give no ill effects to testers. ] Revision Changes Path 1.72.2.1 +65 -36 src/sys/vm/swap_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message