summaryrefslogtreecommitdiff
path: root/libfshelp/fetch-control.c
AgeCommit message (Collapse)Author
2017-09-25fshelp: Fix fetching control ports.Justus Winter
* libfshelp/fetch-control.c (fshelp_fetch_control): When a port is stale, do not try to deallocate it.
2017-08-05Use our own variant of 'assert' and 'assert_perror'.Justus Winter
Our variants print stack traces on failures. This will make locating errors much easier.
2016-10-09fshelp: Fix fetching the control port.Justus Winter
* libfshelp/fetch-control.c (fshelp_fetch_control): Check if the control port is still alive, or deallocate the dead name, record the fact in the transbox, and return MACH_PORT_NULL.
1995-06-20(fshelp_fetch_control): Only frob refs if control is non-null.Michael I. Bushnell
1995-06-19(fshelp_fetch_control): Don't frob obsolete innerlock.Michael I. Bushnell
1995-06-14Initial revisionMichael I. Bushnell