alc 4a00409486 Correct a boundary case error in the management of a page's dirty bits by
shm_dotruncate() and vnode_pager_setsize().  Specifically, if the length of
a shared memory object or a file is truncated such that the length modulo
the page size is between 1 and 511, then all of the page's dirty bits were
cleared.  Now, a dirty bit is cleared only if the corresponding block is
truncated in its entirety.
2009-06-02 08:02:27 +00:00
..
2009-04-28 11:43:35 +00:00
2009-05-19 01:14:37 +00:00
2009-04-01 04:36:37 +00:00
2009-05-07 05:44:13 +00:00
2007-10-16 11:32:57 +00:00
2007-12-27 17:08:11 +00:00