From owner-cvs-all@FreeBSD.ORG Sat Dec 25 22:29:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E45516A4CE; Sat, 25 Dec 2004 22:29:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5485C43D2D; Sat, 25 Dec 2004 22:29:57 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBPMTv9b069547; Sat, 25 Dec 2004 22:29:57 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBPMTvCk069546; Sat, 25 Dec 2004 22:29:57 GMT (envelope-from rwatson) Message-Id: <200412252229.iBPMTvCk069546@repoman.freebsd.org> From: Robert Watson Date: Sat, 25 Dec 2004 22:29:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netinet tcp_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Dec 2004 22:29:57 -0000 rwatson 2004-12-25 22:29:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet tcp_subr.c Log: Merge tcp_subr.c:1.208 from HEAD to RELENG_5: date: 2004/11/23 15:59:43; author: rwatson; state: Exp; lines: +11 -4 Assert the tcbinfo write lock in tcp_new_isn(), as the tcbinfo lock protects access to the ISN state variables. Acquire the tcbinfo write lock in tcp_isn_tick() to synchronize timer-driven isn bumping. Staticize internal ISN variables since they're not used outside of tcp_subr.c. MFC after: 2 weeks Revision Changes Path 1.201.2.5 +11 -4 src/sys/netinet/tcp_subr.c