From owner-cvs-all Fri Feb 12 12:42:21 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA03798 for cvs-all-outgoing; Fri, 12 Feb 1999 12:42:21 -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 MAA03790; Fri, 12 Feb 1999 12:42:20 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA86997; Fri, 12 Feb 1999 12:42:20 -0800 (PST) (envelope-from dillon@FreeBSD.org) Date: Fri, 12 Feb 1999 12:42:20 -0800 (PST) Message-Id: <199902122042.MAA86997@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_object.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/02/12 12:42:19 PST Modified files: sys/vm vm_object.c Log: Minor optimization to madvise() MADV_FREE to make page as freeable as possible without actually unmapping it from the process. As of now, I declare madvise() on OBJT_DEFAULT/OBJT_SWAP objects to be 'working and complete'. Revision Changes Path 1.150 +7 -1 src/sys/vm/vm_object.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message