markj
85037a09f3
Support MSG_DONTWAIT in send*(2).
...
As it does for recv*(2), MSG_DONTWAIT indicates that the call should
not block, returning EAGAIN instead. Linux and OpenBSD both implement
this, so the change makes porting easier, especially since we do not
return EINVAL or so when unrecognized flags are specified.
Submitted by: Greg V <greg@unrelenting.technology>
Reviewed by: tuexen
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D18728
2019-01-04 17:31:50 +00:00
..
2018-06-01 23:42:10 +00:00
2018-12-05 00:46:09 +00:00
2018-12-05 00:46:09 +00:00
2017-01-20 03:23:24 +00:00
2017-11-20 19:49:47 +00:00
2018-05-10 06:41:08 +00:00
2017-11-25 17:12:48 +00:00
2019-01-03 21:31:17 +00:00
2018-10-20 22:39:35 +00:00
2018-12-05 00:46:09 +00:00
2017-11-25 17:12:48 +00:00
2018-12-27 13:02:15 +00:00
2018-08-07 15:24:19 +00:00
2017-12-08 17:52:53 +00:00
2018-11-14 09:06:15 +00:00
2017-01-20 03:23:24 +00:00
2018-12-05 00:46:09 +00:00
2017-12-08 15:57:29 +00:00
2018-12-23 18:15:48 +00:00
2016-08-24 16:44:27 +00:00
2018-09-18 01:40:37 +00:00
2018-12-05 00:46:09 +00:00
2018-12-05 00:46:09 +00:00
2018-07-26 14:42:20 +00:00
2018-10-21 00:20:40 +00:00
2018-12-19 23:28:56 +00:00
2018-08-16 13:18:40 +00:00
2018-07-23 09:54:28 +00:00
2018-09-18 01:38:44 +00:00
2018-04-24 15:59:39 +00:00
2018-05-13 09:54:34 +00:00
2018-12-05 00:46:09 +00:00
2018-10-23 14:16:02 +00:00
2019-01-04 03:13:24 +00:00
2018-11-03 23:37:13 +00:00
2018-12-28 16:08:49 +00:00
2019-01-04 17:31:50 +00:00
2018-12-19 22:57:47 +00:00
2017-11-25 17:12:48 +00:00
2017-08-13 14:42:23 +00:00
2017-11-20 19:49:47 +00:00
2017-11-25 17:12:48 +00:00
2016-10-12 13:19:21 +00:00
2018-12-03 15:59:46 +00:00
2016-02-24 17:20:11 +00:00
2018-11-12 19:12:14 +00:00