Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-10-24 | 1998-09-04 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* diskfs.h (diskfs_lookup_hard, diskfs_lookup, diskfs_set_translator, diskfs_create_symlink_hook, diskfs_notice_dirchange, diskfs_direnter, diskfs_direnter_hard, diskfs_dirrewrite, diskfs_dirremove, diskfs_create_node, diskfs_enter_lookup_cache, diskfs_check_lookup_cache, dir_rename_dir, diskfs_set_options): Add `const' qualifier to `char *' parameters where appropriate. * opts-set.c (diskfs_set_options): Fix defn with `const'. * node-create.c (diskfs_create_node): Likewise. * name-cache.c (diskfs_enter_lookup_cache): Likewise. (diskfs_check_lookup_cache): Likewise. * dirremove.c (diskfs_dirremove): Likewise. * dirrewrite.c (diskfs_dirrewrite): Likewise. * lookup.c (diskfs_lookup): Likewise. * direnter.c (diskfs_direnter): Likewise. * dir-renamed.c (diskfs_rename_dir): Likewise. * dir-chg.c (diskfs_notice_dirchange): Likewise. | |||
1996-06-21 | (diskfs_set_options): Supply INPUT arg to fshelp_set_options. | Miles Bader | |
1996-06-20 | New file (old version renamed to opts-std-runtime.c). | Miles Bader | |
1996-05-11 | (diskfs_set_options): Use ARGP_ERR_UNKNOWN instead of EINVAL. | Miles Bader | |
1996-02-07 | (std_runtime_options): Make const. | Miles Bader | |
(diskfs_set_options): Make argp structures const. | |||
1995-10-19 | (diskfs_set_options): | Miles Bader | |
Rework readonly transition & remounting. Now they should actually work. (std_runtime_options): Remove options common to both runtime and startup. (diskfs_set_options): Use the common options. | |||
1995-10-13 | (std_runtime_options): Renamed from long_options, convert to argp format. | Miles Bader | |
(SHORT_OPTIONS): Removed. (diskfs_set_options): Converted to use argp. | |||
1995-05-22 | (diskfs_set_options): Don't fall through to the error case from the 's' one! | Miles Bader | |
Use ARG instead of the global OPTARG. | |||
1995-05-20 | Initial revision | Miles Bader | |