Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1998-09-04 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1998-10-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | (diskfs_set_options): Supply INPUT arg to fshelp_set_options. | Miles Bader | 1996-06-21 | 1 | -1/+1 |
| | |||||
* | New file (old version renamed to opts-std-runtime.c). | Miles Bader | 1996-06-20 | 1 | -79/+10 |
| | |||||
* | (diskfs_set_options): Use ARGP_ERR_UNKNOWN instead of EINVAL. | Miles Bader | 1996-05-11 | 1 | -1/+1 |
| | |||||
* | (std_runtime_options): Make const. | Miles Bader | 1996-02-07 | 1 | -5/+5 |
| | | | | (diskfs_set_options): Make argp structures const. | ||||
* | (diskfs_set_options): | Miles Bader | 1995-10-19 | 1 | -22/+24 |
| | | | | | | 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. | ||||
* | (std_runtime_options): Renamed from long_options, convert to argp format. | Miles Bader | 1995-10-13 | 1 | -10/+16 |
| | | | | | (SHORT_OPTIONS): Removed. (diskfs_set_options): Converted to use argp. | ||||
* | (diskfs_set_options): Don't fall through to the error case from the 's' one! | Miles Bader | 1995-05-22 | 1 | -1/+2 |
| | | | | Use ARG instead of the global OPTARG. | ||||
* | Initial revision | Miles Bader | 1995-05-20 | 1 | -0/+94 |