diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-03 23:53:01 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-03 23:53:01 +0000 |
commit | 1584a9200a511a6ce330917be8dcaf957bb7c2e2 (patch) | |
tree | 3c1ba5995adf8ab6fd72f7eab6a6df1ba19b99a5 /libstore/ChangeLog | |
parent | 157a9dcf73718cf04690b1646995549a52cee43d (diff) |
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* bunzip2.c (bunzip2): Use munmap instead of vm_deallocate.
(store_bunzip2_create): Likewise.
* rdwr.c (store_read): Likewise.
* gunzip.c (gunzip): Likewise.
(store_gunzip_create): Likewise.
* enc.c (store_enc_dealloc): Likewise.
* copy.c (copy_cleanup): 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 0753f0dd..3f01f6df 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,3 +1,13 @@ +1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> + + * bunzip2.c (bunzip2): Use munmap instead of vm_deallocate. + (store_bunzip2_create): Likewise. + * rdwr.c (store_read): Likewise. + * gunzip.c (gunzip): Likewise. + (store_gunzip_create): Likewise. + * enc.c (store_enc_dealloc): Likewise. + * copy.c (copy_cleanup): Likewise. + 1999-05-23 Roland McGrath <roland@baalperazim.frob.com> * remap.c (remap_open): Don't multiply by 512. Offsets and sizes are |