summaryrefslogtreecommitdiff
path: root/storeio/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-07-03 23:54:54 +0000
committerThomas Bushnell <thomas@gnu.org>1999-07-03 23:54:54 +0000
commite143ce039d54acb4bdfcd84f95dcf554d4a84d6a (patch)
treeeb099b3bf7c37a2d9a7a5f6dc11e735fe3c7059c /storeio/ChangeLog
parentbeb095bf383cf3fcee8efeb3ca06231515bba673 (diff)
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* dev.c (dev_buf_fill): Use munmap instead of vm_deallocate. (dev_close): Likewise. (dev_read): Likewise. * pager.c (pager_write_page): Likewise.
Diffstat (limited to 'storeio/ChangeLog')
-rw-r--r--storeio/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/storeio/ChangeLog b/storeio/ChangeLog
index dee2297d..e24ef633 100644
--- a/storeio/ChangeLog
+++ b/storeio/ChangeLog
@@ -1,3 +1,10 @@
+1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * dev.c (dev_buf_fill): Use munmap instead of vm_deallocate.
+ (dev_close): Likewise.
+ (dev_read): Likewise.
+ * pager.c (pager_write_page): Likewise.
+
1999-05-23 Roland McGrath <roland@baalperazim.frob.com>
* storeio.c (check_open_hook): Translate D_NO_SUCH_DEVICE to ENXIO.