summaryrefslogtreecommitdiff
path: root/libports/interrupt-on-notify.c
AgeCommit message (Collapse)Author
1999-01-011999-01-01 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* interrupt-on-notify.c (ports_interrupt_self_on_notification): Use assert to check we are in an rpc; don't return EIEIO (not appropriate).
1996-02-26(ports_interrupt_rpc_on_notification): Only set PN->prev_req_p if PN != 0.Miles Bader
1996-02-26(ports_interrupt_rpc_on_notification):Miles Bader
Only set _PORTS_NOTIFICATIONS->prevp if _PORTS_NOTIFICATIONS != 0.
1996-01-05(ports_interrupt_rpc_on_notification): If PORT is dead or bogus, interruptMiles Bader
RPC immediately, and don't add a new request.
1995-12-28(ports_interrupt_rpc_on_notification): If NEW_REQ is not needed, put it onRoland McGrath
the free list, don't call free on it.
1995-12-27Initial revisionMiles Bader