From owner-cvs-src-old@FreeBSD.ORG Tue Jun 1 14:21:43 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F88C106566C for ; Tue, 1 Jun 2010 14:21:43 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5E6D98FC08 for ; Tue, 1 Jun 2010 14:21:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o51ELhaa084945 for ; Tue, 1 Jun 2010 14:21:43 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o51ELhN1084944 for cvs-src-old@freebsd.org; Tue, 1 Jun 2010 14:21:43 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <201006011421.o51ELhN1084944@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Tue, 1 Jun 2010 14:21:24 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet tcp_usrreq.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jun 2010 14:21:43 -0000 rwatson 2010-06-01 14:21:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet tcp_usrreq.c Log: SVN rev 208700 on 2010-06-01 14:21:24Z by rwatson Merge r204809 from head to stable/8: Add a comment to tcp_usr_accept() to indicate why it is we acquire the tcbinfo lock there: r175612, which re-added it, masked a race between sonewconn(2) and accept(2) that could allow an incompletely initialized address on a newly-created socket on a listen queue to be exposed. Full details can be found in that commit message. Sponsored by: Juniper Networks Approved by: re (bz) Revision Changes Path 1.192.2.3 +9 -3 src/sys/netinet/tcp_usrreq.c