Age | Commit message (Collapse) | Author |
|
* store.h: Add extern inline protection.
* store.c: New file.
* Makefile (SRCS): Add store.c.
|
|
|
|
Init set_flags & clear_flags fields.
(stripe_set_flags, stripe_clear_flags):
Remove functions.
|
|
Zero SOURCE->end before calling _store_derive.
Turn off STORE_ENFORCED flag in source if munging it.
(store_remap_class):
Init set_flags & clear_flags fields.
|
|
New decls.
|
|
New funcs.
|
|
Set STORE_INNOCUOUS flags.
|
|
Add special handling of STORE_INACTIVE in FLAGS.
Free *STORE when store_set_flags fails.
Make CLASSES arg const.
|
|
Add common backend flags from children to parent's flags.
(stripe_set_flags, stripe_clear_flags):
New functions.
|
|
New macros.
(store_is_securely_returnable):
New function.
<fcntl.h>:
New include.
|
|
Use dopen.
Set *STORE's name appropriately.
(store_device_class):
Add dev_set_flags & dev_clear_flags.
(dopen, dclose, enforced):
New functions.
(dev_set_flags, dev_clear_flags):
New functions.
|
|
Copy name field.
|
|
|
|
|
|
When no size is specified, use the maximum off_t value, not the maximum
size_t value.
<limits.h>:
New include.
|
|
New functions.
(zero_class):
Use them.
(store_zero_class):
Renamed from zero_class; export.
|
|
Renamed from ileave_class; export.
(store_concat_class):
Renamed from concat_class; export.
(ileave_decode, concat_decode):
Make CLASSES arg const.
|
|
Use new PARAMS var for passing args to STORE_ARGP.
|
|
Make CLASS arg const.
(_store_add_std_class):
Declaration removed.
(STORE_STD_CLASS):
Macro removed.
(struct store_argp_params):
New type.
(store_open):
Make NAME const.
(struct store_class):
Add OPEN and PARSE fields.
(struct store):
Make CLASS field const.
(store_parsed_open):
Remove CLASSES argument.
(struct store_class, struct store_argp_params, store_create, store_open,
store_decode, store_decode_children):
Change CLASSES args to be a pointer to a vector of class pointers.
|
|
Make an initialized array.
(_store_add_std_class):
Function removed.
|
|
Renamed from remap_class; export.
(remap_decode):
Make CLASSES arg const.
|
|
New variable.
(store_query_class):
Renamed from query_class; export.
(store_open):
Make NAME const.
|
|
Make CLASS arg const.
|
|
Change CLASSES to **.
|
|
Make CLASS arg const.
(store_file_class):
Renamed from file_class; export.
(store_file_byte_class):
Renamed from file_byte_class; export.
(file_class):
Point to it.
(fhile_open):
New function.
|
|
Make CLASS var const.
|
|
New function.
(store_device_class):
Renamed from dev_class; export.
(dev_class):
Point to it.
|
|
Change CLASSES to be a vector of class pointers.
|
|
Make CLASSES arg const.
|
|
Correctly check for non-default type.
(options, parse_opt):
Add --store-type/-T & (hidden) --machdev/-m options, remove --device/-d
option.
(find_class):
Change CLASSES to be a vector of class pointers.
(struct store_parsed):
Change CLASSES field to be a pointer to a vector of class pointers.
Make some fields const.
Rmove DEVICE field, add TYPE, DEFAULT_TYPE and CLASSES fields.
(store_parsed_free):
Free PARSED->type if it exists.
(store_parsed_append_args):
Use --store-type=... instead of --device.
(store_parsed_open):
Remove CLASSES argument.
When --store-type is specified, search CLASSES for that type, and call it's
open function.
|
|
|
|
|
|
|
|
Limit reads to 1M, and iterate until done.
Use store_parsed_name to get store name for errors.
Add program description.
|
|
Use void * for buffers, not char *.
|
|
|
|
(store_return): New function.
|
|
(store_std_leaf_decode): Call it.
|
|
(store_parsed_append_args, store_parsed_open, struct store_parsed):
Use `device' instead of `machdev'.
|
|
(stripe_remap): New function.
(stripe_read, stripe_write): Use void * for buffers, not char *.
|
|
|
|
(store_remap_create): New declaration.
(struct store_class): Add remap field.
(store_remap): New declaration.
(store_enc_return, store_return): New declarations.
(store_zero_create): Renamed from store_null_create.
(STORAGE_REMAP, STORAGE_ZERO):
New macros (temporary, to avoid touching hurd/hurd_types.h).
(store_write_meth_t, store_read_meth_t, store_read, store_write):
Make type of buffer void *, not char *.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|