git: 2ab18e20fc - main - releases/15.0R/relnotes: Add notes for commits mentioning relnotes, batch 4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Dec 2025 18:19:19 UTC
The branch main has been updated by olce:
URL: https://cgit.FreeBSD.org/doc/commit/?id=2ab18e20fc16f817fe37604d1d879121116065ab
commit 2ab18e20fc16f817fe37604d1d879121116065ab
Author: Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2025-12-01 18:18:35 +0000
Commit: Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-12-01 18:18:35 +0000
releases/15.0R/relnotes: Add notes for commits mentioning relnotes, batch 4
Add more content coming from RELNOTES.
Content in this commit corresponds to stopping at fe86d923f83f included.
Sponsored by: The FreeBSD Foundation
---
website/content/en/releases/15.0R/relnotes.adoc | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/website/content/en/releases/15.0R/relnotes.adoc b/website/content/en/releases/15.0R/relnotes.adoc
index 9fad2c028d..c33819ce6b 100644
--- a/website/content/en/releases/15.0R/relnotes.adoc
+++ b/website/content/en/releases/15.0R/relnotes.adoc
@@ -819,6 +819,17 @@ This section covers changes to kernel configurations, system tuning, and system
[[kernel-general]]
=== General Kernel Changes
+ktrace(2) will now record detailed information about capability mode
+violations.
+The kdump(1) utility has been updated to display such
+information.
+gitref:9bec84131215[repository=src],
+gitref:96c8b3e50988[repository=src],
+gitref:05296a0ff616[repository=src],
+gitref:6a4616a529c1[repository=src],
+gitref:0cd9cde767c3[repository=src],
+gitref:aa32d7cbc92c[repository=src]
+
FreeBSD now natively implements the Linux man:inotify[2] interface.
The system calls themselves are not API-compatible, but libc provides an API-compatible interface, so software which relies on inotify can be run unmodified.
gitref:f1f230439fa4[repository=src],
@@ -1112,6 +1123,16 @@ This section covers changes and additions to file systems and other storage subs
[[storage-nfs]]
=== NFS
+The default value of the `nfs_reserved_port_only` man:rc.conf[5] setting has
+changed.
+The FreeBSD NFS server now requires the source port of requests to be in the
+privileged port range (i.e., ≤ 1023), which generally requires the client to
+have elevated privileges on their local system.
+The previous behavior can be restored by setting `nfs_reserved_port_only=NO` in
+man:rc.conf[5].
+gitref:6d5ce2bb6344[repository=src]
+{{< sponsored "The FreeBSD Foundation" >}}
+
Define a new `-a` command line option man:mountd[8] that prevents exporting a file system with the `-alldirs` flag if the directory path is not a server file system mount point.
gitref:07cd69e272da[repository=src]