Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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. | ||||
* | (trivfs_S_fsys_getroot): Free initial reference created by | Michael I. Bushnell | 1995-07-21 | 1 | -0/+1 |
| | | | | ports_allocate_port. | ||||
* | Protect against including twice, and add includes that we depend on. | Miles Bader | 1995-07-20 | 1 | -0/+10 |
| | |||||
* | Removed dependencies that are now automatically generated. | Michael I. Bushnell | 1995-07-06 | 1 | -9/+1 |
| | |||||
* | (_trivfs_begin_using_control): Typo | Michael I. Bushnell | 1995-06-27 | 1 | -1/+1 |
| | | | | .c | ||||
* | Fix types of trivfs_cntl_portclasses and trivfs_protid_portclasses. | Michael I. Bushnell | 1995-06-27 | 1 | -2/+2 |
| | |||||
* | (trivfs_S_fsys_goaway): Call trivfs_goaway the new way. | Michael I. Bushnell | 1995-06-27 | 1 | -3/+3 |
| | |||||
* | (trivfs_startup): New parms CONTROL_BUCKET and PROTID_BUCKET; pass | Michael I. Bushnell | 1995-06-27 | 1 | -5/+8 |
| | | | | them to trivfs_handle_port. Use new ports interface. | ||||
* | (trivfs_startup): New parms CONTROL_BUCKET and PROTID_BUCKET. | Michael I. Bushnell | 1995-06-27 | 1 | -1/+3 |
| | |||||
* | (trivfs_clean_protid): Use new ports interface. Use PREdecrement in | Michael I. Bushnell | 1995-06-27 | 1 | -2/+2 |
| | | | | reference counting check. | ||||
* | (trivfs_do_mach_notify_no_senders): Use new ports interface. | Michael I. Bushnell | 1995-06-27 | 1 | -3/+3 |
| | |||||
* | (_trivfs_begin_using_protid, _trivfs_end_using_protid, | Michael I. Bushnell | 1995-06-27 | 1 | -15/+15 |
| | | | | | _trivfs_begin_using_oontrol, _trivfs_end_using_control): Use new ports interface. | ||||
* | (trivfs_S_io_restrict_auth): Use new ports interface. | Michael I. Bushnell | 1995-06-27 | 1 | -1/+3 |
| | |||||
* | (trivfs_S_io_reauthenticate): Use new ports interface. | Michael I. Bushnell | 1995-06-27 | 1 | -1/+3 |
| | |||||
* | (trivfs_S_io_duplicate): Use new ports interface. | Michael I. Bushnell | 1995-06-27 | 1 | -1/+3 |
| | |||||
* | (trivfs_handle_port): Take new parms; use new ports interface; | Michael I. Bushnell | 1995-06-27 | 1 | -4/+8 |
| | | | | initialize CNTL->protid_bucket. | ||||
* | (trivfs_handle_port): New parms CONTROL_BUCKET and PROTID_BUCKET. | Michael I. Bushnell | 1995-06-27 | 1 | -1/+3 |
| | |||||
* | (trivfs_S_fsys_getroot): Use new form of ports_allocate_port call. | Michael I. Bushnell | 1995-06-27 | 1 | -2/+3 |
| | |||||
* | (struct trivfs_control): New member `protid_bucket'. | Michael I. Bushnell | 1995-06-27 | 1 | -0/+1 |
| | |||||
* | (trivfs_control): Renamed member `protid_types' to be `protid_class' | Michael I. Bushnell | 1995-06-27 | 1 | -1/+1 |
| | | | | and changed type to be `stroct port_class *'. | ||||
* | (trivfs_protid_portclasses): Renamed from | Michael I. Bushnell | 1995-06-27 | 1 | -11/+14 |
| | | | | | | | | | | | trivfs_protid_porttypes. Change type to `struct port_class *'. (trivfs_protid_nportclasses): Renamed from trivfs_protid_nporttypes. (trivfs_cntl_portclasses): Renamed from trivfs_cntl_porttypes. Change type to `struct port_class *'. (trivfs_cntl_nportclasses): Renamed from trivfs_cntl_nporttypes. (trivfs_startup): Pass port classes instead of integer types. (trivfs_handle_port): Likewise. (trivfs_goaway): Likewise. | ||||
* | Add fsys_set_options, replacing fsys_mod_readonly. | Miles Bader | 1995-05-12 | 1 | -5/+5 |
| | |||||
* | Add startup.c. | Miles Bader | 1995-04-12 | 1 | -1/+1 |
| | |||||
* | If trivfs_fsid is zero, set it to our process id, which should be a nice | Miles Bader | 1995-04-09 | 1 | -0/+5 |
| | | | | unique value. | ||||
* | Before calling trivfs_modify_stat, set the st_fstype & st_fsid fields to | Miles Bader | 1995-04-09 | 1 | -1/+12 |
| | | | | | trivfs_fstype & trivfs_fsid. But first, if trivfs_fsid is zero, set it to our process id, which should be a nice unique value. | ||||
* | Declare trivfs_startup. | Miles Bader | 1995-04-09 | 1 | -0/+9 |
| | |||||
* | Initial revision | Miles Bader | 1995-04-09 | 1 | -0/+62 |
| | |||||
* | (struct trivfs_control): Delete members `openshead' and `openstail'. | Michael I. Bushnell | 1995-03-30 | 1 | -1/+0 |
| | |||||
* | (trivfs_S_fsys_getroot): Strip out old hack for blocking. | Michael I. Bushnell | 1995-03-30 | 1 | -86/+8 |
| | | | | | (struct pending_open): Delete type. (trivfs_complete_open): Delete function. |