| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* rdwr.c (store_read, store_write): Fix calculations broken in last
change, so they again properly account for starting intrarun offset.
|
|
|
|
|
|
| |
* rdwr.c (store_write, store_read): Carefully avoid scaling run
lengths from blocks to bytes except when we're already sure the
run's size in bytes won't overflow size_t.
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
| |
* rdwr.c: Add #include <sys/mman.h> for munmap decl.
* enc.c: Likewise.
* copy.c: Likewise.
* gunzip.c: Likewise.
* bunzip2.c: Likewise.
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
| |
Limit reads to the amount available.
Deallocate memory returned when reading part of a multiple-segment read.
|
| |
|
|
|
|
| |
(store_read, store_read): References to METHS field changed to CLASS.
|
|
|
|
|
|
| |
Use store_run, not off_t, vectors; tweak accordingly.
Rename variables called `RUNS' to `RUN', because although they're
always vectors, they're used more often for their first element.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|