Age | Commit message (Collapse) | Author |
|
|
|
* store.h (struct store_class): Add const to type of `name' member.
|
|
|
|
* device.c (dev_error): New static function.
Translate all expected D_* codes into POSIX codes.
(dev_read, dev_write, dev_open): Use it.
|
|
|
|
* rdwr.c (store_read, store_write): Fix asserts in last change.
|
|
|
|
* 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.
|
|
* 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.
|
|
* 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.
|
|
|
|
* remap.c (remap_open): Recognize "N+" syntax in block list as from
block N through the end of the store.
|
|
* 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.
|
|
|
|
* remap.c (remap_open): Don't multiply by 512. Offsets and sizes are
in blocks, not bytes.
|
|
|
|
* remap.c (remap_decode): Add attribute((unused)) to suppress warning.
1999-05-14 Roland McGrath <roland@baalperazim.frob.com>
* remap.c (remap_open, remap_validate_name): New functions, to support
parsing block lists a la GRUB.
(store_remap_class): Initialize those slots.
|
|
* bunzip2.c: Add extern decl for do_bunzip2.
|
|
* stripe.c (concat_decode): Add __attribute__((unused)) to suppress
warning.
(ileave_decode): Likewise.
|
|
|
|
* device.c (store_device_create): Deal with devices that return
sucessfully from device_get_status, but do not return any sensible
information.
|
|
* bunzip2.c: New file.
* store.h (store_bunzip2_create): New declarations.
(store_bunzip2_open): Likewise.
(store_bunzip2_class): Likewise.
* std.c (store_std_classes): Add store_bunzip2_class.
* Makefile (SRCS): Add bunzip2.c.
(UNZIP_OBJS): Add do-bunzip2.o.
|
|
|
|
* store.h: Remove defns of STORAGE_*, now in <hurd/hurd_types.h>.
|
|
|
|
* open.c (store_open): Like file.c:fiopen, catch EACCES or EROFS
and try to open read-only.
|
|
* open.c (store_open): Like file.c:fiopen, catch EACCES or EROFS
and try to open read-only.
* file.c (fiopen): Treat EROFS same as EACCES.
|
|
|
|
|
|
|
|
|
|
New declaration.
(store_mvol_class):
New declaration.
|
|
Add mvol.c.
|
|
|
|
Initialize NEW->misc_len.
|
|
Allocate the correct amount of memory for the encoding vectors.
|
|
|
|
Let BSIZE be zero.
|
|
If BLOCK_SIZE is zero, make sure there are no runs.
|
|
Pass 0 for OFFSET and SIZE arguments to device_map -- mach ignores them, and
we often can't supply meaningful values.
(store_device_create):
Treat devices that can't do device_get_status as zero-length.
|
|
|
|
Correctly unparse complex type names.
|
|
|
|
Declaration removed.
|
|
If we are mutating SOURCE, close any source port it has.
|
|
If we can't map STORE directly, and it has a source file, try to map that
instead.
|
|
|