From owner-svn-doc-head@freebsd.org Sun Jul 22 21:24:27 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BC32102E753; Sun, 22 Jul 2018 21:24:27 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3100085FA2; Sun, 22 Jul 2018 21:24:27 +0000 (UTC) (envelope-from marius@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E158D1370C; Sun, 22 Jul 2018 21:24:26 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6MLOQf6094283; Sun, 22 Jul 2018 21:24:26 GMT (envelope-from marius@FreeBSD.org) Received: (from marius@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6MLOQbx094282; Sun, 22 Jul 2018 21:24:26 GMT (envelope-from marius@FreeBSD.org) Message-Id: <201807222124.w6MLOQbx094282@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marius set sender to marius@FreeBSD.org using -f From: Marius Strobl Date: Sun, 22 Jul 2018 21:24:26 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52046 - head/en_US.ISO8859-1/books/porters-handbook/versions X-SVN-Group: doc-head X-SVN-Commit-Author: marius X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/porters-handbook/versions X-SVN-Commit-Revision: 52046 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jul 2018 21:24:27 -0000 Author: marius (src,ports committer) Date: Sun Jul 22 21:24:26 2018 New Revision: 52046 URL: https://svnweb.freebsd.org/changeset/doc/52046 Log: - Document __FreeBSD_version 120007{0,1,3} - Remove trailing space Modified: head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Sun Jul 22 20:29:36 2018 (r52045) +++ head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Sun Jul 22 21:24:26 2018 (r52046) @@ -639,7 +639,7 @@ is spelled &, < is < and > is >. 12.0-CURRENT after changing the ifnet address and multicast address TAILQ to CK_STAILQ. - + 1200065 r334290 @@ -647,7 +647,7 @@ is spelled &, < is < and > is >. 12.0-CURRENT after changing dwatch(1) to allow '-E code' to override profile EVENT_DETAILS. - + 1200066 r334466 @@ -655,7 +655,7 @@ is spelled &, < is < and > is >. 12.0-CURRENT after removal of in-kernel pmc tables for Intel. - + 1200067 r334892 @@ -682,11 +682,37 @@ is spelled &, < is < and > is >. + 1200070 + r335873 + July 2, 2018 + 12.0-CURRENT after inlining &man.atomic.9; in modules on + amd64 and i386 requiring all modules of consumers to be rebuilt + on these architectures. + + + + 1200071 + r335930 + July 4, 2018 + 12.0-CURRENT after changing the ABI and API of epoch(9) + requiring modules of consumers to be rebuilt. + + + 1200072 r335979 July 5, 2018 12.0-CURRENT after changing the ABI and API of struct xinpcb and friends. + + + + 1200073 + r336313 + July 15, 2018 + 12.0-CURRENT after changing the ABI and API of struct + if_shared_ctx and struct if_softc_ctx requiring modules of + &man.iflib.9; consumers to be rebuilt.