summaryrefslogtreecommitdiff
path: root/libtrivfs
AgeCommit message (Collapse)Author
1996-09-26(trivfs_S_file_check_access):Miles Bader
Return CRED->realnode's access bits rather than always 0.
1996-09-26.Miles Bader
1996-09-23.Miles Bader
1996-09-23<argz.h>:Miles Bader
New include.
1996-09-23.Miles Bader
1996-09-23(trivfs_append_args): Make ARGZ_LEN `size_t *'.Miles Bader
1996-09-23.Miles Bader
1996-09-23.Miles Bader
1996-09-23(trivfs_get_options):Miles Bader
Declaration removed. (trivfs_append_args): New declaration.
1996-09-23get-options.c: File removed.Miles Bader
1996-09-23(trivfs_S_fsys_get_options):Miles Bader
Initialize ARGZ with the program name, and call trivfs_append_args instead of trivfs_get_options.
1996-09-23(trivfs_S_file_get_fs_options):Miles Bader
Initialize ARGZ with the program name, and call trivfs_append_args instead of trivfs_get_options.
1996-09-23append-args.c: New file.Miles Bader
1996-09-23(OTHERSRCS):Miles Bader
Replace get-options.c with apend-args.c. (HURDLIBS): Add shouldbeinlibc.
1996-09-17*** empty log message ***Thomas Bushnell
1996-08-16*** empty log message ***Thomas Bushnell
1996-08-15*** empty log message ***Thomas Bushnell
1996-07-19*** empty log message ***Michael I. Bushnell
1996-07-18.Miles Bader
1996-07-18(trivfs_S_io_reauthenticate):Miles Bader
Hold GLOBAL_LOCK while we're setting up the new port.
1996-07-17Initial revisionRoland McGrath
1996-07-14(trivfs_S_io_reauthenticate): Repeat ports_create_port,Michael I. Bushnell
auth_server_authenticate, io_restrict_auth, and *trivfs_protid_create_hook for as long as we get EINTR. Deal with other errors without crashing.
1996-07-07(trivfs_S_io_reauthenticate): Don't use MACH_MSG_TYPE_MOVE_SEND; it'sMichael I. Bushnell
unreliable.
1996-06-21(OTHERSRCS): Add set-options.c & get-options.c.Miles Bader
1996-06-21(trivfs_S_fsys_set_options): Call trivfs_set_options.Miles Bader
1996-06-21(trivfs_S_file_get_fs_options):Miles Bader
Call trivfs_get_options, and package up the results.
1996-06-21(trivfs_S_fsys_get_options):Miles Bader
Call trivfs_get_options, and package up the results.
1996-06-21Initial revisionMiles Bader
1996-06-21Add trivfs_set_options & trivfs_get_options.Miles Bader
1996-06-20Initial revisionMiles Bader
1996-06-20(OTHERSRCS): Add runtime-argp.c.Miles Bader
1996-06-20(trivfs_S_fsys_set_options): Use trivfs_runtime_argp to parse options.Miles Bader
1996-06-20(trivfs_runtime_argp): New declaration.Miles Bader
1996-06-16Initial revisionMiles Bader
1996-06-15(trivfs_S_fsys_set_options, trivfs_S_fsys_get_options,Miles Bader
trivfs_S_file_get_fs_options): Functions removed.
1996-06-15(FSSRCS): Add file-get-fs-options.cMiles Bader
(FSYSSRCS): Add fsys-set-options.c & fsys-get-options.c.
1996-05-10(trivfs_S_io_identity):Michael I. Bushnell
1996-05-10(trivfs_S_io_identity): fixupMichael I. Bushnell
1996-05-10(IOSRCS): Add io-identity.c.Michael I. Bushnell
1996-05-10Initial revisionMichael I. Bushnell
1996-05-10(trivfs_clean_cntl): Destroy filesys_id and file_id members.Michael I. Bushnell
1996-05-10Initial revisionMichael I. Bushnell
1996-05-10(trivfs_control): New members `filesys_id' and `file_id'.Michael I. Bushnell
1996-05-09Fix param type.Miles Bader
1996-05-09(trivfs_S_file_get_storage_info): Change to new interface.Miles Bader
1996-05-09(trivfs_S_io_reauthenticate): Don't send right for CRED toMichael I. Bushnell
auth_server_authenticate.
1996-05-09(trivfs_S_fsys_syncfs): Provide new third arg to file_sync.Michael I. Bushnell
1996-05-09(trivfs_S_fsys_get_options): Expect (and ignore) reply port args.Michael I. Bushnell
1996-05-09(trivfs_S_file_syncfs): Provide new third arg to file_sync.Michael I. Bushnell
1996-05-09(trivfs_S_file_sync): Accept and pass through new omitmeta parm.Michael I. Bushnell