summaryrefslogtreecommitdiff
path: root/libdiskfs/fsys-options.c
AgeCommit message (Collapse)Author
1998-08-201998-08-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* fsys-options.c (diskfs_S_fsys_get_options): fshelp_return_malloced_buffer renamed to iohelp_*. * file-get-fs-opts.c (diskfs_S_file_get_fs_options): Likewise.
1996-09-23(diskfs_S_fsys_get_options):Miles Bader
Free ARGZ if diskfs_append_args returns an error. Initialize ARGZ & ARGZ_LEN to the program name, and call diskfs_append_args instead of diskfs_get_options.
1996-06-21(diskfs_S_fsys_get_options):Miles Bader
Use fshelp_return_malloced_buffer to setup the return data.
1996-06-20(diskfs_S_fsys_set_options): Don't split arguments, just callMiles Bader
diskfs_set_options with what we got.
1996-05-22(diskfs_S_fsys_set_options):Miles Bader
Don't bother terminating ARGV, argz_extract does it now.
1996-05-22(diskfs_S_fsys_set_options): Terminate ARGV.Miles Bader
1996-05-09(diskfs_S_fsys_get_options): Accept and ignore replyport parameters.Michael I. Bushnell
1996-01-31(diskfs_S_fsys_set_options): Use rwlock_writer_lock instead ofRoland McGrath
rwlock_reader_lock in DO_CHILDREN case.
1995-11-21Include <string.h>.Michael I. Bushnell
1995-11-21(diskfs_S_fsys_get_options): Revert last change.Michael I. Bushnell
1995-11-21(diskfs_S_fsys_get_options): diskfs_get_options ->Michael I. Bushnell
_diskfs_get_options.
1995-11-06(diskfs_S_fsys_get_options): New function.Miles Bader
1995-10-19(diskfs_S_fsys_set_options):Miles Bader
Hold DISKFS_FSYS_LOCK for writing while setting our own options, and for reading while setting our children's. Dereference PT even when a child filesystem returns an error.
1995-06-26(diskfs_S_fsys_set_options): Fix parens.Michael I. Bushnell
1995-06-26(diskfs_S_fsys_set_options/helper): Ignore harmless errors fromMichael I. Bushnell
fsys_set_options.
1995-06-26(diskfs_S_fsys_set_options): New parms REPLY and REPLYTYPE.Michael I. Bushnell
1995-06-23(diskfs_S_fsys_set_options): Unlock NP around fsys call.Michael I. Bushnell
1995-06-20(diskfs_S_fsys_set_options): [helper] Fix first arg toMichael I. Bushnell
fshelp_fetch_control.
1995-06-20(diskfs_S_fsys_set_options):Michael I. Bushnell
1995-06-20(diskfs_S_fsys_set_options): Use diskfs_node_iterate instead ofMichael I. Bushnell
fshelp_translator_iterate.
1995-06-09Include <hurd/fsys.h>.Michael I. Bushnell
(diskfs_S_fsys_set_options/dochild): Declare ARG unused.
1995-06-09(diskfs_S_fsys_set_options): Bother validating FSYS and implementingMichael I. Bushnell
DO_CHILDREN.
1995-05-20(diskfs_S_fsys_set_options): Extract the argument vector and callMiles Bader
diskfs_set_options.
1995-05-12Add fsys_set_options, replacing fsys_mod_readonly.Miles Bader
1994-08-31entered into RCSMichael I. Bushnell