From b84e750c4abc10e5e1fb066abf1757b1ea42315e Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Sun, 11 Jul 1999 05:27:35 +0000 Subject: 1999-07-06 Thomas Bushnell, BSG * 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. --- ext2fs/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ext2fs/ChangeLog') diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog index 55cb00da..4194769e 100644 --- a/ext2fs/ChangeLog +++ b/ext2fs/ChangeLog @@ -1,6 +1,16 @@ 1999-07-10 Roland McGrath * ext2fs.h: Add #include for munmap decl. + +1999-07-06 Thomas Bushnell, BSG + + * 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. 1999-07-03 Thomas Bushnell, BSG -- cgit v1.2.3