From cd19ba270757a36b05b776253391debcef50d65c Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Sun, 11 Jul 1999 05:32:14 +0000 Subject: 1999-07-09 Thomas Bushnell, BSG * dev.c (dev_open): Use mmap instead of vm_allocate. (dev_read): Likewise. --- storeio/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'storeio/ChangeLog') 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 for munmap decl. * pager.c: Likewise. +1999-07-09 Thomas Bushnell, BSG + + * dev.c (dev_open): Use mmap instead of vm_allocate. + (dev_read): Likewise. + 1999-07-03 Thomas Bushnell, BSG * dev.c (dev_buf_fill): Use munmap instead of vm_deallocate. -- cgit v1.2.3