Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1998-08-20 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1998-08-20 | 1 | -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 Bader | 1996-09-23 | 1 | -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 Bader | 1996-06-21 | 1 | -9/+4 |
| | | | | Use fshelp_return_malloced_buffer to setup the return data. | ||||
* | (diskfs_S_fsys_set_options): Don't split arguments, just call | Miles Bader | 1996-06-20 | 1 | -6/+1 |
| | | | | diskfs_set_options with what we got. | ||||
* | (diskfs_S_fsys_set_options): | Miles Bader | 1996-05-22 | 1 | -1/+0 |
| | | | | Don't bother terminating ARGV, argz_extract does it now. | ||||
* | (diskfs_S_fsys_set_options): Terminate ARGV. | Miles Bader | 1996-05-22 | 1 | -0/+1 |
| | |||||
* | (diskfs_S_fsys_get_options): Accept and ignore replyport parameters. | Michael I. Bushnell | 1996-05-09 | 1 | -0/+2 |
| | |||||
* | (diskfs_S_fsys_set_options): Use rwlock_writer_lock instead of | Roland McGrath | 1996-01-31 | 1 | -5/+5 |
| | | | | rwlock_reader_lock in DO_CHILDREN case. | ||||
* | Include <string.h>. | Michael I. Bushnell | 1995-11-21 | 1 | -0/+1 |
| | |||||
* | (diskfs_S_fsys_get_options): Revert last change. | Michael I. Bushnell | 1995-11-21 | 1 | -1/+1 |
| | |||||
* | (diskfs_S_fsys_get_options): diskfs_get_options -> | Michael I. Bushnell | 1995-11-21 | 1 | -1/+1 |
| | | | | _diskfs_get_options. | ||||
* | (diskfs_S_fsys_get_options): New function. | Miles Bader | 1995-11-06 | 1 | -0/+31 |
| | |||||
* | (diskfs_S_fsys_set_options): | Miles Bader | 1995-10-19 | 1 | -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. Bushnell | 1995-06-26 | 1 | -1/+1 |
| | |||||
* | (diskfs_S_fsys_set_options/helper): Ignore harmless errors from | Michael I. Bushnell | 1995-06-26 | 1 | -0/+3 |
| | | | | fsys_set_options. | ||||
* | (diskfs_S_fsys_set_options): New parms REPLY and REPLYTYPE. | Michael I. Bushnell | 1995-06-26 | 1 | -0/+2 |
| | |||||
* | (diskfs_S_fsys_set_options): Unlock NP around fsys call. | Michael I. Bushnell | 1995-06-23 | 1 | -0/+2 |
| | |||||
* | (diskfs_S_fsys_set_options): [helper] Fix first arg to | Michael I. Bushnell | 1995-06-20 | 1 | -1/+1 |
| | | | | fshelp_fetch_control. | ||||
* | (diskfs_S_fsys_set_options): | Michael I. Bushnell | 1995-06-20 | 1 | -1/+5 |
| | |||||
* | (diskfs_S_fsys_set_options): Use diskfs_node_iterate instead of | Michael I. Bushnell | 1995-06-20 | 1 | -5/+17 |
| | | | | fshelp_translator_iterate. | ||||
* | Include <hurd/fsys.h>. | Michael I. Bushnell | 1995-06-09 | 1 | -1/+2 |
| | | | | (diskfs_S_fsys_set_options/dochild): Declare ARG unused. | ||||
* | (diskfs_S_fsys_set_options): Bother validating FSYS and implementing | Michael I. Bushnell | 1995-06-09 | 1 | -1/+17 |
| | | | | DO_CHILDREN. | ||||
* | (diskfs_S_fsys_set_options): Extract the argument vector and call | Miles Bader | 1995-05-20 | 1 | -4/+12 |
| | | | | diskfs_set_options. | ||||
* | Add fsys_set_options, replacing fsys_mod_readonly. | Miles Bader | 1995-05-12 | 1 | -4/+4 |
| | |||||
* | entered into RCS | Michael I. Bushnell | 1994-08-31 | 1 | -0/+31 |