From owner-cvs-src-old@FreeBSD.ORG Thu Feb 12 17:57:39 2009 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 AC7D61065841 for ; Thu, 12 Feb 2009 17:57:39 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 95ABE8FC1E for ; Thu, 12 Feb 2009 17:57:39 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1CHvdlA088977 for ; Thu, 12 Feb 2009 17:57:39 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1CHvdnW088976 for cvs-src-old@freebsd.org; Thu, 12 Feb 2009 17:57:39 GMT (envelope-from rrs@repoman.freebsd.org) Message-Id: <200902121757.n1CHvdnW088976@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rrs@repoman.freebsd.org using -f From: Randall Stewart Date: Thu, 12 Feb 2009 17:57:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/netinet sctp_indata.c sctp_lock_bsd.h sctp_output.c sctp_sysctl.h sctp_timer.c sctp_timer.h sctp_var.h sctputil.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: Thu, 12 Feb 2009 17:57:41 -0000 rrs 2009-02-12 17:57:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet sctp_indata.c sctp_lock_bsd.h sctp_output.c sctp_sysctl.h sctp_timer.c sctp_timer.h sctp_var.h sctputil.c Log: SVN rev 188524 on 2009-02-12 17:57:28Z by rrs MFC of 182367 and 182403 - Make strict-sacks be the default. - Change it so that without INVARIANTs there are no panics in SCTP. - sctp_timer changes so that we have a recovery mechanism when the sent list is out of order. Fixes compile error when INVARIANTs is on. Adds an empty goto to keep the compiler happy. Revision Changes Path 1.45.2.8 +10 -1 src/sys/netinet/sctp_indata.c 1.10.2.3 +8 -2 src/sys/netinet/sctp_lock_bsd.h 1.58.2.14 +1 -0 src/sys/netinet/sctp_output.c 1.13.2.4 +1 -1 src/sys/netinet/sctp_sysctl.h 1.32.2.6 +61 -2 src/sys/netinet/sctp_timer.c 1.7.2.2 +2 -0 src/sys/netinet/sctp_timer.h 1.20.2.8 +32 -0 src/sys/netinet/sctp_var.h 1.65.2.14 +15 -0 src/sys/netinet/sctputil.c