From owner-cvs-all Thu May 21 01:11:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA22366 for cvs-all-outgoing; Thu, 21 May 1998 01:11:19 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA22344; Thu, 21 May 1998 01:11:10 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id BAA20466; Thu, 21 May 1998 01:03:35 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd020463; Thu May 21 08:03:30 1998 Date: Thu, 21 May 1998 01:03:26 -0700 (PDT) From: Julian Elischer To: John Dyson cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/i386 pmap.c src/sys/kern vfs_cluster.c src/sys/miscfs/specfs spec_vnops.c src/sys/vm vm_map.c vm_object.c In-Reply-To: <199805210748.AAA19619@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk can you explain a bit more? julian On Thu, 21 May 1998, John Dyson wrote: > dyson 1998/05/21 00:48:01 PDT > > Modified files: > sys/i386/i386 pmap.c > sys/kern vfs_cluster.c > sys/miscfs/specfs spec_vnops.c > sys/vm vm_map.c vm_object.c > Log: > Make flushing dirty pages work correctly on filesystems that > unexpectedly do not complete writes even with sync I/O requests. > This should help the behavior of mmaped files when using > softupdates (and perhaps in other circumstances also.) > > Revision Changes Path > 1.202 +4 -1 src/sys/i386/i386/pmap.c > 1.62 +8 -12 src/sys/kern/vfs_cluster.c > 1.62 +3 -2 src/sys/miscfs/specfs/spec_vnops.c > 1.127 +7 -5 src/sys/vm/vm_map.c > 1.121 +10 -2 src/sys/vm/vm_object.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message