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
..
2008-09-26 14:50:49 +00:00
2008-05-10 23:39:27 +00:00
2007-10-30 14:48:13 +00:00
2008-05-18 04:16:57 +00:00
2008-08-13 17:32:48 +00:00
2009-04-28 11:43:35 +00:00
2007-02-07 17:43:11 +00:00
2009-01-25 09:11:24 +00:00
2009-01-25 09:11:24 +00:00
2009-01-25 09:11:24 +00:00
2009-01-25 09:11:24 +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
2008-08-05 20:02:31 +00:00
2009-03-09 19:35:20 +00:00
2009-02-24 20:57:43 +00:00
2008-07-05 19:34:33 +00:00
2009-04-19 00:34:34 +00:00
2009-04-10 10:16:03 +00:00
2009-01-23 22:49:23 +00:00
2009-06-01 21:32:52 +00:00
2009-05-28 07:26:36 +00:00
2009-02-08 22:17:24 +00:00
2009-05-30 22:06:58 +00:00
2009-05-30 22:15:55 +00:00
2009-05-28 06:52:14 +00:00
2008-09-29 19:45:12 +00:00
2009-02-24 18:09:31 +00:00
2007-10-16 11:32:57 +00:00
2008-04-06 18:09:28 +00:00
2007-12-20 22:45:54 +00:00
2009-04-11 09:09:00 +00:00
2008-04-06 18:09:28 +00:00
2009-04-11 22:34:08 +00:00
2008-08-03 14:26:15 +00:00
2007-12-27 17:08:11 +00:00
2009-06-02 08:02:27 +00:00
2009-02-08 20:23:46 +00:00