summaryrefslogtreecommitdiff
path: root/trans/magic.c
AgeCommit message (Collapse)Author
1997-07-15(main): Actually parse the arg.Miles Bader
1997-07-15(main):Miles Bader
Use argp to parse args. (argp_program_version, args_doc, doc): New variables. Add new includes <argp.h> & <version.h>.
1995-11-06(S_fsys_get_options): New function.Miles Bader
(main): Add flags argument to fsys_startup call. (S_fsys_startup): Add FLAGS arg.
1995-10-08(S_fsys_getpriv): Add new extra args.Miles Bader
1995-08-24(S_fsys_forward): New function.Miles Bader
1995-05-12Add fsys_set_options, replacing fsys_mod_readonly.Miles Bader
1995-03-31Don't deallocate our right to the underlying disk node, so we don't getMiles Bader
garbage collected prematurely. Also move the check for the bootstrap port after the args check, so that users can run it from the shell to get a usage message.
1995-03-30Initial revisionMiles Bader