From owner-cvs-sys Sun Jan 19 18:25:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA05646 for cvs-sys-outgoing; Sun, 19 Jan 1997 18:25:17 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA05639; Sun, 19 Jan 1997 18:25:16 -0800 (PST) Date: Sun, 19 Jan 1997 18:25:16 -0800 (PST) From: John Dyson Message-Id: <199701200225.SAA05639@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_object.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 97/01/19 18:25:15 Modified: sys/vm vm_object.c Log: Make MADV_FREE work better. Specifically, it did not wait for the page to be unbusy, and it caused some algorithmic problems as a result. There were some other problems with it also, so this is a general cleanup of the code. Submitted by: Douglas Crosher and myself. Revision Changes Path 1.88 +46 -13 src/sys/vm/vm_object.c