From owner-cvs-all Thu Jan 21 01:35:40 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA11085 for cvs-all-outgoing; Thu, 21 Jan 1999 01:35:40 -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 BAA11078; Thu, 21 Jan 1999 01:35:39 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA21353; Thu, 21 Jan 1999 01:35:40 -0800 (PST) Date: Thu, 21 Jan 1999 01:35:40 -0800 (PST) Message-Id: <199901210935.BAA21353@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_fault.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/01/21 01:35:40 PST Modified files: sys/vm vm_fault.c Log: Mainly cleanup. Removed some inappropriate low-memory handling code and added lots of comments. Add tie-in to vm_pager ( and thus the new swapper ) to deallocate backing swap for dirtied pages on the fly. Revision Changes Path 1.95 +1 -1 src/sys/vm/vm_fault.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message