K 10 svn:author V 3 bms K 8 svn:date V 27 2007-03-05T11:17:31.000000Z K 7 svn:log V 493 MFC rev 1.152: Do not dispatch SIGPIPE from the generic write path for a socket; with this patch the code behaves according to the comment on the line above. Without this patch, a socket could cause SIGPIPE to be delivered to its process, once with SO_NOSIGPIPE set, and twice without. With this patch, the kernel now passes the sigpipe regression test in both HEAD and RELENG_6. PR: 78478 (the bug fix for this PR introduced this bug) Tested by: Anton Yuzhaninov Reviewed by: jhb END