summaryrefslogtreecommitdiff
path: root/ufs/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-07-11 05:32:44 +0000
committerThomas Bushnell <thomas@gnu.org>1999-07-11 05:32:44 +0000
commite529ce98486b413cca7b16e7f7a51642b60f0a6f (patch)
treeff12d6201bb3d6244eb71328ffbb394cfe747db3 /ufs/ChangeLog
parentfbd6929a645721d3c1905900a9e1d9df1fed051e (diff)
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
* dir.c (diskfs_get_directs): Use mmap instead of vm_allocate. * hyper.c (get_hypermetadata): Likewise. * pager.c (pager_read_page): Likewise.
Diffstat (limited to 'ufs/ChangeLog')
-rw-r--r--ufs/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ufs/ChangeLog b/ufs/ChangeLog
index 209d39df..869840b8 100644
--- a/ufs/ChangeLog
+++ b/ufs/ChangeLog
@@ -2,6 +2,17 @@
* ufs.h: Add #include <sys/mman.h> for munmap decl.
+1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * dir.c (diskfs_get_directs): Use mmap instead of vm_allocate.
+ * hyper.c (get_hypermetadata): Likewise.
+ * pager.c (pager_read_page): Likewise.
+
+1999-07-06 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * hyper.c (diskfs_readonly_changed): Use mprotect instead of
+ vm_protect.
+
Mon Jul 5 20:04:58 1999 Thomas Bushnell, BSG <tb@mit.edu>
* dir.c (diskfs_lookup_hard): Repair typo. Reported by Yamashita