aboutsummaryrefslogtreecommitdiff
path: root/libstore/zero.c
Commit message (Collapse)AuthorAgeFilesLines
* 1999-07-11 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-111-0/+1
| | | | | | | | | | | | | * argp.c (store_parsed_open): Add more braces to clarify if-else structure. * encode.c: Include <sys/mman.h> * zero.c: Likewise. * encode.c (store_encode): Repair syntax. * copy.c (copy_read): Likewise. * enc.c (store_enc_dealloc): Cast first arg of munmap correctly.
* 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-111-10/+9
| | | | | | | | | | * 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.
* (store_zero_class):Miles Bader1997-07-171-1/+9
| | | | | | Use zero_map. (zero_map): New function.
* (store_zero_create, zero_open):Miles Bader1997-06-201-10/+7
| | | | | SIZE is off_t, not size_t. Update FSF address.
* (store_zero_create):Miles Bader1996-10-081-1/+3
| | | | Set STORE_INNOCUOUS flags.
* (zero_open):Miles Bader1996-09-241-1/+5
| | | | | | | When no size is specified, use the maximum off_t value, not the maximum size_t value. <limits.h>: New include.
* (zero_open, zero_validate_name):Miles Bader1996-09-231-6/+35
| | | | | | | | New functions. (zero_class): Use them. (store_zero_class): Renamed from zero_class; export.
* Initial checkinMiles Bader1996-09-141-0/+129