Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-09-14 | (store_parsed_name): New function. | Miles Bader | |
(store_parsed_append_args, store_parsed_open, struct store_parsed): Use `device' instead of `machdev'. | |||
1996-09-14 | (ileave_class, concat_class): Initialize the REMAP field. | Miles Bader | |
(stripe_remap): New function. (stripe_read, stripe_write): Use void * for buffers, not char *. | |||
1996-09-14 | (store_write, store_read): Use void * for buffers, not char *. | Miles Bader | |
1996-09-14 | (store_with_decoded_runs): New declaration. | Miles Bader | |
(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 *. | |||
1996-09-14 | (dev_write, dev_read): Use void * for buffers, not char *. | Miles Bader | |
1996-09-14 | Initial checkin | Miles Bader | |
1996-09-14 | File replaced by zero.c | Miles Bader | |
1996-09-14 | . | Miles Bader | |
1996-09-14 | (trivfs_S_file_get_storage_info): Use store_return. | Miles Bader | |
1996-09-14 | (dev_rw): Return EINVAL instead of EIO for too-large offsets. | Miles Bader | |
(dev_open, dev_close): Remove ifdef'd-out code for allocating DEV's buffer with valloc; other things depend on it being vm_allocated. | |||
1996-09-14 | (argp_program_version): New variable. | Miles Bader | |
<version.h>: New include. | |||
1996-09-08 | Initial checkin | Miles Bader | |
1996-09-08 | . | Miles Bader | |
1996-09-08 | (DIST_FILES): Variable removed. | Miles Bader | |
(install, $(prefix)/dev/MAKEDEV): Targets removed. | |||
1996-09-08 | . | Miles Bader | |
1996-09-08 | (options, parse_opt): Change short option names around. | Miles Bader | |
1996-09-08 | (prog-subdirs): Add storeio. | Miles Bader | |
1996-09-08 | Initial checkin | Miles Bader | |
1996-09-08 | Initial checkin | Miles Bader | |
1996-09-08 | . | Miles Bader | |
1996-09-08 | (dev_read, dev_write): Don't print debugging messages. | Miles Bader | |
1996-09-08 | (DIST_FILES): New variable. | Miles Bader | |
(install): Depend on $(prefix)/dev/MAKEDEV. (all): Depend on MAKEDEV. ($(prefix)/dev/MAKEDEV): New rule. | |||
1996-09-06 | *** empty log message *** | Thomas Bushnell | |
1996-09-06 | *** empty log message *** | Thomas Bushnell | |
1996-09-06 | . | Miles Bader | |
1996-09-05 | *** empty log message *** | Thomas Bushnell | |
1996-09-05 | *** empty log message *** | Thomas Bushnell | |
1996-09-04 | . | Miles Bader | |
1996-09-04 | ($(addprefix $(includedir)/$(installhdrsubdir)/,$(installhdrs))): | Miles Bader | |
`$(includdir)' --> `$(includedir)' | |||
1996-09-04 | . | Miles Bader | |
1996-09-04 | (SRCS): Add open.c. | Miles Bader | |
1996-09-04 | (struct store): Make log2_* fields unsigned. | Miles Bader | |
(STORE_NO_FILEIO): New macro. (STORE_HARD_READONLY, STORE_ENFORCED): Values changed. (STORE_GENERIC_FLAGS): Add STORE_NO_FILEIO. (struct store_argp_params): Type removed. (store_parsed_Free, store_parsed_open, store_parsed_append_args): New declarations. (struct store_parsed): New incomplete type. (store_open): New declaration. | |||
1996-09-04 | New file. | Miles Bader | |
1996-09-04 | (main): Use new interface to store_argp. | Miles Bader | |
1996-09-04 | (main): Add new args to store_*_create calls. | Miles Bader | |
1996-09-04 | (parse_opt): --layer isn't implemented, so say so. | Miles Bader | |
(struct store_parsed): New type. (store_parsed_free, store_parsed_append_args, store_parsed_open): New functions. (parse_opt): Use new store_parsed structure instead of the old store_parse_hook, and just fill in the names rather than doing the open here. Don't take a struct store_argp_params as input any more; instead just take the address of a location in which to return a store_parsed structure. (struct store_parse_hook): Type removed. (free_hook, open_file): Functions removed. (options): --machdev/-m renamed to --device/-D. <assert.h>: New include. <stdlib.h>, <fcntl.h>: Includes removed. | |||
1996-09-04 | *** empty log message *** | Thomas Bushnell | |
1996-09-03 | *** empty log message *** | Thomas Bushnell | |
1996-09-03 | *** empty log message *** | Thomas Bushnell | |
1996-09-03 | *** empty log message *** | Thomas Bushnell | |
1996-09-02 | . | Miles Bader | |
1996-09-02 | Add `const'. | Miles Bader | |
1996-09-02 | . | Miles Bader | |
1996-09-02 | ($(target): %$(target-suffix)): | Miles Bader | |
Add dependency on $(BUGADDR), and $(BUGADDR_REF) to the flags. (BUGADDR, BUGADDR_REF): New variables. | |||
1996-09-02 | (lib-subdirs): Add libhurdbugaddr. | Miles Bader | |
1996-09-02 | . | Miles Bader | |
1996-09-02 | (sync): Depend on libshouldbeinlibc.a. | Miles Bader | |
1996-09-02 | (argp_program_version): New variable. | Miles Bader | |
(main): Call argp_parse with just a doc string. <argp.h>: New include. | |||
1996-09-02 | (SRCS): Add argp-ba.c. | Miles Bader | |
1996-09-02 | (ARGP_HELP_PRE_DOC, ARGP_HELP_POST_DOC, ARGP_HELP_DOC, ARGP_HELP_BUG_ADDR): | Miles Bader | |
New macros. (ARGP_HELP_STD_HELP): Include ARGP_HELP_DOC & ARGP_HELP_BUG_ADDR. (argp_program_bug_address): New declaration. (ARGP_HELP_EXIT_ERR, ARGP_HELP_EXIT_OK): Values changed. |