Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | Michael I. Bushnell | 1996-07-18 | 2 | -0/+187 |
| | |||||
* | Initial revision | Roland McGrath | 1996-07-17 | 1 | -0/+234 |
| | |||||
* | (netfs_S_io_reauthenticate): fixp | Michael I. Bushnell | 1996-07-14 | 1 | -1/+1 |
| | |||||
* | (netfs_S_io_reauthenticate): Repeat auth_server_authenticate for as | Michael I. Bushnell | 1996-07-14 | 1 | -13/+25 |
| | | | | long as we get EINTR. Tolerate other errors without crashing as well. | ||||
* | (netfs_S_io_reauthenticate): Don't use unsafe MOVE_SEND in call to | Michael I. Bushnell | 1996-07-08 | 1 | -1/+2 |
| | | | | auth_server_authenticate. | ||||
* | (netfs_S_io_write): more fixup | Michael I. Bushnell | 1996-07-04 | 1 | -8/+10 |
| | |||||
* | (netfs_S_io_write): fixup | Michael I. Bushnell | 1996-07-04 | 1 | -1/+1 |
| | |||||
* | (netfs_S_io_write): Bother implementing O_APPEND. | Michael I. Bushnell | 1996-07-04 | 1 | -2/+18 |
| | |||||
* | (netfs_S_io_identity): Don't take address of ID in call to | Michael I. Bushnell | 1996-07-04 | 1 | -1/+1 |
| | | | | fshelp_get_identity. | ||||
* | (netfs_S_dir_mkfile): Return right with MAKE_SEND, not COPY_SEND. | Michael I. Bushnell | 1996-07-03 | 1 | -2/+2 |
| | |||||
* | (netfs_S_io_identity): Use fshelp_get_identity instead of creating | Michael I. Bushnell | 1996-07-03 | 1 | -12/+6 |
| | | | | port ourselves. | ||||
* | (netfs_drop_node): Don't deallocate NP->identity. | Michael I. Bushnell | 1996-07-03 | 1 | -2/+0 |
| | |||||
* | (netfs_make_node): Don't initialize NP->identity. | Michael I. Bushnell | 1996-07-03 | 1 | -1/+0 |
| | |||||
* | (struct node): Delete member identity. | Michael I. Bushnell | 1996-07-03 | 1 | -2/+0 |
| | |||||
* | Revert last changes. | Michael I. Bushnell | 1996-07-02 | 1 | -12/+1 |
| | |||||
* | (struct node): Member identity now points to a struct. | Michael I. Bushnell | 1996-07-02 | 1 | -1/+1 |
| | |||||
* | (netfs_identity_class): New variable. | Michael I. Bushnell | 1996-07-02 | 1 | -0/+11 |
| | | | | | (netfs_release_identity): New function. (struct identity): New type. | ||||
* | (LCLHDRS): Add execserver.h. | Michael I. Bushnell | 1996-06-27 | 1 | -1/+1 |
| | |||||
* | (OTHERSRCS): Add append-std-options.c. | Miles Bader | 1996-06-27 | 1 | -13/+14 |
| | |||||
* | Initial revision | Miles Bader | 1996-06-27 | 1 | -0/+32 |
| | |||||
* | Initial revision | Miles Bader | 1996-06-26 | 3 | -0/+72 |
| | |||||
* | (OTHERSRCS): | Miles Bader | 1996-06-26 | 1 | -1/+1 |
| | | | | | Add runtime-argp.c, std-runtime-argp.c, & std-startup-argp.c. Remove parse-runtime-options.c & unparse-runtime-options.c. | ||||
* | (netfs_get_options): Call netfs_append_std_options. | Miles Bader | 1996-06-26 | 1 | -2/+2 |
| | |||||
* | (netfs_S_fsys_set_options): Don't convert options string into argv vector. | Miles Bader | 1996-06-26 | 1 | -6/+1 |
| | |||||
* | (std_runtime_options): Variable removed. | Miles Bader | 1996-06-26 | 1 | -18/+5 |
| | | | | | (parse_runtime_opt): Function removed. (netfs_set_options): Change to use fshelp_set_options. | ||||
* | Change options parsing interface to match libdiskfs's: | Miles Bader | 1996-06-26 | 1 | -33/+35 |
| | | | | | | | | | (netfs_set_options, netfs_get_options): Updated to inew interface. (netfs_append_std_options): New declaration. (netfs_runtime_argp, netfs_std_runtime_argp, netfs_std_startup_arg): New variables. (netfs_parse_runtime_options, netfs_unparse_runtime_options): Functions removed. | ||||
* | (netfs_S_fsys_get_options): | Miles Bader | 1996-06-26 | 1 | -10/+5 |
| | | | | Use fshelp_return_malloced_buffer to prepare return value. | ||||
* | (netfs_S_file_get_fs_options): | Miles Bader | 1996-06-26 | 1 | -10/+5 |
| | | | | Use fshelp_return_malloced_buffer to prepare return value. | ||||
* | (netfs_S_io_identity): fixup | Michael I. Bushnell | 1996-05-14 | 1 | -1/+8 |
| | |||||
* | (netfs_fsys_identity): New variable. | Michael I. Bushnell | 1996-05-14 | 1 | -0/+4 |
| | | | | (netfs_init): Initialize netfs_fsys_identity. | ||||
* | (netfs_drop_node): Destroy NP->identity if it's set. | Michael I. Bushnell | 1996-05-14 | 1 | -1/+3 |
| | |||||
* | (netfs_make_node): Initialize NP->identity. | Michael I. Bushnell | 1996-05-14 | 1 | -1/+2 |
| | |||||
* | (struct node): New member `identity'. | Michael I. Bushnell | 1996-05-14 | 1 | -1/+3 |
| | | | | (netfs_fsys_identity): New variable. | ||||
* | (IOSRCS): Add io-identity.c. | Michael I. Bushnell | 1996-05-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1996-05-14 | 1 | -0/+60 |
| | |||||
* | foo | Michael I. Bushnell | 1996-05-14 | 1 | -1/+1 |
| | |||||
* | (parse_startup_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL. | Miles Bader | 1996-05-11 | 1 | -2/+1 |
| | |||||
* | (netfs_make_protid): Fixup | Michael I. Bushnell | 1996-05-09 | 1 | -1/+1 |
| | |||||
* | (netfs_S_file_get_storage_info): fixup | Michael I. Bushnell | 1996-05-09 | 1 | -1/+1 |
| | |||||
* | (netfs_make_protid): Use new ports interface; if it fails return zero. | Michael I. Bushnell | 1996-05-09 | 1 | -4/+7 |
| | |||||
* | (netfs_S_file_get_storage_info): Change to new interface. | Miles Bader | 1996-05-09 | 1 | -18/+24 |
| | |||||
* | (netfs_S_io_select): No longer has TAG parm. | Michael I. Bushnell | 1996-05-09 | 1 | -3/+2 |
| | |||||
* | (netfs_S_io_reauthenticate): Don't pass right for USER to | Michael I. Bushnell | 1996-05-09 | 1 | -4/+2 |
| | | | | auth_server_authenticate. | ||||
* | (netfs_S_file_sync): Accept and ignore new omitmeta arg. | Michael I. Bushnell | 1996-05-09 | 1 | -2/+3 |
| | |||||
* | (netfs_S_file_statfs): Use new struct statfs. | Michael I. Bushnell | 1996-05-09 | 1 | -2/+2 |
| | |||||
* | (netfs_S_dir_rename): Accept and pass through excl flag. | Michael I. Bushnell | 1996-05-09 | 1 | -3/+3 |
| | |||||
* | (netfs_S_dir_link): Accept and pass through excl arg. | Michael I. Bushnell | 1996-05-09 | 1 | -3/+4 |
| | |||||
* | (netfs_attempt_link): Add excl parm. | Michael I. Bushnell | 1996-05-09 | 1 | -3/+4 |
| | | | | (netfs_attempt_rename): Likewise. | ||||
* | (netfs_attempt_statfs): Use struct statfs, not old deprecated | Michael I. Bushnell | 1996-05-09 | 1 | -1/+1 |
| | | | | structure. | ||||
* | ioserver.h -> iohelp.h. | Michael I. Bushnell | 1996-05-09 | 1 | -1/+1 |
| |