The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=62f14d09a23513f36f432e837a065bb6456075c6
commit 62f14d09a23513f36f432e837a065bb6456075c6 Author: Konstantin Belousov <k...@freebsd.org> AuthorDate: 2025-08-06 22:36:00 +0000 Commit: Konstantin Belousov <k...@freebsd.org> CommitDate: 2025-08-07 17:56:15 +0000 RELNOTES: add note about 4TB RAM limit lifted Reviewed by: emaste Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D51779 --- RELNOTES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELNOTES b/RELNOTES index 42ca5282a79d..eb88be409ea4 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,10 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +d390633cf8c: + On modern amd64 machines (which have the LA57 CPU feature), + FreeBSD is able to utilize more than 4TB of RAM. + 2bd157bc732a: The readdir_r(3) function is deprecated and may be removed in future releases. Using it in a program will result in compile-time and