From owner-freebsd-commit Wed Dec 13 04:30:26 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA06592 for freebsd-commit-outgoing; Wed, 13 Dec 1995 04:30:26 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA06510 for cvs-all-outgoing; Wed, 13 Dec 1995 04:28:45 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA06500 for cvs-sys-outgoing; Wed, 13 Dec 1995 04:28:43 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA06493 Wed, 13 Dec 1995 04:28:41 -0800 (PST) Date: Wed, 13 Dec 1995 04:28:41 -0800 (PST) From: John Dyson Message-Id: <199512131228.EAA06493@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/vm vm_mmap.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk 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 and Ron Minnich . Revision Changes Path 1.33 +2 -2 src/sys/vm/vm_mmap.c