Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (S_interrupt_operation): Function deleted. | Miles Bader | 1995-09-06 | 1 | -13/+0 |
| | |||||
* | (S_io_read, S_io_readable): Don't return EPIPE on EOF. | Miles Bader | 1995-09-06 | 1 | -6/+8 |
| | |||||
* | (S_io_stat): Only attempt to use the read pipe if it exists. | Miles Bader | 1995-09-05 | 1 | -7/+8 |
| | |||||
* | (S_io_select): Change the way selects are done, now that writes can block. | Miles Bader | 1995-08-31 | 1 | -34/+30 |
| | | | | (S_io_write): Pass in the new NOBLOCK parameter to pipe_write. | ||||
* | (S_io_select): Use pipe_select instead of pipe_wait. | Miles Bader | 1995-08-29 | 1 | -1/+1 |
| | |||||
* | (S_interrupt_operation): Use ports_interrupt_rpc to interrupt waiting threads. | Miles Bader | 1995-08-29 | 1 | -27/+1 |
| | |||||
* | (S_io_select): Fix typo in masking off SELECT_URG. | Roland McGrath | 1995-08-29 | 1 | -33/+22 |
| | | | | Don't check open modes and return EBADF. | ||||
* | (S_io_read, S_interrupt_operation, S_io_readable, S_io_select): | Miles Bader | 1995-08-16 | 1 | -26/+26 |
| | | | | | | Use pipe_release_reader instead of pipe_release. (S_io_write): Use pipe_release_writer instead of pipe_release. (S_io_readable, S_io_read): Reflect EPIPE as EOF. | ||||
* | (S_interrupt_operation): Allow sockets trying to connect, and waiting for | Miles Bader | 1995-07-30 | 1 | -7/+17 |
| | | | | | connections to be interrupted. Change references to the CONNQ field in struct sock to LISTEN_QUEUE. | ||||
* | entered into RCS | Miles Bader | 1995-07-26 | 1 | -9/+5 |
| | |||||
* | Formerly io.c.~12~ | Miles Bader | 1995-07-25 | 1 | -6/+23 |
| | |||||
* | Formerly io.c.~11~ | Miles Bader | 1995-07-22 | 1 | -2/+21 |
| | |||||
* | Formerly io.c.~10~ | Miles Bader | 1995-07-22 | 1 | -1/+39 |
| | |||||
* | Formerly io.c.~9~ | Miles Bader | 1995-07-18 | 1 | -3/+63 |
| | |||||
* | Formerly io.c.~8~ | Miles Bader | 1995-07-17 | 1 | -0/+1 |
| | |||||
* | Formerly io.c.~7~ | Miles Bader | 1995-07-16 | 1 | -31/+35 |
| | |||||
* | Formerly io.c.~6~ | Miles Bader | 1995-07-14 | 1 | -4/+5 |
| | |||||
* | Formerly io.c.~5~ | Miles Bader | 1995-07-05 | 1 | -1/+3 |
| | |||||
* | Formerly io.c.~4~ | Miles Bader | 1995-07-03 | 1 | -14/+8 |
| | |||||
* | Formerly io.c.~3~ | Miles Bader | 1995-07-02 | 1 | -128/+252 |
| | |||||
* | Formerly io.c.~2~ | Miles Bader | 1995-07-01 | 1 | -102/+71 |
| | |||||
* | Initial revision | Miles Bader | 1995-07-01 | 1 | -0/+336 |