diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-03 23:54:54 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-03 23:54:54 +0000 |
commit | e143ce039d54acb4bdfcd84f95dcf554d4a84d6a (patch) | |
tree | eb099b3bf7c37a2d9a7a5f6dc11e735fe3c7059c /storeio/ChangeLog | |
parent | beb095bf383cf3fcee8efeb3ca06231515bba673 (diff) |
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* dev.c (dev_buf_fill): Use munmap instead of vm_deallocate.
(dev_close): Likewise.
(dev_read): Likewise.
* pager.c (pager_write_page): Likewise.
Diffstat (limited to 'storeio/ChangeLog')
-rw-r--r-- | storeio/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/storeio/ChangeLog b/storeio/ChangeLog index dee2297d..e24ef633 100644 --- a/storeio/ChangeLog +++ b/storeio/ChangeLog @@ -1,3 +1,10 @@ +1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> + + * dev.c (dev_buf_fill): Use munmap instead of vm_deallocate. + (dev_close): Likewise. + (dev_read): Likewise. + * pager.c (pager_write_page): Likewise. + 1999-05-23 Roland McGrath <roland@baalperazim.frob.com> * storeio.c (check_open_hook): Translate D_NO_SUCH_DEVICE to ENXIO. |