saULyD5MYgLU3GI40V/kLwyll/1ndbB1RFrMW2lo4jbopK5AeR4Gqwjr2aPLixrk AzV6gsCfE2tWD+qmPIxztIAXPeuy3UlpL0HFwpaB24rZo6cwu3DCFnRBb6jtF7GrxGV2fv RnEuJAApI3FGe9I2mGQo7H6SJx8KNxN5LTXUm+ASj4gj8fQyP+mP3JpW6Di26pMNcmFC6m QEryNTeYTqiW/8u5/tVDXbYPYeKLfEWfu8j6FYQQrQvVSleWMlV5e/geHJGeDw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1775754060; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=L1UzIWcAVHmywGb8Pox98eBg6T/P2Vjd7ZbcGz7uoOU=; b=QB7ivmBWvBY8EkmAVHkMpE9iHiY0/4Af8+7qzHdCHDzFd96AMnxlXvs/v6UOhifXnzvm/Q lebAjJTEnc1hIhpK3DbcbBtQztd7+oXfTjQf73iBsxbfuKL7t72gruqmeAf9HS3MgMDhsR 3tqQNsrKud427MgaAhIzHBCtWYaaPkyO5JUKDzF48paxJsh2OxtdkeK0RQFuQZeyA5m+yl 87yt+W51qtGDvJ3qSQ7uJm2ooL0vpFAknD7zSOuLkoxNHh63bzZjB2kJoU0fQJPOhPb28x 2ATU4Cqa0+P8IO9McZG9Md9AoURVS2P9xaB6NIL5D/EgU5kpMf/CkmOz04jOuQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fs5mX1lwCz1LHn for ; Thu, 09 Apr 2026 17:01:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 258e1 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 09 Apr 2026 17:00:55 +0000 To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Jean-=?utf-8?Q?S=C3=A9bast?==?utf-8?Q?ien P=C3=A9?=dron Subject: git: f9b14f0ab6 - main - Document __FreeBSD_version bumps: 1600012-1600015 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: X-BeenThere: dev-commits-doc-all@freebsd.org Sender: owner-dev-commits-doc-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dumbbell X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f9b14f0ab6c8fcc893ccdaaa65f3f57c125bfddc Auto-Submitted: auto-generated Date: Thu, 09 Apr 2026 17:00:55 +0000 Message-Id: <69d7db47.258e1.9a0df5e@gitrepo.freebsd.org> The branch main has been updated by dumbbell: URL: https://cgit.FreeBSD.org/doc/commit/?id=f9b14f0ab6c8fcc893ccdaaa65f3f57c125bfddc commit f9b14f0ab6c8fcc893ccdaaa65f3f57c125bfddc Author: Jean-Sébastien Pédron AuthorDate: 2026-04-09 17:00:35 +0000 Commit: Jean-Sébastien Pédron CommitDate: 2026-04-09 17:00:35 +0000 Document __FreeBSD_version bumps: 1600012-1600015 I only authored the bump to 1600015, not the previous ones. Hopefully the description of these previous bumps is accurate. Reviewed by: lwhsu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D56286 --- .../en/books/porters-handbook/versions/_index.adoc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/documentation/content/en/books/porters-handbook/versions/_index.adoc b/documentation/content/en/books/porters-handbook/versions/_index.adoc index a44e903079..a8fa4441b0 100644 --- a/documentation/content/en/books/porters-handbook/versions/_index.adoc +++ b/documentation/content/en/books/porters-handbook/versions/_index.adoc @@ -125,6 +125,26 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg |gitref:576ee62dd2e5e0454a5316eb9207f4ebaa543171[repository="src",length=12] |January 25, 2026 |16.0-CURRENT after changing IPv6 neighbor discovery context storage directly in struct in6_ifextra. It is a KPI change that may affect build of network related external kernel modules. + +|1600012 +|gitref:99e138f20a9bad8276e9ebbb1e155daadf201272[repository="src",length=12] +|February 13, 2026 +|16.0-CURRENT after adding the `prison_cleanup` entry point to the MAC framework + +|1600013 +|gitref:72472e52e310ec348949a3a67d3fa17e33fb8e50[repository="src",length=12] +|March 12, 2026 +|16.0-CURRENT after retiring the ioctl(2) API from carp(4) + +|1600014 +|gitref:6275cd73aca7f31cbb3b9da2d031f6664814d58c[repository="src",length=12] +|March 21, 2026 +|16.0-CURRENT after the size of `struct trapframe` changed on amd64 + +|1600015 +|gitref:36fe65cc7a31962e80a45d8b0fa6a401653a3deb[repository="src",length=12] +|April 6, 2026 +|16.0-CURRENT after committing all linuxkpi changes required by the DRM drivers from Linux 6.11 |=== [[versions-15]]