Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1999-01-01 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-01-01 | 1 | -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 Bader | 1996-02-26 | 1 | -1/+2 |
| | |||||
* | (ports_interrupt_rpc_on_notification): | Miles Bader | 1996-02-26 | 1 | -2/+3 |
| | | | | Only set _PORTS_NOTIFICATIONS->prevp if _PORTS_NOTIFICATIONS != 0. | ||||
* | (ports_interrupt_rpc_on_notification): If PORT is dead or bogus, interrupt | Miles Bader | 1996-01-05 | 1 | -0/+11 |
| | | | | RPC immediately, and don't add a new request. | ||||
* | (ports_interrupt_rpc_on_notification): If NEW_REQ is not needed, put it on | Roland McGrath | 1995-12-28 | 1 | -1/+4 |
| | | | | the free list, don't call free on it. | ||||
* | Initial revision | Miles Bader | 1995-12-27 | 1 | -0/+169 |