aboutsummaryrefslogtreecommitdiff
path: root/libports/interrupt-on-notify.c
Commit message (Collapse)AuthorAgeFilesLines
* 1999-01-01 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-011-9/+8
| | | | | * interrupt-on-notify.c (ports_interrupt_self_on_notification): Use assert to check we are in an rpc; don't return EIEIO (not appropriate).
* (ports_interrupt_rpc_on_notification): Only set PN->prev_req_p if PN != 0.Miles Bader1996-02-261-1/+2
|
* (ports_interrupt_rpc_on_notification):Miles Bader1996-02-261-2/+3
| | | | Only set _PORTS_NOTIFICATIONS->prevp if _PORTS_NOTIFICATIONS != 0.
* (ports_interrupt_rpc_on_notification): If PORT is dead or bogus, interruptMiles Bader1996-01-051-0/+11
| | | | RPC immediately, and don't add a new request.
* (ports_interrupt_rpc_on_notification): If NEW_REQ is not needed, put it onRoland McGrath1995-12-281-1/+4
| | | | the free list, don't call free on it.
* Initial revisionMiles Bader1995-12-271-0/+169