summaryrefslogtreecommitdiff
path: root/libnetfs
AgeCommit message (Expand)Author
1996-07-03(netfs_make_node): Don't initialize NP->identity.Michael I. Bushnell
1996-07-03(struct node): Delete member identity.Michael I. Bushnell
1996-07-02Revert last changes.Michael I. Bushnell
1996-07-02(struct node): Member identity now points to a struct.Michael I. Bushnell
1996-07-02(netfs_identity_class): New variable.Michael I. Bushnell
1996-06-27(LCLHDRS): Add execserver.h.Michael I. Bushnell
1996-06-27(OTHERSRCS): Add append-std-options.c.Miles Bader
1996-06-27Initial revisionMiles Bader
1996-06-26Initial revisionMiles Bader
1996-06-26(OTHERSRCS):Miles Bader
1996-06-26(netfs_get_options): Call netfs_append_std_options.Miles Bader
1996-06-26(netfs_S_fsys_set_options): Don't convert options string into argv vector.Miles Bader
1996-06-26(std_runtime_options): Variable removed.Miles Bader
1996-06-26Change options parsing interface to match libdiskfs's:Miles Bader
1996-06-26(netfs_S_fsys_get_options):Miles Bader
1996-06-26(netfs_S_file_get_fs_options):Miles Bader
1996-05-14(netfs_S_io_identity): fixupMichael I. Bushnell
1996-05-14(netfs_fsys_identity): New variable.Michael I. Bushnell
1996-05-14(netfs_drop_node): Destroy NP->identity if it's set.Michael I. Bushnell
1996-05-14(netfs_make_node): Initialize NP->identity.Michael I. Bushnell
1996-05-14(struct node): New member `identity'.Michael I. Bushnell
1996-05-14(IOSRCS): Add io-identity.c.Michael I. Bushnell
1996-05-14Initial revisionMichael I. Bushnell
1996-05-14fooMichael I. Bushnell
1996-05-11(parse_startup_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader
1996-05-09(netfs_make_protid): FixupMichael I. Bushnell
1996-05-09(netfs_S_file_get_storage_info): fixupMichael I. Bushnell
1996-05-09(netfs_make_protid): Use new ports interface; if it fails return zero.Michael I. Bushnell
1996-05-09(netfs_S_file_get_storage_info): Change to new interface.Miles Bader
1996-05-09(netfs_S_io_select): No longer has TAG parm.Michael I. Bushnell
1996-05-09(netfs_S_io_reauthenticate): Don't pass right for USER toMichael I. Bushnell
1996-05-09(netfs_S_file_sync): Accept and ignore new omitmeta arg.Michael I. Bushnell
1996-05-09(netfs_S_file_statfs): Use new struct statfs.Michael I. Bushnell
1996-05-09(netfs_S_dir_rename): Accept and pass through excl flag.Michael I. Bushnell
1996-05-09(netfs_S_dir_link): Accept and pass through excl arg.Michael I. Bushnell
1996-05-09(netfs_attempt_link): Add excl parm.Michael I. Bushnell
1996-05-09(netfs_attempt_statfs): Use struct statfs, not old deprecatedMichael I. Bushnell
1996-05-09ioserver.h -> iohelp.h.Michael I. Bushnell
1996-04-29(netfs_S_file_getcontrol): Use correct args to ports_create_port.Michael I. Bushnell
1996-04-27Use ports_create_port instead of ports_allocate_port, and notice the error.Roland McGrath
1996-04-24(netfs_S_io_seek): Bother to set *NEWOFFSET.Michael I. Bushnell
1996-04-11(fsys-MIGSFLAGS, fs-MIGSFLAGS, io-MIGSFLAGS, ifsock-MIGSFLAGS): FindMichael I. Bushnell
1996-04-02Never mind.cMichael I. Bushnell
1996-04-02Never mind.Michael I. Bushnell
1996-04-02(netfs_S_file_check_access): Never mind.cMichael I. Bushnell
1996-04-02Include <fcntl.h>.Michael I. Bushnell
1996-04-02(netfs_S_io_write): Verify that the user has the file open forMichael I. Bushnell
1996-04-02(netfs_S_io_read): Verify that the user has the file open for reading.Michael I. Bushnell
1996-04-02(netfs_report_access): Doc fix.Michael I. Bushnell
1996-04-02(netfs_S_file_check_access): Initialize *TYPES.Michael I. Bushnell