Actions
Bug #9737
closedsend(3xnet) and friends are missing MSG_NOSIGNAL
Start date:
2018-08-15
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
The send(3xnet)
, sendto(3xnet)
, and sendmsg(3xnet)
man pages are missing documentation for the MSG_NOSIGNAL
flag. Support for the MSG_NOSIGNAL
flag was added in #8409 where the send(3socket)
man page was properly updated to document the newly added MSG_NOSIGNAL
flag, but its corresponding 3xnet
counterparts were not updated accordingly.
Related issues
Updated by Marcel Telka over 5 years ago
- Subject changed from send(3xnet) and friends is missing MSG_NOSIGNAL to send(3xnet) and friends are missing MSG_NOSIGNAL
Updated by Marcel Telka over 5 years ago
- Related to Feature #8409: Want MSG_NOSIGNAL to prevent SIGPIPE added
Updated by Marcel Telka over 5 years ago
Updated by Marcel Telka over 5 years ago
- Status changed from In Progress to Pending RTI
Updated by Electric Monk over 5 years ago
- Status changed from Pending RTI to Closed
- % Done changed from 0 to 100
git commit 16b6a7e9a6f9116cc7c300e732be5000d82934e7
commit 16b6a7e9a6f9116cc7c300e732be5000d82934e7 Author: Marcel Telka <marcel@telka.sk> Date: 2018-08-20T17:33:11.000Z 9737 send(3xnet) and friends are missing MSG_NOSIGNAL Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Approved by: Dan McDonald <danmcd@joyent.com>
Actions