Up to [cvs.NetBSD.org] / src / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: netbsd-1-5
Revision 1.50.4.5 / (download) - annotate - [select for diffs], Wed Sep 18 16:04:53 2002 UTC (10 years, 8 months ago) by itojun
Branch: netbsd-1-5
Changes since 1.50.4.4: +2 -2
lines
Diff to previous 1.50.4.4 (colored) to branchpoint 1.50 (colored) next main 1.51 (colored)
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.
Revision 1.50.4.4 / (download) - annotate - [select for diffs], Wed Jun 12 20:41:45 2002 UTC (10 years, 11 months ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.50.4.3: +21 -2
lines
Diff to previous 1.50.4.3 (colored) to branchpoint 1.50 (colored)
Pull up revision 1.67 (via patch, requested by he): Make sure to preserve atomicity of receive operation when instructed to do so. Make sure to drop rest of partial record if an error occurs. Fixes PR#16990.
Revision 1.50.4.3 / (download) - annotate - [select for diffs], Mon Oct 8 19:47:51 2001 UTC (11 years, 7 months ago) by he
Branch: netbsd-1-5
Changes since 1.50.4.2: +3 -1
lines
Diff to previous 1.50.4.2 (colored) to branchpoint 1.50 (colored)
Pull up revision 1.57 (requested by jdolecek): In soreceive(): do not ignore uiomove() error. Fixes PR#11692.
Revision 1.50.4.2 / (download) - annotate - [select for diffs], Sat Feb 3 18:41:57 2001 UTC (12 years, 3 months ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001
Changes since 1.50.4.1: +4 -3
lines
Diff to previous 1.50.4.1 (colored) to branchpoint 1.50 (colored)
Pull up revision 1.52 (requested by itojun): Prevent bogus data from being returned from the kernel on accept(2) in case the peer already have disconnected. Partial fix for PR#12027 and PR#10698.
Revision 1.50.4.1 / (download) - annotate - [select for diffs], Fri Dec 15 00:08:53 2000 UTC (12 years, 5 months ago) by he
Branch: netbsd-1-5
Changes since 1.50: +3 -3
lines
Diff to previous 1.50 (colored)
Pull up revision 1.51 (requested by fvdl): Fix NFS+tcp client hangs on server or network outage. Again, please note that this introduces yet another kernel interface change: sobind() gains an argument.
Revision 1.50 / (download) - annotate - [select for diffs], Thu Mar 30 09:27:14 2000 UTC (13 years, 1 month ago) by augustss
Branch: MAIN
CVS Tags: netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
minoura-xpg4dl-base,
minoura-xpg4dl
Branch point for: netbsd-1-5
Changes since 1.49: +27 -27
lines
Diff to previous 1.49 (colored)
Get rid of register declarations.