Module Name: src Committed By: sborrill Date: Fri Nov 13 20:34:29 UTC 2009
Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1128 To generate a diff of this commit: cvs rdiff -u -r1.1.2.134 -r1.1.2.135 src/doc/CHANGES-5.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-5.1 diff -u src/doc/CHANGES-5.1:1.1.2.134 src/doc/CHANGES-5.1:1.1.2.135 --- src/doc/CHANGES-5.1:1.1.2.134 Sun Nov 8 23:03:58 2009 +++ src/doc/CHANGES-5.1 Fri Nov 13 20:34:29 2009 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.1,v 1.1.2.134 2009/11/08 23:03:58 snj Exp $ +# $NetBSD: CHANGES-5.1,v 1.1.2.135 2009/11/13 20:34:29 sborrill Exp $ A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 release: @@ -14697,3 +14697,10 @@ - Bump version number. [mrg, ticket #1131] +sys/nfs/nfs_socket.c 1.182 + + Handle EWOULDBLOCK the same way as EPIPE. It seems the TCP + socket layer can return EWOULDBLOCK on some occasion when + the connection is broken. + [bouyer, ticket #1128] +