Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 1998 00:48:01 -0700 (PDT)
From:      John Dyson <dyson@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   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
Message-ID:  <199805210748.AAA19619@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805210748.AAA19619>