Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Dec 1995 04:28:41 -0800 (PST)
From:      John Dyson <dyson>
To:        CVS-committers, cvs-sys
Subject:   cvs commit: src/sys/vm vm_mmap.c
Message-ID:  <199512131228.EAA06493@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dyson       95/12/13 04:28:41

  Modified:    sys/vm    vm_mmap.c
  Log:
  There was a bug that the size for an msync'ed region was not rounded
  up.  The effect of this was that msync with a size would generally sync
  1 page less than it should.  This problem was brought to my attention
  by Darrel Herbst <dherbst@gradin.cis.upenn.edu> and Ron Minnich
  <rminnich@sarnoff.com>.
  
  Revision  Changes    Path
  1.33      +2 -2      src/sys/vm/vm_mmap.c



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