aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/fsys-options.c
Commit message (Collapse)AuthorAgeFilesLines
* (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