summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-05-11(parse_dev_startup_opt, parse_startup_opt):Miles Bader
Use ARGP_ERR_UNKNOWN instead of EINVAL.
1996-05-11(diskfs_set_options): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader
1996-05-11(parse_common_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader
1996-05-11(parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader
1996-05-11(parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader
1996-05-11(parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader
(_parse_strlist, parse_strlist, parse_numlist, lookup_user, main): Slather on consts, in a misguided attempt to shut up the compier.
1996-05-11(argp_parse): Turn any EBADKEY that makes it to the end back into EINVAL.Miles Bader
1996-05-11ARGP_ERR_UNKNOWN_KEY --> ARGP_ERR_UNKNOWN.Miles Bader
1996-05-11(EBADKEY): New define.Miles Bader
(argp_default_parser, argp_version_parser, argp_parse): Use EBADKEY instead of EINVAL.
1996-05-11(ARGP_ERR_UNKNOWN_KEY): New define.Miles Bader
1996-05-11(parse_opt): Print a usage msg with no args.Miles Bader
(options, main): Add --translated/-t option.
1996-05-10(netfs_attempt_rename, netfs_attempt_link): New parm EXCL, but don'tMichael I. Bushnell
implement the hard case yet.
1996-05-10(storeread, storecat): Remove explicit dependency on program object file.Miles Bader
Put include of ../Makeconf before dependencies.
1996-05-10(storeinfo): Depend on ../libstore/libstore.a.Miles Bader
1996-05-10(main): Remove const cast from first arg to argz_create.Miles Bader
1996-05-10(main): Use store_run, not off_t, vectors; tweak accordingly.Miles Bader
1996-05-10(diskfs_drop_node): Free NP->identity if it's been allocated.Michael I. Bushnell
1996-05-10(IOSRCS): Add io-identity.c.Michael I. Bushnell
1996-05-10Initial revisionMichael I. Bushnell
1996-05-10(store_clone): Clone children too.Miles Bader
1996-05-10(_store_derive): Use store_run, not off_t, vectors; tweak accordingly.Miles Bader
1996-05-10(store_device_create, _store_device_create):Miles Bader
Use store_run, not off_t, vectors; tweak accordingly.
1996-05-10(store_file_create, _store_file_create):Miles Bader
Use store_run, not off_t, vectors; tweak accordingly.
1996-05-10(diskfs_fsys_identity): New variable.Michael I. Bushnell
(diskfs_init_diskfs): Initialize diskfs_fsys_identity.
1996-05-10(_make_store):Miles Bader
Initialize CHILDREN & NUM_CHILDREN. Use store_run, not off_t, vectors; tweak accordingly. (store_free): Free all children too.
1996-05-10(diskfs_make_node): Initialize NP->identity.Michael I. Bushnell
1996-05-10(diskfs_fsys_identity): New variable.Michael I. Bushnell
(struct node): New member `identity'.
1996-05-10(store_ileave_create, store_concat_create):Miles Bader
Use store_run, not off_t, vectors; tweak accordingly. Use store_set_children. (stripe_read, stripe_write): Get stripes from CHILDREN, not HOOK. (stripe_clone): Function removed.
1996-05-10(store_find_first_run, store_next_run, store_write, store_read):Miles Bader
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.
1996-05-10(store_default_leaf_encode): Convert from the store_run vector to a off_tMiles Bader
vector for encoding.
1996-05-10(store_default_leaf_decode):Miles Bader
Convert the slice of the offset vector we're using into a vector of store_runs to pass to CREATE. Change type of CREATE accordingly.
1996-05-10(store_set_runs): Use store_run, not off_t, vectors; tweak accordingly.Miles Bader
(store_set_children): New function.
1996-05-10(struct store_run): New type.Miles Bader
(struct store): RUNS is a vector of runs, not offsets. (_store_device_create, _store_file_create, _make_store, store_set_runs, store_default_leaf_decode): Update declaration. (store_set_children): New declaration.
1996-05-10(mkfs.ufs): Depend on ../libstore/libstore.a.Miles Bader
1996-05-10(S_proc_get_tty): New function.Miles Bader
1996-05-10(print_store): New function.Miles Bader
(info): Use store_create to make a store and print_store to print it. (parse_opt): Print a usage message for no args. (options, parse_opt): Add --children option.
1996-05-10(parse_strlist): Make DEFAULT_FN return a const char *.Miles Bader
1996-05-10(main): Remove const cast from first arg to argz_create.Miles Bader
1996-05-10(main): Remove const cast from first arg to argz_create.Miles Bader
(main): Remove const from decl of USER & ARG. (fail): Remove const from decl of VIA.
1996-05-10(ethernet_open): Pass in ERRNO to assert_perror.Miles Bader
1996-05-10(make_sock_user): Pass correct args to ports_create_port.Miles Bader
1996-05-10(search_path): Don't make PATH or PFXED_NAME const.Miles Bader
1996-05-10(fd_get_device): Update to use libstore.Miles Bader
<hurd/store.h>: New include.
1996-05-10(S_io_identity): Typo.Miles Bader
1996-05-10(fshelp_delegate_translation): Don't cast ARGV when calling arg_create.Miles Bader
1996-05-10Rename *S_LEN to NUM_*S.Miles Bader
1996-05-10(store_create): Use the real file_get_storage_info.Miles Bader
(fgsi): Function removed.
1996-05-10(struct store):Miles Bader
Add CHILDREN & NUM_CHILDREN fields. Rename RUNS_LEN to NUM_RUNS (all uses changed).
1996-05-10(diskfs_set_statfs): Fix one reference to old name of ST member.Michael I. Bushnell
1996-05-10(diskfs_set_statfs): Fix one reference to old name of ST member.Michael I. Bushnell