diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 05:30:55 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 05:30:55 +0000 |
commit | 344c50cb576d2c3922d90adb8baededc258dd599 (patch) | |
tree | 810dc69baf0457d9c69da9cea2017bf23819e656 /libstore/ChangeLog | |
parent | 4e6a0ccbb531ca4bb6cdbd37152f20dbe622e389 (diff) |
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
* 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.
Diffstat (limited to 'libstore/ChangeLog')
-rw-r--r-- | libstore/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
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 <tb@mit.edu> + + * 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 <roland@baalperazim.frob.com> |