diff options
Diffstat (limited to 'storeio/ChangeLog')
-rw-r--r-- | storeio/ChangeLog | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/storeio/ChangeLog b/storeio/ChangeLog index 89ad36cc..cecf8304 100644 --- a/storeio/ChangeLog +++ b/storeio/ChangeLog @@ -1,13 +1,17 @@ -1999-07-10 Roland McGrath <roland@baalperazim.frob.com> +1999-07-11 Roland McGrath <roland@baalperazim.frob.com> - * dev.c: Add #include <sys/mman.h> for munmap decl. - * pager.c: Likewise. + * dev.c (dev_read: ensure_buf): Fix sloppy bugs in last change. 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu> * dev.c (dev_open): Use mmap instead of vm_allocate. (dev_read): Likewise. +1999-07-10 Roland McGrath <roland@baalperazim.frob.com> + + * dev.c: Add #include <sys/mman.h> for munmap decl. + * pager.c: Likewise. + 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> * dev.c (dev_buf_fill): Use munmap instead of vm_deallocate. |