summaryrefslogtreecommitdiff
path: root/viengoos/ChangeLog
diff options
context:
space:
mode:
authorneal <neal>2008-05-23 11:49:28 +0000
committerneal <neal>2008-05-23 11:49:28 +0000
commit0994d095482864ac3a16aff01ec18c82b768b748 (patch)
tree1c7d5f4cd1bf6d4b970dd3fb2e708f789dba181a /viengoos/ChangeLog
parent81b3f5d149bb0316b5e0c2ba50c271291e909768 (diff)
2008-05-23 Neal H. Walfield <neal@gnu.org>
* object.h (object_desc_flush): Take additional parameter, clear_kernel. If true, fetch the status bits corresponding to Viengoos even if the dirty bit is set. Update callers. * pager.c (is_clean): More thoroughly check that a page alleged to be clean is really all zeros.
Diffstat (limited to 'viengoos/ChangeLog')
-rw-r--r--viengoos/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/viengoos/ChangeLog b/viengoos/ChangeLog
index 5574792..1ba9d76 100644
--- a/viengoos/ChangeLog
+++ b/viengoos/ChangeLog
@@ -1,5 +1,14 @@
2008-05-23 Neal H. Walfield <neal@gnu.org>
+ * object.h (object_desc_flush): Take additional parameter,
+ clear_kernel. If true, fetch the status bits corresponding to
+ Viengoos even if the dirty bit is set. Update callers.
+
+ * pager.c (is_clean): More thoroughly check that a page alleged to
+ be clean is really all zeros.
+
+2008-05-23 Neal H. Walfield <neal@gnu.org>
+
* rm.h (rm_method_id_string): Handle the case where ID is
RM_object_status.
* server.c (server_loop): Implement the object_status method.