diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 05:32:34 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 05:32:34 +0000 |
commit | e2d7e4852ab842d893675e56e6f48871b73371dc (patch) | |
tree | a14286236e8d7ae1f86a2d0098569224b4277c81 /trans/ChangeLog | |
parent | 405d07e1e45eb3aec2aec7149f4b9f9fa70d9843 (diff) |
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
* firmlink.c (trivfs_S_io_read): Use mmap instead of vm_allocate.
Diffstat (limited to 'trans/ChangeLog')
-rw-r--r-- | trans/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/trans/ChangeLog b/trans/ChangeLog index 88d09c5a..34a5128e 100644 --- a/trans/ChangeLog +++ b/trans/ChangeLog @@ -2,6 +2,10 @@ * crash.c: Add #include <sys/mman.h> for munmap decl. +1999-07-09 Thomas Bushnell, BSG <tb@mit.edu> + + * firmlink.c (trivfs_S_io_read): Use mmap instead of vm_allocate. + 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> * crash.c (stop_pgrp): Use munmap instead of vm_deallocate. |