summaryrefslogtreecommitdiff
path: root/ext2fs/ChangeLog
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 /ext2fs/ChangeLog
parent4a1edb2f870e7923e0551563507d75ad83692774 (diff)
.
Diffstat (limited to 'ext2fs/ChangeLog')
-rw-r--r--ext2fs/ChangeLog12
1 files changed, 9 insertions, 3 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog
index 4194769e..d141f013 100644
--- a/ext2fs/ChangeLog
+++ b/ext2fs/ChangeLog
@@ -1,16 +1,22 @@
+1999-07-11 Roland McGrath <roland@baalperazim.frob.com>
+
+ * dir.c (diskfs_get_directs): Fix sloppy bugs in last change.
+ * hyper.c (allocate_mod_map): Likewise.
+ * pager.c (get_page_buf): Likewise.
+
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* ext2fs.h: Add #include <sys/mman.h> for munmap decl.
-
+
1999-07-06 Thomas Bushnell, BSG <tb@mit.edu>
- * dir.c (diskfs_get_directs): Use mmap instead of vm_allocate.
+ * dir.c (diskfs_get_directs): Use mmap instead of vm_allocate.
* hyper.c (allocate_mod_map): Likewise.
(get_hypermetadata): Likewise.
* pager.c (get_page_buf): Likewise.
* hyper.c (diskfs_readonly_changed): Use mprotect instead of
- vm_protect.
+ vm_protect.
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>