git: 822081fa87 - main - releases/15.0R/relnotes: Fix commit hashes for changes in 'libutil'
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Nov 2025 17:33:53 UTC
The branch main has been updated by olce:
URL: https://cgit.FreeBSD.org/doc/commit/?id=822081fa8763ea307856d35555f1f500241bc051
commit 822081fa8763ea307856d35555f1f500241bc051
Author: Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2025-11-28 15:26:01 +0000
Commit: Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-11-28 15:26:01 +0000
releases/15.0R/relnotes: Fix commit hashes for changes in 'libutil'
Sponsored by: The FreeBSD Foundation
---
website/content/en/releases/15.0R/relnotes.adoc | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/website/content/en/releases/15.0R/relnotes.adoc b/website/content/en/releases/15.0R/relnotes.adoc
index 1b54ded2a2..179c991d73 100644
--- a/website/content/en/releases/15.0R/relnotes.adoc
+++ b/website/content/en/releases/15.0R/relnotes.adoc
@@ -534,7 +534,10 @@ One notable change is that GoogleTest 1.15.x now officially requires C++-14 (1.1
The man:setusercontext[3] routine in `libutil` will now set the process priority (nice) from the [.filename]#.login.conf# file from the home directory under appropriate conditions, as well as the system man:login.conf[5].
The priority can now have the value `inherit`, indicating that the priority should be unchanged from that of the parent process.
Similarly, the umask can have the value `inherit`.
-gitref:6f6186e19fe5[repository=src], gitref:a8c273b3c97f[repository=src], gitref:d2d66fedc418[repository=src] (Sponsored by Kumacom SAS)
+gitref:c328e6c6ccaa[repository=src],
+gitref:d162d7e2ad32[repository=src],
+gitref:f2a0277d3e51[repository=src]
+(Sponsored by Kumacom SAS)
Many string and memory operations in the C library now use SIMD (single instruction multiple data) extensions for improved performance when available on amd64 systems; see man:simd[7].
(Sponsored by The FreeBSD Foundation)