From owner-svn-src-user@freebsd.org Tue Oct 6 17:49:53 2015 Return-Path: Delivered-To: svn-src-user@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA12C9B62C0 for ; Tue, 6 Oct 2015 17:49:53 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 742DFD52; Tue, 6 Oct 2015 17:49:53 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t96Hnqda069338; Tue, 6 Oct 2015 17:49:52 GMT (envelope-from ngie@FreeBSD.org) Received: (from ngie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t96HnqOJ069337; Tue, 6 Oct 2015 17:49:52 GMT (envelope-from ngie@FreeBSD.org) Message-Id: <201510061749.t96HnqOJ069337@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ngie set sender to ngie@FreeBSD.org using -f From: Garrett Cooper Date: Tue, 6 Oct 2015 17:49:52 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r288942 - user/ngie/more-tests2/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2015 17:49:53 -0000 Author: ngie Date: Tue Oct 6 17:49:52 2015 New Revision: 288942 URL: https://svnweb.freebsd.org/changeset/base/288942 Log: MFhead @ r288941 (in part to prove that this branch isn't horribly broken mergeinfo wise -- oh the little things..) Modified: user/ngie/more-tests2/release/doc/en_US.ISO8859-1/relnotes/article.xml Directory Properties: user/ngie/more-tests2/ (props changed) Modified: user/ngie/more-tests2/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- user/ngie/more-tests2/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Oct 6 17:46:48 2015 (r288941) +++ user/ngie/more-tests2/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Oct 6 17:49:52 2015 (r288942) @@ -796,6 +796,13 @@ evaluated when building the emulators/linux-c6 and related ports. + + The stack protector has been upgraded to + the "strong" level, elevating the protection against buffer + overflows. While this significantly improves the security of + the system, extensive testing was done to ensure there are no + measurable side effects in performance or + functionality. @@ -1251,6 +1258,10 @@ The &man.em.4; driver has been updated to support the Skylake I219 chipset. + + The &man.lagg.4; driver has been updated + to remove support for the fec + protocol.