summaryrefslogtreecommitdiff
path: root/libnetfs
AgeCommit message (Collapse)Author
1996-10-24Mon Oct 21 21:56:33 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* netfs.h: Add extern inline protection. * netfs.c: New file. * Makefile (OTHERSRCS): Add netfs.c.
1996-09-23<argp.h>:Miles Bader
New include.
1996-09-23(netfs_get_options):Miles Bader
Declaration removed. (netfs_append_args): New declaration. <argp.h>: Include removed.
1996-09-23get-options.c: File removed.Miles Bader
1996-09-23(netfs_S_fsys_get_options):Miles Bader
Initialize ARGZ with the program name, and call netfs_append_args instead of netfs_get_options.
1996-09-23<stdio.h>:Miles Bader
New include.
1996-09-23(netfs_S_file_get_fs_options):Miles Bader
Initialize ARGZ with the program name, and call netfs_append_args instead of netfs_get_options.
1996-09-23(netfs_append_std_options):Miles Bader
Doc fix.
1996-09-23append-args.c: New file.Miles Bader
1996-09-23(OTHERSRCS):Miles Bader
Replace get-options.c with append-args.c
1996-09-23.Miles Bader
1996-08-16*** empty log message ***Thomas Bushnell
1996-07-26.Miles Bader
1996-07-26(netfs_S_file_exec):Miles Bader
Unlock NP before we attempt to do setuid/setgid (which otherwise can deadlock during port reauth). Pay attention to the error code returned by fshelp_exec_reauth, and don't make NEWPI if it's an error.
1996-07-23.Miles Bader
1996-07-23(netfs_S_file_utimes): `struct timespec' now uses a field prefix of `tv_'.Miles Bader
1996-07-19*** empty log message ***Michael I. Bushnell
1996-07-18*** empty log message ***Michael I. Bushnell
1996-07-17Initial revisionRoland McGrath
1996-07-14(netfs_S_io_reauthenticate): fixpMichael I. Bushnell
1996-07-14(netfs_S_io_reauthenticate): Repeat auth_server_authenticate for asMichael I. Bushnell
long as we get EINTR. Tolerate other errors without crashing as well.
1996-07-08(netfs_S_io_reauthenticate): Don't use unsafe MOVE_SEND in call toMichael I. Bushnell
auth_server_authenticate.
1996-07-04(netfs_S_io_write): more fixupMichael I. Bushnell
1996-07-04(netfs_S_io_write): fixupMichael I. Bushnell
1996-07-04(netfs_S_io_write): Bother implementing O_APPEND.Michael I. Bushnell
1996-07-04(netfs_S_io_identity): Don't take address of ID in call toMichael I. Bushnell
fshelp_get_identity.
1996-07-03(netfs_S_dir_mkfile): Return right with MAKE_SEND, not COPY_SEND.Michael I. Bushnell
1996-07-03(netfs_S_io_identity): Use fshelp_get_identity instead of creatingMichael I. Bushnell
port ourselves.
1996-07-03(netfs_drop_node): Don't deallocate NP->identity.Michael I. Bushnell
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
(netfs_release_identity): New function. (struct identity): New type.
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
Add runtime-argp.c, std-runtime-argp.c, & std-startup-argp.c. Remove parse-runtime-options.c & unparse-runtime-options.c.
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
(parse_runtime_opt): Function removed. (netfs_set_options): Change to use fshelp_set_options.
1996-06-26Change options parsing interface to match libdiskfs's:Miles Bader
(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.
1996-06-26(netfs_S_fsys_get_options):Miles Bader
Use fshelp_return_malloced_buffer to prepare return value.
1996-06-26(netfs_S_file_get_fs_options):Miles Bader
Use fshelp_return_malloced_buffer to prepare return value.
1996-05-14(netfs_S_io_identity): fixupMichael I. Bushnell
1996-05-14(netfs_fsys_identity): New variable.Michael I. Bushnell
(netfs_init): Initialize netfs_fsys_identity.
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
(netfs_fsys_identity): New variable.