git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
388f7ef
)
[DECNET]: fix SIGPIPE
author
Patrick Caulfield
<patrick@tykepenguin.com>
Fri, 11 Nov 2005 20:04:28 +0000
(12:04 -0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 11 Nov 2005 20:04:28 +0000
(12:04 -0800)
Currently recvmsg generates SIGPIPE whereas sendmsg does not; for the
other stacks it seems to be the other way round!
It also fixes the bug where reading from a socket whose peer has shutdown
returned -EINVAL rather than 0.
Signed-off-by: Patrick Caulfield <patrick@tykepenguin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found