Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * inhibit-all-rpcs.c (ports_inhibit_all_rpcs): Avoid calling | Mark Kettenis | 2000-07-25 | 1 | -3/+8 |
| | | | | | | | hurd_thread_cancel on the current thread. * inhibit-class-rpcs.c (ports_inhibit_class_rpcs): Likewise. * inhibit-bucket-rpcs.c (ports_inhibit_bucket_rpcs): Likewise. * inhibit-port-rpcs.c (ports_inhibit_port_rpcs): Likewise. | ||||
* | (ports_inhibit_port_rpcs): | Miles Bader | 1996-01-27 | 1 | -16/+31 |
| | | | | Be interruptable; return EINTR if interrupted, or EBUSY if already inhibited. | ||||
* | If calling thread is serving an RPC, don't block waiting for that RPC to | Roland McGrath | 1995-11-18 | 1 | -7/+11 |
| | | | | finish. | ||||
* | (inhibit_port_rpcs): Renamed to `ports_inhibit_port_rpcs'. | Miles Bader | 1995-08-30 | 1 | -1/+1 |
| | |||||
* | (inhibit_port_rpcs): thread_cancel -> hurd_thread_cancel. Include <hurd.h>. | Miles Bader | 1995-08-24 | 1 | -1/+2 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1995-06-20 | 1 | -0/+45 |