From owner-cvs-src-old@FreeBSD.ORG Sat Jun 5 21:27:52 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 71A42106576C for ; Sat, 5 Jun 2010 21:27:52 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5E83F8FC15 for ; Sat, 5 Jun 2010 21:27:52 +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 o55LRqFm048909 for ; Sat, 5 Jun 2010 21:27:52 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o55LRqP5048908 for cvs-src-old@freebsd.org; Sat, 5 Jun 2010 21:27:52 GMT (envelope-from rrs@repoman.freebsd.org) Message-Id: <201006052127.o55LRqP5048908@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rrs@repoman.freebsd.org using -f From: Randall Stewart Date: Sat, 5 Jun 2010 21:27:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet sctp_output.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: Sat, 05 Jun 2010 21:27:52 -0000 rrs 2010-06-05 21:27:43 UTC FreeBSD src repository Modified files: sys/netinet sctp_output.c Log: SVN rev 208855 on 2010-06-05 21:27:43Z by rrs This change does the following: 1) Fix the alignment of a comment. 2) Fix a BUG where we were NOT paying attention to the RESEND marking on retransmitting control chunks.. and worse we were not decrementing the retran count that could cause us to loop forever. 3) Add in the valdiate_no_lock function on invariants so that we will really check all ways out to be sure a lock does not slip out locked. MFC after: 1 week. Revision Changes Path 1.109 +23 -13 src/sys/netinet/sctp_output.c