aboutsummaryrefslogtreecommitdiff
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
commit19b72e1976be3b741e393c0dce1da57f4bd912ee (patch)
tree73493f247aa698af9b6fe5f0a7396a79128415ae /ufs/ChangeLog
parente2d7e4852ab842d893675e56e6f48871b73371dc (diff)
downloadhurd-19b72e1976be3b741e393c0dce1da57f4bd912ee.tar.gz
hurd-19b72e1976be3b741e393c0dce1da57f4bd912ee.tar.bz2
hurd-19b72e1976be3b741e393c0dce1da57f4bd912ee.zip
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