Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (fshelp_fetch_root): Don't use unsafe MOVE_SEND in call to | Michael I. Bushnell | 1996-07-08 | 1 | -2/+7 |
| | | | | fshelp_start_translator_long. | ||||
* | (fshelp_fetch_root): Deal properly with errors from auth_makeauth. | Michael I. Bushnell | 1996-06-24 | 1 | -1/+2 |
| | |||||
* | (fshelp_fetch_root) [reauth]: Use new args for auth_user_authenticate. | Michael I. Bushnell | 1996-05-09 | 1 | -3/+2 |
| | |||||
* | (fshelp_fetch_root): Make sure the returned fsys control port is valid. | Miles Bader | 1996-02-21 | 1 | -1/+5 |
| | |||||
* | (fshelp_fetch_root): Use hurd_condition_wait instead of | Michael I. Bushnell | 1996-01-29 | 1 | -2/+5 |
| | | | | condition_wait. | ||||
* | (fshelp_fetch_root): | Miles Bader | 1996-01-27 | 1 | -5/+5 |
| | | | | | | If io_reauthenticate returns an error, just return MACH_PORT_NULL instead of aborting (the server probably died; not a good sign for the health of the translator, but it's better than dying ourselves...). | ||||
* | (fshelp_fetch_root): | Miles Bader | 1995-11-06 | 1 | -10/+4 |
| | | | | | | | When PORT_TYPE is MACH_MSG_TYPE_MAKE_SEND, make the right *before* using it. Don't bother reauthenticating the underlying node returned by CALLBACK2 -- it already has the right ids. This also gets rid of a problem with giving away our auth port prematurely. | ||||
* | (fshelp_fetch_root): | Miles Bader | 1995-11-02 | 1 | -11/+29 |
| | | | | | | Uses two callbacks now. Pass an appropiate function to fshelp_start_translator_long instead of the actual underlying node. | ||||
* | (fshelp_fetch_root): Wakeup other blocked calls *before* returning | Michael I. Bushnell | 1995-06-26 | 1 | -6/+8 |
| | | | | errors provided by fshelp_start_translator_long or CALLBACK. | ||||
* | (fshelp_fetch_root): Parenthesize assert test correctly. | Michael I. Bushnell | 1995-06-23 | 1 | -1/+1 |
| | |||||
* | (fshelp_fetch_root) [reauth]: If PORT is null, then just return it. | Michael I. Bushnell | 1995-06-22 | 1 | -0/+3 |
| | |||||
* | (fshelp_fetch_root): Pass type and length parameters in the right | Michael I. Bushnell | 1995-06-22 | 1 | -6/+5 |
| | | | | order in calls to auth_makeauth and fshelp_start_translator_long. | ||||
* | (fshelp_fetch_root): Pass new third arg to fshelp_set_active. | Michael I. Bushnell | 1995-06-21 | 1 | -1/+1 |
| | |||||
* | (fshelp_fetch_root): Reduce levels of loops. Only change ACTIVE when | Michael I. Bushnell | 1995-06-19 | 1 | -95/+106 |
| | | | | | we are holding the lock. Use condition mechanism to serialize attempts to start the passive translator. | ||||
* | (fshelp_fetch_root): Never consume the right on DOTDOT. | Michael I. Bushnell | 1995-06-14 | 1 | -2/+1 |
| | |||||
* | (fshelp_fetch_root): Free ARGZ after we're done with them. | Michael I. Bushnell | 1995-06-14 | 1 | -0/+2 |
| | |||||
* | (fshelp_fetch_root): Take new arg COOKIE and pass it to CALLBACK. | Michael I. Bushnell | 1995-06-14 | 1 | -2/+3 |
| | |||||
* | *** empty log message *** | Michael I. Bushnell | 1995-06-14 | 1 | -40/+118 |
| | |||||
* | entered into RCS | Michael I. Bushnell | 1994-09-06 | 1 | -3/+21 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1994-09-06 | 1 | -0/+53 |