Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (trivfs_get_options): | Miles Bader | 1996-09-23 | 1 | -5/+5 | |
| | | | | | | Declaration removed. (trivfs_append_args): New declaration. | |||||
* | get-options.c: File removed. | Miles Bader | 1996-09-23 | 1 | -29/+0 | |
| | ||||||
* | (trivfs_S_fsys_get_options): | Miles Bader | 1996-09-23 | 1 | -3/+10 | |
| | | | | | Initialize ARGZ with the program name, and call trivfs_append_args instead of trivfs_get_options. | |||||
* | (trivfs_S_file_get_fs_options): | Miles Bader | 1996-09-23 | 1 | -3/+9 | |
| | | | | | Initialize ARGZ with the program name, and call trivfs_append_args instead of trivfs_get_options. | |||||
* | append-args.c: New file. | Miles Bader | 1996-09-23 | 1 | -0/+30 | |
| | ||||||
* | (OTHERSRCS): | Miles Bader | 1996-09-23 | 1 | -4/+3 | |
| | | | | | | Replace get-options.c with apend-args.c. (HURDLIBS): Add shouldbeinlibc. | |||||
* | *** empty log message *** | Thomas Bushnell | 1996-09-17 | 2 | -1/+6 | |
| | ||||||
* | *** empty log message *** | Thomas Bushnell | 1996-08-16 | 2 | -3/+11 | |
| | ||||||
* | *** empty log message *** | Thomas Bushnell | 1996-08-15 | 2 | -5/+7 | |
| | ||||||
* | *** empty log message *** | Michael I. Bushnell | 1996-07-19 | 2 | -10/+10 | |
| | ||||||
* | . | Miles Bader | 1996-07-18 | 1 | -0/+5 | |
| | ||||||
* | (trivfs_S_io_reauthenticate): | Miles Bader | 1996-07-18 | 1 | -0/+4 | |
| | | | | Hold GLOBAL_LOCK while we're setting up the new port. | |||||
* | Initial revision | Roland McGrath | 1996-07-17 | 1 | -0/+659 | |
| | ||||||
* | (trivfs_S_io_reauthenticate): Repeat ports_create_port, | Michael I. Bushnell | 1996-07-14 | 1 | -29/+54 | |
| | | | | | | auth_server_authenticate, io_restrict_auth, and *trivfs_protid_create_hook for as long as we get EINTR. Deal with other errors without crashing. | |||||
* | (trivfs_S_io_reauthenticate): Don't use MACH_MSG_TYPE_MOVE_SEND; it's | Michael I. Bushnell | 1996-07-07 | 1 | -1/+2 | |
| | | | | unreliable. | |||||
* | (OTHERSRCS): Add set-options.c & get-options.c. | Miles Bader | 1996-06-21 | 1 | -1/+2 | |
| | ||||||
* | (trivfs_S_fsys_set_options): Call trivfs_set_options. | Miles Bader | 1996-06-21 | 1 | -2/+2 | |
| | ||||||
* | (trivfs_S_file_get_fs_options): | Miles Bader | 1996-06-21 | 1 | -1/+15 | |
| | | | | Call trivfs_get_options, and package up the results. | |||||
* | (trivfs_S_fsys_get_options): | Miles Bader | 1996-06-21 | 1 | -1/+15 | |
| | | | | Call trivfs_get_options, and package up the results. | |||||
* | Initial revision | Miles Bader | 1996-06-21 | 2 | -0/+62 | |
| | ||||||
* | Add trivfs_set_options & trivfs_get_options. | Miles Bader | 1996-06-21 | 1 | -1/+14 | |
| | ||||||
* | Initial revision | Miles Bader | 1996-06-20 | 1 | -0/+23 | |
| | ||||||
* | (OTHERSRCS): Add runtime-argp.c. | Miles Bader | 1996-06-20 | 1 | -1/+1 | |
| | ||||||
* | (trivfs_S_fsys_set_options): Use trivfs_runtime_argp to parse options. | Miles Bader | 1996-06-20 | 1 | -1/+5 | |
| | ||||||
* | (trivfs_runtime_argp): New declaration. | Miles Bader | 1996-06-20 | 1 | -0/+4 | |
| | ||||||
* | Initial revision | Miles Bader | 1996-06-16 | 3 | -0/+93 | |
| | ||||||
* | (trivfs_S_fsys_set_options, trivfs_S_fsys_get_options, | Miles Bader | 1996-06-15 | 1 | -28/+0 | |
| | | | | trivfs_S_file_get_fs_options): Functions removed. | |||||
* | (FSSRCS): Add file-get-fs-options.c | Miles Bader | 1996-06-15 | 1 | -2/+4 | |
| | | | | (FSYSSRCS): Add fsys-set-options.c & fsys-get-options.c. | |||||
* | (trivfs_S_io_identity): | Michael I. Bushnell | 1996-05-10 | 1 | -1/+1 | |
| | ||||||
* | (trivfs_S_io_identity): fixup | Michael I. Bushnell | 1996-05-10 | 1 | -3/+4 | |
| | ||||||
* | (IOSRCS): Add io-identity.c. | Michael I. Bushnell | 1996-05-10 | 1 | -1/+1 | |
| | ||||||
* | Initial revision | Michael I. Bushnell | 1996-05-10 | 1 | -0/+50 | |
| | ||||||
* | (trivfs_clean_cntl): Destroy filesys_id and file_id members. | Michael I. Bushnell | 1996-05-10 | 1 | -1/+3 | |
| | ||||||
* | Initial revision | Michael I. Bushnell | 1996-05-10 | 1 | -0/+67 | |
| | ||||||
* | (trivfs_control): New members `filesys_id' and `file_id'. | Michael I. Bushnell | 1996-05-10 | 1 | -0/+2 | |
| | ||||||
* | Fix param type. | Miles Bader | 1996-05-09 | 1 | -1/+1 | |
| | ||||||
* | (trivfs_S_file_get_storage_info): Change to new interface. | Miles Bader | 1996-05-09 | 1 | -2/+4 | |
| | ||||||
* | (trivfs_S_io_reauthenticate): Don't send right for CRED to | Michael I. Bushnell | 1996-05-09 | 1 | -3/+1 | |
| | | | | auth_server_authenticate. | |||||
* | (trivfs_S_fsys_syncfs): Provide new third arg to file_sync. | Michael I. Bushnell | 1996-05-09 | 1 | -2/+2 | |
| | ||||||
* | (trivfs_S_fsys_get_options): Expect (and ignore) reply port args. | Michael I. Bushnell | 1996-05-09 | 1 | -1/+3 | |
| | ||||||
* | (trivfs_S_file_syncfs): Provide new third arg to file_sync. | Michael I. Bushnell | 1996-05-09 | 1 | -2/+2 | |
| | ||||||
* | (trivfs_S_file_sync): Accept and pass through new omitmeta parm. | Michael I. Bushnell | 1996-05-09 | 1 | -3/+3 | |
| | ||||||
* | (trivfs_S_file_statfs): | Michael I. Bushnell | 1996-05-09 | 1 | -1/+1 | |
| | ||||||
* | (trivfs_S_file_statfs): Use new struct statfs format. | Michael I. Bushnell | 1996-05-09 | 1 | -4/+4 | |
| | ||||||
* | (trivfs_S_dir_rename): Accept new excl parm. | Michael I. Bushnell | 1996-05-09 | 1 | -2/+2 | |
| | ||||||
* | (trivfs_S_dir_link): Accept new excl parm. | Michael I. Bushnell | 1996-05-09 | 1 | -2/+2 | |
| | ||||||
* | (OTHERSRCS): Delete handle-port.c. | Michael I. Bushnell | 1996-05-09 | 1 | -1/+1 | |
| | ||||||
* | (trivfs_handle_port): Delete declaration. | Michael I. Bushnell | 1996-05-09 | 1 | -8/+1 | |
| | ||||||
* | (trivfs_S_io_select): Remove TAG arg. | Miles Bader | 1996-05-09 | 1 | -3/+2 | |
| | ||||||
* | (trivfs_S_file_get_storage_info): Swap PORTS_TYPE and NUM_PORTS args. | Miles Bader | 1996-05-07 | 1 | -1/+1 | |
| |