Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (trivfs_protid_dup): Use ports_create_port instead of ports_allocate_port, | Miles Bader | 1996-01-27 | 1 | -30/+33 |
| | | | | and return any error. | ||||
* | (trivfs_open): Use ports_create_port instead of ports_allocate_port, and | Miles Bader | 1996-01-27 | 1 | -7/+4 |
| | | | | return any error. | ||||
* | (trivfs_create_control): New declaration. | Miles Bader | 1996-01-27 | 1 | -12/+21 |
| | |||||
* | (OTHERSRCS): Add cntl-create.c. | Miles Bader | 1996-01-27 | 1 | -3/+3 |
| | |||||
* | (trivfs_startup): Use trivfs_create_control. | Miles Bader | 1996-01-27 | 1 | -18/+19 |
| | |||||
* | (trivfs_handle_port): Use trivfs_create_control. | Miles Bader | 1996-01-27 | 1 | -11/+14 |
| | |||||
* | (trivfs_S_io_restrict_auth): Use ports_create_port instead of | Miles Bader | 1996-01-27 | 1 | -3/+7 |
| | | | | ports_allocate_port, and return any error. | ||||
* | (trivfs_S_io_reauthenticate): Use ports_create_port instead of | Miles Bader | 1996-01-27 | 1 | -3/+7 |
| | | | | ports_allocate_port, and return any error. | ||||
* | (trivfs_clean_protid): | Miles Bader | 1996-01-19 | 1 | -3/+8 |
| | | | | Don't hold CRED->po->cntl->lock while calling TRIVFS_PEROPEN_DESTROY_HOOK. | ||||
* | Waste some time adding reply port args that no one will use. | Miles Bader | 1995-11-13 | 27 | -12/+38 |
| | |||||
* | (trivfs_startup): Add FLAGS arg, passed to fsys_startup. | Miles Bader | 1995-11-13 | 1 | -3/+5 |
| | |||||
* | (trivfs_startup): Add FLAGS arg. | Miles Bader | 1995-11-13 | 1 | -2/+3 |
| | |||||
* | (trivfs_S_file_get_storage_info): | Miles Bader | 1995-11-13 | 1 | -2/+5 |
| | | | | | Add FLAGS arg. Waste some time adding reply port args that no one will use. | ||||
* | (trivfs_S_fsys_get_options, trivfs_S_file_get_fs_options): New functions. | Miles Bader | 1995-11-13 | 1 | -0/+17 |
| | | | | (trivfs_S_fsys_startup): Add FLAGS arg. | ||||
* | (trivfs_S_fsys_getpriv): Add poly args. | Roland McGrath | 1995-10-07 | 1 | -2/+2 |
| | |||||
* | (trivfs_S_fsys_getpriv): Add poly args. | Roland McGrath | 1995-10-07 | 1 | -2/+2 |
| | |||||
* | (libtrivfs.so): Depend on ../libports/libports.so. | Roland McGrath | 1995-10-07 | 1 | -0/+1 |
| | |||||
* | (trivfs_S_file_get_storage_info): | Miles Bader | 1995-10-07 | 1 | -1/+2 |
| | | | | Change type of RUNS to off_t **, and add the BLOCK_SIZE parameter. | ||||
* | (trivfs_S_dir_link): Swap first two arguments. | Miles Bader | 1995-10-07 | 1 | -2/+2 |
| | |||||
* | (trivfs_{begin,end}_using_{protid,control}): Declare them. | Roland McGrath | 1995-10-06 | 1 | -0/+11 |
| | |||||
* | Remove leading _ from function names. | Roland McGrath | 1995-10-06 | 2 | -11/+11 |
| | |||||
* | (FSSRCS): Add file-get-storage-info.c. | Roland McGrath | 1995-10-05 | 1 | -1/+1 |
| | |||||
* | Initial revision | Roland McGrath | 1995-10-05 | 1 | -0/+29 |
| | |||||
* | (FSSRCS): Rename file-truncate.c to file-set-size.c. | Miles Bader | 1995-09-22 | 1 | -1/+1 |
| | |||||
* | (trivfs_S_file_set_size): Renamed from file-truncate.c:trivfs_s_file_truncate. | Miles Bader | 1995-09-18 | 1 | -1/+1 |
| | |||||
* | (trivfs_S_io_pathconf): Add reply port to args. | Miles Bader | 1995-09-18 | 1 | -1/+3 |
| | |||||
* | (FSSRCS): Remove file-pathconf.c. | Miles Bader | 1995-09-18 | 1 | -9/+9 |
| | | | | (IOSRCS): Add io-pathconf.c. | ||||
* | (trivfs_S_io_pathconf): Renamed from file-pathconf.c:trivfs_s_file_pathconf. | Miles Bader | 1995-09-18 | 1 | -2/+2 |
| | |||||
* | (SRCS): Removed $(NOTIFYSRCS) and $(INTSRCS). | Miles Bader | 1995-09-06 | 1 | -7/+2 |
| | | | | | (NOTIFYSRCS, INTSRCS): Removed. (MIGSTUBS): Removed notifyServer.o and interruptServer.o. | ||||
* | (trivfs_demuxer): Use ports_notify_server and ports_interrupt_server instead | Miles Bader | 1995-09-06 | 1 | -4/+2 |
| | | | | of our own versions. | ||||
* | (trivfs_S_interrupt_operation): Use ports_interrupt_rpc. | Miles Bader | 1995-08-25 | 1 | -2/+7 |
| | |||||
* | Initial revision | Miles Bader | 1995-08-24 | 1 | -0/+39 |
| | |||||
* | (trivfs_handle_port): Initialize the hook field. | Miles Bader | 1995-08-24 | 1 | -0/+1 |
| | |||||
* | (trivfs_S_io_stat): Pass CRED to trivfs_modify_stat. | Miles Bader | 1995-08-24 | 1 | -1/+1 |
| | |||||
* | (trivfs_S_fsys_goaway): Use new args for trivfs_goaway. | Miles Bader | 1995-08-24 | 1 | -6/+1 |
| | |||||
* | (struct trivfs_control): Add the hook field. | Miles Bader | 1995-08-24 | 1 | -7/+4 |
| | | | | | | (trivfs_goaway): Pass the control structure directly instead of random fields from it. (trivfs_modify_stat): Pass in the node as well. | ||||
* | (REMHDRS): Removed. | Miles Bader | 1995-08-24 | 1 | -2/+1 |
| | | | | (FSYSSRCS): Added fsys-forward.c. | ||||
* | Doc fix. | Michael I. Bushnell | 1995-08-21 | 1 | -3/+2 |
| | |||||
* | (trivfs_S_io_reauthenticate): Allow trivfs_protid_create_hook to return an | Miles Bader | 1995-08-12 | 1 | -7/+10 |
| | | | | error code. | ||||
* | (trivfs_clean_protid): Only call trivfs_protid_destroy_hook hook on CRED if | Miles Bader | 1995-08-12 | 1 | -2/+8 |
| | | | | it was fully initialized. | ||||
* | (trivfs_S_io_restrict_auth): Allow trivfs_protid_create_hook to return an | Miles Bader | 1995-08-12 | 1 | -8/+22 |
| | | | | error code. | ||||
* | (trivfs_S_io_duplicate): Allow trivfs_protid_create_hook to return an error | Miles Bader | 1995-08-12 | 1 | -27/+10 |
| | | | | | code. (trivfs_S_io_duplicate): Guts moved into trivfs_protid_dup. | ||||
* | (trivfs_protid_create_hook, trivfs_peropen_create_hook): Change the | Miles Bader | 1995-08-12 | 1 | -2/+20 |
| | | | | declarations now that these return an error code. | ||||
* | (trivfs_S_fsys_getroot): Allow trivfs_protid_create_hook and | Miles Bader | 1995-08-12 | 1 | -53/+25 |
| | | | | | | trivfs_peropen_create_hook to return an error code, and abort if either does. (trivfs_S_fsys_getroot): Guts (except for protection check) moved into trivfs_open. | ||||
* | (OTHERSRCS): Add protid-dup.c and open.c. | Miles Bader | 1995-08-12 | 1 | -2/+2 |
| | |||||
* | Initial revision | Miles Bader | 1995-08-12 | 2 | -0/+173 |
| | |||||
* | (trivfs_S_io_restrict_auth): Free initial reference created by | Michael I. Bushnell | 1995-07-21 | 1 | -0/+1 |
| | | | | ports_allocate_port. | ||||
* | (trivfs_S_io_reauthenticate): Free initial reference created by | Michael I. Bushnell | 1995-07-21 | 1 | -1/+3 |
| | | | | ports_allocate_port. | ||||
* | (trivfs_S_io_duplicate): Free initial reference created by | Michael I. Bushnell | 1995-07-21 | 1 | -0/+1 |
| | | | | ports_allocate_port. | ||||
* | (trivfs_handle_port): Free initial reference created by | Michael I. Bushnell | 1995-07-21 | 1 | -1/+4 |
| | | | | ports_allocate_port. |