summaryrefslogtreecommitdiff
path: root/libpager/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-07-03 23:51:02 +0000
committerThomas Bushnell <thomas@gnu.org>1999-07-03 23:51:02 +0000
commitf3e41afcc2e04bad2016382f70c4f4c066dc9ded (patch)
treebdcdc49f25b84f84648561873ffcd6866ceee6e7 /libpager/ChangeLog
parent9453e9c4b42441016d4cb7c9830750a5bd5d84ad (diff)
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* data-return.c (_pager_do_write_request): Use munmap instead of vm_deallocate. * object-terminate.c (_pager_free_structure): Likewise. * pagemap.c (_pager_pagemap_resize): Likewise. * pager-memcpy.c (pager_memcpy): Likewise. * pager.h (pager_write_page): Doc adjustment.
Diffstat (limited to 'libpager/ChangeLog')
-rw-r--r--libpager/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libpager/ChangeLog b/libpager/ChangeLog
index 141cf04d..a760e0e1 100644
--- a/libpager/ChangeLog
+++ b/libpager/ChangeLog
@@ -1,3 +1,13 @@
+1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * data-return.c (_pager_do_write_request): Use munmap instead of
+ vm_deallocate.
+ * object-terminate.c (_pager_free_structure): Likewise.
+ * pagemap.c (_pager_pagemap_resize): Likewise.
+ * pager-memcpy.c (pager_memcpy): Likewise.
+
+ * pager.h (pager_write_page): Doc adjustment.
+
Wed Aug 20 14:47:38 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* pager.h: Doc fix.