git: 018ab791c9 - main - Document __FreeBSD_version 1500038 to 1500040
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 May 2025 02:59:32 UTC
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/doc/commit/?id=018ab791c9bda593a9a08ede50c86b2c0644336a
commit 018ab791c9bda593a9a08ede50c86b2c0644336a
Author: Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2025-05-05 02:58:24 +0000
Commit: Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2025-05-05 02:58:24 +0000
Document __FreeBSD_version 1500038 to 1500040
Sponsored by: The FreeBSD Foundation
---
.../en/books/porters-handbook/versions/_index.adoc | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/documentation/content/en/books/porters-handbook/versions/_index.adoc b/documentation/content/en/books/porters-handbook/versions/_index.adoc
index 129d88011e..c3bd6ef63e 100644
--- a/documentation/content/en/books/porters-handbook/versions/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/versions/_index.adoc
@@ -221,6 +221,21 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
|April 12, 2025
|15.0-CURRENT after changing alloc changes to LinuxKPI.
+|1500038
+|gitref:[repository="src",length=12]
+|April 19, 2025
+|15.0-CURRENT after removal of vm_page_next() and _prev.
+
+|1500039
+|gitref:[repository="src",length=12]
+|May 4, 2025
+|15.0-CURRENT after introducing a properly typed jiffies.
+
+|1500040
+|gitref:[repository="src",length=12]
+|May 4, 2025
+|15.0-CURRENT after the internal API between the nfscommon and nfscl modules changed.
+
|===
[[versions-14]]