From 344c50cb576d2c3922d90adb8baededc258dd599 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Sun, 11 Jul 1999 05:30:55 +0000 Subject: 1999-07-09 Thomas Bushnell, BSG * bunzip2.c (bunzip2): Use mmap instead of vm_allocate. * copy.c (copy_read): Likewise. (copy_clone): Likewise. * encode.c (store_encode): Likewise. * gunzip.c (gunzip): Likewise. * rdwr.c (store_read): Likewise. * zero.c (zero_read): Likewise. --- libstore/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'libstore/ChangeLog') diff --git a/libstore/ChangeLog b/libstore/ChangeLog index 25153114..4528a079 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -5,6 +5,16 @@ * copy.c: Likewise. * gunzip.c: Likewise. * bunzip2.c: Likewise. + +1999-07-09 Thomas Bushnell, BSG + + * bunzip2.c (bunzip2): Use mmap instead of vm_allocate. + * copy.c (copy_read): Likewise. + (copy_clone): Likewise. + * encode.c (store_encode): Likewise. + * gunzip.c (gunzip): Likewise. + * rdwr.c (store_read): Likewise. + * zero.c (zero_read): Likewise. 1999-07-08 Roland McGrath -- cgit v1.2.3