From owner-dev-commits-doc-all@freebsd.org Sun Jun 13 20:24:24 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A24A06553EA for ; Sun, 13 Jun 2021 20:24:24 +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 4G35f049W2z4hnK; Sun, 13 Jun 2021 20:24:24 +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 776CD27722; Sun, 13 Jun 2021 20:24:24 +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 15DKOOYt041087; Sun, 13 Jun 2021 20:24:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15DKOOIl041086; Sun, 13 Jun 2021 20:24:24 GMT (envelope-from git) Date: Sun, 13 Jun 2021 20:24:24 GMT Message-Id: <202106132024.15DKOOIl041086@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Dimitry Andric Subject: git: f43eb1cc19 - main - Document __FreeBSD_version values 1400018 through 1400023. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dim X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f43eb1cc1991038c25bfbc33ab949bc4788b9f1e Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jun 2021 20:24:24 -0000 The branch main has been updated by dim (src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=f43eb1cc1991038c25bfbc33ab949bc4788b9f1e commit f43eb1cc1991038c25bfbc33ab949bc4788b9f1e Author: Dimitry Andric AuthorDate: 2021-06-13 20:24:19 +0000 Commit: Dimitry Andric CommitDate: 2021-06-13 20:24:19 +0000 Document __FreeBSD_version values 1400018 through 1400023. --- .../en/books/porters-handbook/versions/_index.adoc | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/documentation/content/en/books/porters-handbook/versions/_index.adoc b/documentation/content/en/books/porters-handbook/versions/_index.adoc index bc0cfd79fb..bcb7df581f 100644 --- a/documentation/content/en/books/porters-handbook/versions/_index.adoc +++ b/documentation/content/en/books/porters-handbook/versions/_index.adoc @@ -113,6 +113,36 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg |gitref:beb817edfe22cdea91e19a60c42caabd9404da48[repository="src",length=12] |May 25, 2021 |14.0-CURRENT after adding crypto_cursor_segment(). + +|1400018 +|gitref:a4b07a2701f568c2c0f0c0426091f1489244a92d[repository="src",length=12] +|May 30, 2021 +|14.0-CURRENT after allowing the VFS_QUOTACTL(9) implementation to indicate busy state changes. + +|1400019 +|gitref:37d64dcdfa519157aff9711f1f226ad7bd778f46[repository="src",length=12] +|Jun 7, 2021 +|14.0-CURRENT after including pr_err_once() in the LinuxKPI printk.h. + +|1400020 +|gitref:8a1a42b2a7a428fb97fda9f19fd0d67a4eec7535[repository="src",length=12] +|Jun 9, 2021 +|14.0-CURRENT after adding macros for might_lock_nested() and lockdep_(re/un/)pin_lock() to the LinuxKPI. + +|1400021 +|gitref:b47f461c8e67253fdb394968428b760e880baa08[repository="src",length=12] +|Jun 10, 2021 +|14.0-CURRENT after adding a list_for_each_entry_lockless() macro to the LinuxKPI. + +|1400022 +|gitref:40cc9a3a6b81a65a03712dfd93bbed48552a97ad[repository="src",length=12] +|Jun 11, 2021 +|14.0-CURRENT after commit gitref:e1a907a25cfa[repository="src",length=12 changed the internal KAPI between the krpc and nfsserver. + +|1400023 +|gitref:d409305fa3838fb39b38c26fc085fb729b8766d5[repository="src",length=12] +|Jun 13, 2021 +|14.0-CURRENT after upgrading llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvmorg-12.0.0-0-gd28af7c654d8, a.k.a. 12.0.0 release. |=== [[versions-13]]