summaryrefslogtreecommitdiff
path: root/usermux/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-07-11 05:32:55 +0000
committerThomas Bushnell <thomas@gnu.org>1999-07-11 05:32:55 +0000
commit251871b4158facbd4c92baf45b0456fdcc82cbb6 (patch)
treec92408e91dad29c173ec05378d5a92a26ba6d4cb /usermux/ChangeLog
parent19b72e1976be3b741e393c0dce1da57f4bd912ee (diff)
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
* mux.c (get_dirents): Use mmap instead of vm_allocate. (netfs_get_dirents): Likewise.
Diffstat (limited to 'usermux/ChangeLog')
-rw-r--r--usermux/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/usermux/ChangeLog b/usermux/ChangeLog
index 60b59995..1ec5dacb 100644
--- a/usermux/ChangeLog
+++ b/usermux/ChangeLog
@@ -2,6 +2,11 @@
* mux.c: Add #include <sys/mman.h> for munmap decl.
+1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * mux.c (get_dirents): Use mmap instead of vm_allocate.
+ (netfs_get_dirents): Likewise.
+
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* mux.c (get_dirents): Use munmap instead of vm_deallocate.