aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/opts-set.c
Commit message (Collapse)AuthorAgeFilesLines
* 1998-09-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-10-241-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 Bader1996-06-211-1/+1
|
* New file (old version renamed to opts-std-runtime.c).Miles Bader1996-06-201-79/+10
|
* (diskfs_set_options): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader1996-05-111-1/+1
|
* (std_runtime_options): Make const.Miles Bader1996-02-071-5/+5
| | | | (diskfs_set_options): Make argp structures const.
* (diskfs_set_options):Miles Bader1995-10-191-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 Bader1995-10-131-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 Bader1995-05-221-1/+2
| | | | Use ARG instead of the global OPTARG.
* Initial revisionMiles Bader1995-05-201-0/+94