Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-23 | append-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-17 | Initial revision | Roland 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's | Michael 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-21 | Initial revision | Miles Bader | |
1996-06-21 | Add trivfs_set_options & trivfs_get_options. | Miles Bader | |
1996-06-20 | Initial revision | Miles 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-16 | Initial revision | Miles 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.c | Miles 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): fixup | Michael I. Bushnell | |
1996-05-10 | (IOSRCS): Add io-identity.c. | Michael I. Bushnell | |
1996-05-10 | Initial revision | Michael I. Bushnell | |
1996-05-10 | (trivfs_clean_cntl): Destroy filesys_id and file_id members. | Michael I. Bushnell | |
1996-05-10 | Initial revision | Michael I. Bushnell | |
1996-05-10 | (trivfs_control): New members `filesys_id' and `file_id'. | Michael I. Bushnell | |
1996-05-09 | Fix 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 to | Michael 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 | |
1996-05-09 | (trivfs_S_file_statfs): | Michael I. Bushnell | |
1996-05-09 | (trivfs_S_file_statfs): Use new struct statfs format. | Michael I. Bushnell | |
1996-05-09 | (trivfs_S_dir_rename): Accept new excl parm. | Michael I. Bushnell | |
1996-05-09 | (trivfs_S_dir_link): Accept new excl parm. | Michael I. Bushnell | |
1996-05-09 | (OTHERSRCS): Delete handle-port.c. | Michael I. Bushnell | |
1996-05-09 | (trivfs_handle_port): Delete declaration. | Michael I. Bushnell | |
1996-05-09 | (trivfs_S_io_select): Remove TAG arg. | Miles Bader | |
1996-05-07 | (trivfs_S_file_get_storage_info): Swap PORTS_TYPE and NUM_PORTS args. | Miles Bader | |
1996-05-07 | (trivfs_S_file_get_storage_info): Rewrite for new interface. | Miles Bader | |
1996-04-29 | Comment out warning addition. | Michael I. Bushnell | |