diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 05:32:14 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 05:32:14 +0000 |
commit | cd19ba270757a36b05b776253391debcef50d65c (patch) | |
tree | dcbb0706bad75c4150c2fda310ad1d5bf2733a7d /storeio/ChangeLog | |
parent | 787cf415c05ca62623d6e5b0f94ff61c13eb08ad (diff) |
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
* dev.c (dev_open): Use mmap instead of vm_allocate.
(dev_read): Likewise.
Diffstat (limited to 'storeio/ChangeLog')
-rw-r--r-- | storeio/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/storeio/ChangeLog b/storeio/ChangeLog index 9a77f0ed..89ad36cc 100644 --- a/storeio/ChangeLog +++ b/storeio/ChangeLog @@ -3,6 +3,11 @@ * dev.c: Add #include <sys/mman.h> for munmap decl. * pager.c: Likewise. +1999-07-09 Thomas Bushnell, BSG <tb@mit.edu> + + * dev.c (dev_open): Use mmap instead of vm_allocate. + (dev_read): Likewise. + 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> * dev.c (dev_buf_fill): Use munmap instead of vm_deallocate. |