Subject: CVS commit: [netbsd-1-5] syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 09/18/2002 19:04:54
Module Name:	syssrc
Committed By:	itojun
Date:		Wed Sep 18 16:04:54 UTC 2002

Modified Files:
	basesrc [netbsd-1-5]: CHANGES-1.5.4
	syssrc/sys/kern [netbsd-1-5]: uipc_socket.c

Log Message:
sys/kern/uipc_socket.c				1.53

  Return ECONNABORTED, if the socket (tcp connection for example)
  is disconnected by RST right before accept(2).  Fixes PR#10698/12027.
  Checked with SUSv2, XNET 5.2, and Stevens (Unix Network Programming
  vol 1 2nd ed) section 5.11.


To generate a diff of this commit:
cvs rdiff -r1.1.2.51 -r1.1.2.52 basesrc/CHANGES-1.5.4
cvs rdiff -r1.50.4.4 -r1.50.4.5 syssrc/sys/kern/uipc_socket.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.