From nobody Sun Oct 31 06:29:42 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id DBA6918326FD for ; Sun, 31 Oct 2021 06:29:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HhmVG5sbkz4T6w; Sun, 31 Oct 2021 06:29:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A523819284; Sun, 31 Oct 2021 06:29:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19V6TgSl040841; Sun, 31 Oct 2021 06:29:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19V6TgRE040840; Sun, 31 Oct 2021 06:29:42 GMT (envelope-from git) Date: Sun, 31 Oct 2021 06:29:42 GMT Message-Id: <202110310629.19V6TgRE040840@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Xin LI Subject: git: b97283a529 - main - Document a few new __FreeBSD_version on main. List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: delphij X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b97283a529cd10faa063eb1ad2cbf0030e657c17 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by delphij: URL: https://cgit.FreeBSD.org/doc/commit/?id=b97283a529cd10faa063eb1ad2cbf0030e657c17 commit b97283a529cd10faa063eb1ad2cbf0030e657c17 Author: Xin LI AuthorDate: 2021-10-31 06:29:23 +0000 Commit: Xin LI CommitDate: 2021-10-31 06:29:23 +0000 Document a few new __FreeBSD_version on main. --- .../en/books/porters-handbook/versions/_index.adoc | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/documentation/content/en/books/porters-handbook/versions/_index.adoc b/documentation/content/en/books/porters-handbook/versions/_index.adoc index 014e622e25..ff62366280 100644 --- a/documentation/content/en/books/porters-handbook/versions/_index.adoc +++ b/documentation/content/en/books/porters-handbook/versions/_index.adoc @@ -210,6 +210,30 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg |14.0-CURRENT after extending the AES-CCM and Chacha20-Poly1305 ciphers in OCF to support multiple nonce lengths. |=== +|1400037 +|gitref:2b68eb8e1dbbdaf6a0df1c83b26f5403ca52d4c3[repository="src",length=12] +|Oct 11, 2021 +|14.0-CURRENT after removal of thread argument from man:VOP_STAT[9] and fo_stat. +|=== + +|1400038 +|gitref:0d6516b453469ce1d92ec903c4c4df9ee08be0f9[repository="src",length=12] +|Oct 17, 2021 +|14.0-CURRENT after LinuxKPI gained support of lazy BAR allocation. +|=== + +|1400039 +|gitref:bd49c454ca62170506a98959c1acab7ad50c3276[repository="src",length=12] +|Oct 19, 2021 +|14.0-CURRENT after page allocator changes. +|=== + +|1400040 +|gitref:f38bef2ce417d6270f32b4ed17cec84bfd95d548[repository="src",length=12] +|Oct 30, 2021 +|14.0-CURRENT after libdialog shared library version number bump. +|=== + [[versions-13]] == FreeBSD 13 Versions