aboutsummaryrefslogtreecommitdiff
path: root/libtrivfs
Commit message (Collapse)AuthorAgeFilesLines
...
* (trivfs_handle_port): Free initial reference created byMichael I. Bushnell1995-07-211-1/+4
| | | | ports_allocate_port.
* (trivfs_S_fsys_getroot): Free initial reference created byMichael I. Bushnell1995-07-211-0/+1
| | | | ports_allocate_port.
* Protect against including twice, and add includes that we depend on.Miles Bader1995-07-201-0/+10
|
* Removed dependencies that are now automatically generated.Michael I. Bushnell1995-07-061-9/+1
|
* (_trivfs_begin_using_control): TypoMichael I. Bushnell1995-06-271-1/+1
| | | | .c
* Fix types of trivfs_cntl_portclasses and trivfs_protid_portclasses.Michael I. Bushnell1995-06-271-2/+2
|
* (trivfs_S_fsys_goaway): Call trivfs_goaway the new way.Michael I. Bushnell1995-06-271-3/+3
|
* (trivfs_startup): New parms CONTROL_BUCKET and PROTID_BUCKET; passMichael I. Bushnell1995-06-271-5/+8
| | | | them to trivfs_handle_port. Use new ports interface.
* (trivfs_startup): New parms CONTROL_BUCKET and PROTID_BUCKET.Michael I. Bushnell1995-06-271-1/+3
|
* (trivfs_clean_protid): Use new ports interface. Use PREdecrement inMichael I. Bushnell1995-06-271-2/+2
| | | | reference counting check.
* (trivfs_do_mach_notify_no_senders): Use new ports interface.Michael I. Bushnell1995-06-271-3/+3
|
* (_trivfs_begin_using_protid, _trivfs_end_using_protid,Michael I. Bushnell1995-06-271-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. Bushnell1995-06-271-1/+3
|
* (trivfs_S_io_reauthenticate): Use new ports interface.Michael I. Bushnell1995-06-271-1/+3
|
* (trivfs_S_io_duplicate): Use new ports interface.Michael I. Bushnell1995-06-271-1/+3
|
* (trivfs_handle_port): Take new parms; use new ports interface;Michael I. Bushnell1995-06-271-4/+8
| | | | initialize CNTL->protid_bucket.
* (trivfs_handle_port): New parms CONTROL_BUCKET and PROTID_BUCKET.Michael I. Bushnell1995-06-271-1/+3
|
* (trivfs_S_fsys_getroot): Use new form of ports_allocate_port call.Michael I. Bushnell1995-06-271-2/+3
|
* (struct trivfs_control): New member `protid_bucket'.Michael I. Bushnell1995-06-271-0/+1
|
* (trivfs_control): Renamed member `protid_types' to be `protid_class'Michael I. Bushnell1995-06-271-1/+1
| | | | and changed type to be `stroct port_class *'.
* (trivfs_protid_portclasses): Renamed fromMichael I. Bushnell1995-06-271-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 Bader1995-05-121-5/+5
|
* Add startup.c.Miles Bader1995-04-121-1/+1
|
* If trivfs_fsid is zero, set it to our process id, which should be a niceMiles Bader1995-04-091-0/+5
| | | | unique value.
* Before calling trivfs_modify_stat, set the st_fstype & st_fsid fields toMiles Bader1995-04-091-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 Bader1995-04-091-0/+9
|
* Initial revisionMiles Bader1995-04-091-0/+62
|
* (struct trivfs_control): Delete members `openshead' and `openstail'.Michael I. Bushnell1995-03-301-1/+0
|
* (trivfs_S_fsys_getroot): Strip out old hack for blocking.Michael I. Bushnell1995-03-301-86/+8
| | | | | (struct pending_open): Delete type. (trivfs_complete_open): Delete function.
* (trivfs_check_open_hook): Doc fix.Michael I. Bushnell1995-03-301-13/+3
| | | | (trivfs_complete_open): Delete declaration.
* (trivfs_clean_protid): Lock CRED->po->cntl->lock around relevant code.Michael I. Bushnell1995-03-301-1/+3
|
* (trivfs_handle_port): Initialize CNTL->lock.Michael I. Bushnell1995-03-301-1/+2
|
* (trivfs_S_io_duplicate): Slight fix.Michael I. Bushnell1995-03-301-4/+2
|
* (trivfs_S_io_restrict_auth): Lock CRED->po->cntl->lock around relevantMichael I. Bushnell1995-03-301-1/+3
| | | | code.
* (trivfs_S_io_reauthenticate): Lock CRED->po->cntl->lock aroundMichael I. Bushnell1995-03-301-1/+5
| | | | relevant code.
* (trivfs_S_io_duplicate): Lock CRED->po->cntl->lock around relevantMichael I. Bushnell1995-03-301-1/+5
| | | | code.
* (struct trivfs_control): New member `lock'.Michael I. Bushnell1995-03-301-1/+2
|
* Updated for new io_select interface.Roland McGrath1995-01-181-9/+6
|
* Use mach_msg_type_number_t in place of unsigned int and int.Roland McGrath1994-12-091-2/+2
|
* Use mach_msg_type_number_t in place of int.Roland McGrath1994-12-091-1/+1
|
* Use mach_msg_type_number_t in place of unsigned int and int.Roland McGrath1994-12-091-2/+2
|
* entered into RCSMichael I. Bushnell1994-10-251-1/+1
|
* entered into RCSMichael I. Bushnell1994-08-302-0/+12
|
* Initial revisionMichael I. Bushnell1994-08-301-0/+30
|
* entered into RCSMichael I. Bushnell1994-08-301-2/+2
|
* entered into RCSMichael I. Bushnell1994-08-301-0/+38
|
* Formerly fsys-getroot.c.~16~Michael I. Bushnell1994-08-301-5/+5
|
* entered into RCSMichael I. Bushnell1994-08-301-1/+2
|
* entered into RCSMichael I. Bushnell1994-08-291-2/+3
|
* entered into RCSRoland McGrath1994-08-181-1/+2
|