Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (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 | |
| | ||||||
* | (netfs_S_file_getcontrol): Use correct args to ports_create_port. | Michael I. Bushnell | 1996-04-29 | 1 | -3/+2 | |
| | ||||||
* | Use ports_create_port instead of ports_allocate_port, and notice the error. | Roland McGrath | 1996-04-27 | 1 | -7/+10 | |
| | ||||||
* | (netfs_S_io_seek): Bother to set *NEWOFFSET. | Michael I. Bushnell | 1996-04-24 | 1 | -1/+2 | |
| | ||||||
* | (fsys-MIGSFLAGS, fs-MIGSFLAGS, io-MIGSFLAGS, ifsock-MIGSFLAGS): Find | Michael I. Bushnell | 1996-04-11 | 1 | -4/+4 | |
| | | | | mutations.h in $(srcdir). | |||||
* | Never mind.c | Michael I. Bushnell | 1996-04-02 | 1 | -4/+2 | |
| | ||||||
* | Never mind. | Michael I. Bushnell | 1996-04-02 | 1 | -1/+0 | |
| | ||||||
* | (netfs_S_file_check_access): Never mind.c | Michael I. Bushnell | 1996-04-02 | 1 | -1/+0 | |
| | ||||||
* | Include <fcntl.h>. | Michael I. Bushnell | 1996-04-02 | 3 | -0/+3 | |
| | ||||||
* | (netfs_S_io_write): Verify that the user has the file open for | Michael I. Bushnell | 1996-04-02 | 1 | -1/+7 | |
| | | | | writing. | |||||
* | (netfs_S_io_read): Verify that the user has the file open for reading. | Michael I. Bushnell | 1996-04-02 | 1 | -2/+9 | |
| | ||||||
* | (netfs_report_access): Doc fix. | Michael I. Bushnell | 1996-04-02 | 1 | -3/+5 | |
| | ||||||
* | (netfs_S_file_check_access): Initialize *TYPES. | Michael I. Bushnell | 1996-04-02 | 1 | -1/+2 | |
| | ||||||
* | (netfs_S_file_exec): Remove stub. | Michael I. Bushnell | 1996-04-01 | 1 | -33/+0 | |
| | ||||||
* | (FSSRCS): Add file-exec.c. | Michael I. Bushnell | 1996-04-01 | 1 | -1/+1 | |
| | ||||||
* | (netfs_parse_runtime_options): Pass new arg to arg_parse. | Miles Bader | 1996-04-01 | 1 | -1/+1 | |
| | ||||||
* | (LCLHDRS): Add callbacks.h misc.h modes.h mutations.h priv.h. | Michael I. Bushnell | 1996-03-19 | 1 | -2/+2 | |
| | ||||||
* | entered into RCS | Michael I. Bushnell | 1996-03-19 | 1 | -0/+6 | |
| | ||||||
* | (netfs_startup): Add declaration. | Michael I. Bushnell | 1996-03-18 | 1 | -0/+2 | |
| | ||||||
* | (netfs_protid_class, netfs_control_class, netfs_port_bucket, | Michael I. Bushnell | 1996-03-18 | 1 | -6/+26 | |
| | | | | netfs_root_node, netfs_auth_server_port): Make this extern. | |||||
* | entered into RCS | Michael I. Bushnell | 1996-03-18 | 2 | -1/+4 | |
| | ||||||
* | Formerly file-set-translator.c.~3~ | Michael I. Bushnell | 1996-03-14 | 1 | -1/+1 | |
| | ||||||
* | Formerly fsys-getroot.c.~4~ | Michael I. Bushnell | 1996-03-12 | 1 | -0/+21 | |
| | ||||||
* | entered into RCS | Michael I. Bushnell | 1996-03-12 | 1 | -6/+4 | |
| | ||||||
* | Formerly file-set-translator.c.~2~ | Michael I. Bushnell | 1996-03-12 | 1 | -18/+21 | |
| | ||||||
* | Initial revision | Michael I. Bushnell | 1996-03-12 | 1 | -0/+187 | |
| | ||||||
* | entered into RCS | Roland McGrath | 1996-03-12 | 1 | -11/+12 | |
| | ||||||
* | Formerly file-get-translator.c.~2~ | Michael I. Bushnell | 1996-03-11 | 1 | -16/+18 | |
| | ||||||
* | Initial revision | Michael I. Bushnell | 1996-03-11 | 1 | -0/+109 | |
| | ||||||
* | (FSSRCS): Add file-get-translator.c. | Michael I. Bushnell | 1996-03-11 | 1 | -1/+2 | |
| |