Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1999-09-09 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-09-13 | 1 | -26/+28 |
| | | | | | | * 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. | ||||
* | 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-07-11 | 1 | -4/+3 |
| | | | | | | | | | | * 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-10 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-07-11 | 1 | -0/+1 |
| | | | | | | | | * rdwr.c: Add #include <sys/mman.h> for munmap decl. * enc.c: Likewise. * copy.c: Likewise. * gunzip.c: Likewise. * bunzip2.c: Likewise. | ||||
* | 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-07-03 | 1 | -9/+4 |
| | | | | | | | | | | * 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. | ||||
* | Add braces to silence gcc warnings. | Roland McGrath | 1998-10-20 | 1 | -14/+16 |
| | |||||
* | (store_read): | Miles Bader | 1997-06-20 | 1 | -14/+22 |
| | | | | | Limit reads to the amount available. Deallocate memory returned when reading part of a multiple-segment read. | ||||
* | (store_write, store_read): Use void * for buffers, not char *. | Miles Bader | 1996-09-14 | 1 | -4/+4 |
| | |||||
* | (store_write): Return an error if STORE is readonly. | Miles Bader | 1996-05-22 | 1 | -2/+5 |
| | | | | (store_read, store_read): References to METHS field changed to CLASS. | ||||
* | (store_find_first_run, store_next_run, store_write, store_read): | Miles Bader | 1996-05-10 | 1 | -33/+35 |
| | | | | | | 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. | ||||
* | Rename *S_LEN to NUM_*S. | Miles Bader | 1996-05-10 | 1 | -1/+1 |
| | |||||
* | entered into RCS | Miles Bader | 1996-04-02 | 1 | -1/+1 |
| | |||||
* | Formerly rdwr.c.~9~ | Miles Bader | 1996-03-19 | 1 | -4/+4 |
| | |||||
* | Formerly rdwr.c.~8~ | Miles Bader | 1996-03-16 | 1 | -70/+91 |
| | |||||
* | Formerly rdwr.c.~7~ | Miles Bader | 1996-01-17 | 1 | -1/+1 |
| | |||||
* | Formerly rdwr.c.~6~ | Miles Bader | 1996-01-16 | 1 | -14/+32 |
| | |||||
* | Formerly rdwr.c.~5~ | Miles Bader | 1995-11-13 | 1 | -11/+12 |
| | |||||
* | Formerly rdwr.c.~4~ | Miles Bader | 1995-10-21 | 1 | -122/+163 |
| | |||||
* | Formerly rdwr.c.~3~ | Miles Bader | 1995-10-15 | 1 | -15/+111 |
| | |||||
* | Formerly rdwr.c.~2~ | Miles Bader | 1995-10-14 | 1 | -1/+55 |
| | |||||
* | Initial revision | Miles Bader | 1995-10-14 | 1 | -0/+34 |