Date: Thu, 22 Jun 2023 22:17:06 GMT From: Dimitry Andric <dim@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: c2de39b751 - main - Document __FreeBSD_version values 1400087 through 1400091. Message-ID: <202306222217.35MMH6C4072934@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/doc/commit/?id=c2de39b7515786d3999aef809c1b0357ca63d846 commit c2de39b7515786d3999aef809c1b0357ca63d846 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2023-06-22 22:16:59 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2023-06-22 22:16:59 +0000 Document __FreeBSD_version values 1400087 through 1400091. --- .../en/books/porters-handbook/versions/_index.adoc | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/documentation/content/en/books/porters-handbook/versions/_index.adoc b/documentation/content/en/books/porters-handbook/versions/_index.adoc index d0f8e0f258..63cfb44464 100644 --- a/documentation/content/en/books/porters-handbook/versions/_index.adoc +++ b/documentation/content/en/books/porters-handbook/versions/_index.adoc @@ -430,6 +430,31 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg |April 8, 2023 |14.0-CURRENT after vn_lock_pair() argument changes. +|1400087 +|gitref:af22da75a035e25cb47cd3f2eabe5a84d8a5cb34[repository="src",length=12] +|April 22, 2023 +|14.0-CURRENT after LinuxKPI updates. + +|1400088 +|gitref:97583aa2567589cb83540d2d9de1980b76db9a99[repository="src",length=12] +|April 24, 2023 +|14.0-CURRENT after migrating the LinuxKPI to IfAPI. + +|1400089 +|gitref:9fb6718d1b180c341373b25c03dbfc221ddee311[repository="src",length=12] +|April 25, 2023 +|14.0-CURRENT after dynamically allocating the stoppcbs array in smp. + +|1400090 +|gitref:653738e895ba022be1179a95a85089e7bc66dbbe[repository="src",length=12] +|June 7, 2023 +|14.0-CURRENT after ptrace started clearing TDB_BORN during PT_DETACH. + +|1400091 +|gitref:a681cba16d8967651a2146385ce44a2bfeb1c4c3[repository="src",length=12] +|June 22, 2023 +|14.0-CURRENT after upgrading llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvmorg-16.0.6-0-g7cbf1a259152, a.k.a. 16.0.6 release. + |=== ////
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306222217.35MMH6C4072934>