aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/fsys-options.c
Commit message (Collapse)AuthorAgeFilesLines
* 1998-08-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-08-201-2/+2
| | | | | | * 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.
* (diskfs_S_fsys_get_options):Miles Bader1996-09-231-3/+9
| | | | | | 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.
* (diskfs_S_fsys_get_options):Miles Bader1996-06-211-9/+4
| | | | Use fshelp_return_malloced_buffer to setup the return data.
* (diskfs_S_fsys_set_options): Don't split arguments, just callMiles Bader1996-06-201-6/+1
| | | | diskfs_set_options with what we got.
* (diskfs_S_fsys_set_options):Miles Bader1996-05-221-1/+0
| | | | Don't bother terminating ARGV, argz_extract does it now.
* (diskfs_S_fsys_set_options): Terminate ARGV.Miles Bader1996-05-221-0/+1
|
* (diskfs_S_fsys_get_options): Accept and ignore replyport parameters.Michael I. Bushnell1996-05-091-0/+2
|
* (diskfs_S_fsys_set_options): Use rwlock_writer_lock instead ofRoland McGrath1996-01-311-5/+5
| | | | rwlock_reader_lock in DO_CHILDREN case.
* Include <string.h>.Michael I. Bushnell1995-11-211-0/+1
|
* (diskfs_S_fsys_get_options): Revert last change.Michael I. Bushnell1995-11-211-1/+1
|
* (diskfs_S_fsys_get_options): diskfs_get_options ->Michael I. Bushnell1995-11-211-1/+1
| | | | _diskfs_get_options.
* (diskfs_S_fsys_get_options): New function.Miles Bader1995-11-061-0/+31
|
* (diskfs_S_fsys_set_options):Miles Bader1995-10-191-11/+18
| | | | | | 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.
* (diskfs_S_fsys_set_options): Fix parens.Michael I. Bushnell1995-06-261-1/+1
|
* (diskfs_S_fsys_set_options/helper): Ignore harmless errors fromMichael I. Bushnell1995-06-261-0/+3
| | | | fsys_set_options.
* (diskfs_S_fsys_set_options): New parms REPLY and REPLYTYPE.Michael I. Bushnell1995-06-261-0/+2
|
* (diskfs_S_fsys_set_options): Unlock NP around fsys call.Michael I. Bushnell1995-06-231-0/+2
|
* (diskfs_S_fsys_set_options): [helper] Fix first arg toMichael I. Bushnell1995-06-201-1/+1
| | | | fshelp_fetch_control.
* (diskfs_S_fsys_set_options):Michael I. Bushnell1995-06-201-1/+5
|
* (diskfs_S_fsys_set_options): Use diskfs_node_iterate instead ofMichael I. Bushnell1995-06-201-5/+17
| | | | fshelp_translator_iterate.
* Include <hurd/fsys.h>.Michael I. Bushnell1995-06-091-1/+2
| | | | (diskfs_S_fsys_set_options/dochild): Declare ARG unused.
* (diskfs_S_fsys_set_options): Bother validating FSYS and implementingMichael I. Bushnell1995-06-091-1/+17
| | | | DO_CHILDREN.
* (diskfs_S_fsys_set_options): Extract the argument vector and callMiles Bader1995-05-201-4/+12
| | | | diskfs_set_options.
* Add fsys_set_options, replacing fsys_mod_readonly.Miles Bader1995-05-121-4/+4
|
* entered into RCSMichael I. Bushnell1994-08-311-0/+31