summaryrefslogtreecommitdiff
path: root/libtrivfs
AgeCommit message (Expand)Author
1995-08-25(trivfs_S_interrupt_operation): Use ports_interrupt_rpc.Miles Bader
1995-08-24Initial revisionMiles Bader
1995-08-24(trivfs_handle_port): Initialize the hook field.Miles Bader
1995-08-24(trivfs_S_io_stat): Pass CRED to trivfs_modify_stat.Miles Bader
1995-08-24(trivfs_S_fsys_goaway): Use new args for trivfs_goaway.Miles Bader
1995-08-24(struct trivfs_control): Add the hook field.Miles Bader
1995-08-24(REMHDRS): Removed.Miles Bader
1995-08-21Doc fix.Michael I. Bushnell
1995-08-12(trivfs_S_io_reauthenticate): Allow trivfs_protid_create_hook to return anMiles Bader
1995-08-12(trivfs_clean_protid): Only call trivfs_protid_destroy_hook hook on CRED ifMiles Bader
1995-08-12(trivfs_S_io_restrict_auth): Allow trivfs_protid_create_hook to return anMiles Bader
1995-08-12(trivfs_S_io_duplicate): Allow trivfs_protid_create_hook to return an errorMiles Bader
1995-08-12(trivfs_protid_create_hook, trivfs_peropen_create_hook): Change theMiles Bader
1995-08-12(trivfs_S_fsys_getroot): Allow trivfs_protid_create_hook andMiles Bader
1995-08-12(OTHERSRCS): Add protid-dup.c and open.c.Miles Bader
1995-08-12Initial revisionMiles Bader
1995-07-21(trivfs_S_io_restrict_auth): Free initial reference created byMichael I. Bushnell
1995-07-21(trivfs_S_io_reauthenticate): Free initial reference created byMichael I. Bushnell
1995-07-21(trivfs_S_io_duplicate): Free initial reference created byMichael I. Bushnell
1995-07-21(trivfs_handle_port): Free initial reference created byMichael I. Bushnell
1995-07-21(trivfs_S_fsys_getroot): Free initial reference created byMichael I. Bushnell
1995-07-20Protect against including twice, and add includes that we depend on.Miles Bader
1995-07-06Removed dependencies that are now automatically generated.Michael I. Bushnell
1995-06-27(_trivfs_begin_using_control): TypoMichael I. Bushnell
1995-06-27Fix types of trivfs_cntl_portclasses and trivfs_protid_portclasses.Michael I. Bushnell
1995-06-27(trivfs_S_fsys_goaway): Call trivfs_goaway the new way.Michael I. Bushnell
1995-06-27(trivfs_startup): New parms CONTROL_BUCKET and PROTID_BUCKET; passMichael I. Bushnell
1995-06-27(trivfs_startup): New parms CONTROL_BUCKET and PROTID_BUCKET.Michael I. Bushnell
1995-06-27(trivfs_clean_protid): Use new ports interface. Use PREdecrement inMichael I. Bushnell
1995-06-27(trivfs_do_mach_notify_no_senders): Use new ports interface.Michael I. Bushnell
1995-06-27(_trivfs_begin_using_protid, _trivfs_end_using_protid,Michael I. Bushnell
1995-06-27(trivfs_S_io_restrict_auth): Use new ports interface.Michael I. Bushnell
1995-06-27(trivfs_S_io_reauthenticate): Use new ports interface.Michael I. Bushnell
1995-06-27(trivfs_S_io_duplicate): Use new ports interface.Michael I. Bushnell
1995-06-27(trivfs_handle_port): Take new parms; use new ports interface;Michael I. Bushnell
1995-06-27(trivfs_handle_port): New parms CONTROL_BUCKET and PROTID_BUCKET.Michael I. Bushnell
1995-06-27(trivfs_S_fsys_getroot): Use new form of ports_allocate_port call.Michael I. Bushnell
1995-06-27(struct trivfs_control): New member `protid_bucket'.Michael I. Bushnell
1995-06-27(trivfs_control): Renamed member `protid_types' to be `protid_class'Michael I. Bushnell
1995-06-27(trivfs_protid_portclasses): Renamed fromMichael I. Bushnell
1995-05-12Add fsys_set_options, replacing fsys_mod_readonly.Miles Bader
1995-04-12Add startup.c.Miles Bader
1995-04-09If trivfs_fsid is zero, set it to our process id, which should be a niceMiles Bader
1995-04-09Before calling trivfs_modify_stat, set the st_fstype & st_fsid fields toMiles Bader
1995-04-09Declare trivfs_startup.Miles Bader
1995-04-09Initial revisionMiles Bader
1995-03-30(struct trivfs_control): Delete members `openshead' and `openstail'.Michael I. Bushnell
1995-03-30(trivfs_S_fsys_getroot): Strip out old hack for blocking.Michael I. Bushnell
1995-03-30(trivfs_check_open_hook): Doc fix.Michael I. Bushnell
1995-03-30(trivfs_clean_protid): Lock CRED->po->cntl->lock around relevant code.Michael I. Bushnell