git: f9b14f0ab6 - main - Document __FreeBSD_version bumps: 1600012-1600015
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Apr 2026 17:00:55 UTC
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 <dumbbell@FreeBSD.org>
AuthorDate: 2026-04-09 17:00:35 +0000
Commit: Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
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]]