Date: Sun, 13 Jun 2021 20:24:24 GMT From: Dimitry Andric <dim@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: f43eb1cc19 - main - Document __FreeBSD_version values 1400018 through 1400023. Message-ID: <202106132024.15DKOOIl041086@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dim (src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=f43eb1cc1991038c25bfbc33ab949bc4788b9f1e commit f43eb1cc1991038c25bfbc33ab949bc4788b9f1e Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2021-06-13 20:24:19 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> 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]]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106132024.15DKOOIl041086>