summaryrefslogtreecommitdiff
path: root/storeio
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-07-11 19:44:47 +0000
committerRoland McGrath <roland@gnu.org>1999-07-11 19:44:47 +0000
commitf5d5190918ec5bf8b4edd4ef23386bdccb269fa2 (patch)
treec0a9427fe9d8a0f9662f32326441b3666a193e46 /storeio
parent4a1edb2f870e7923e0551563507d75ad83692774 (diff)
.
Diffstat (limited to 'storeio')
-rw-r--r--storeio/ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/storeio/ChangeLog b/storeio/ChangeLog
index 89ad36cc..cecf8304 100644
--- a/storeio/ChangeLog
+++ b/storeio/ChangeLog
@@ -1,13 +1,17 @@
-1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+1999-07-11 Roland McGrath <roland@baalperazim.frob.com>
- * dev.c: Add #include <sys/mman.h> for munmap decl.
- * pager.c: Likewise.
+ * dev.c (dev_read: ensure_buf): Fix sloppy bugs in last change.
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
* dev.c (dev_open): Use mmap instead of vm_allocate.
(dev_read): Likewise.
+1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+
+ * dev.c: Add #include <sys/mman.h> for munmap decl.
+ * pager.c: Likewise.
+
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* dev.c (dev_buf_fill): Use munmap instead of vm_deallocate.