sin-ack
24fd8fb16f
Kernel: Ensure socket is suitable for writing in sys$sendmsg
...
Previously we would return a bytes written value of 0 if the writing end
of the socket was full. Now we either exit with EAGAIN if the socket
description is non-blocking, or block until the description can be
written to.
This is mostly a copy of the conditions in sys$write but with the "total
nwritten" parts removed as sys$sendmsg does not have that.
2022-02-07 12:21:45 +01:00
..
2022-02-03 16:11:26 +01:00
2022-02-03 23:33:20 +01:00
2022-02-06 17:52:33 +00:00
2022-02-03 18:25:55 +01:00
2022-02-04 21:34:12 +01:00
2022-02-05 22:50:39 +01:00
2022-02-05 18:13:02 +00:00
2022-02-03 23:33:20 +01:00
2022-01-30 16:21:59 +01:00
2022-02-03 23:33:20 +01:00
2022-02-06 22:13:13 +01:00
2022-02-03 16:11:26 +01:00
2022-02-03 23:33:20 +01:00
2022-02-07 12:21:45 +01:00
2022-01-30 16:21:59 +01:00
2022-02-03 16:11:26 +01:00
2022-02-04 21:34:12 +01:00
2022-02-02 18:26:59 +01:00
2022-02-02 18:26:59 +01:00
2022-01-29 16:45:39 +01:00
2022-02-03 16:11:26 +01:00
2022-02-04 21:34:12 +01:00
2022-02-04 21:34:12 +01:00
2022-01-29 23:01:23 +02:00
2022-01-30 16:21:59 +01:00
2022-01-30 16:21:59 +01:00
2022-01-30 16:21:59 +01:00
2022-01-29 16:45:39 +01:00
2022-01-30 16:21:59 +01:00
2022-01-29 02:17:09 +01:00
2022-01-30 16:21:59 +01:00
2022-01-30 16:21:59 +01:00
2022-01-30 16:21:59 +01:00
2022-01-30 16:21:59 +01:00
2022-02-03 23:33:20 +01:00
2022-01-30 16:21:59 +01:00
2022-01-30 16:21:59 +01:00
2022-02-03 16:11:26 +01:00