Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Oct 2025 07:00:50 GMT
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: a3fcb7bfeae3 - stable/15 - Add FENESTRASX to LINT to avoid breakage
Message-ID:  <202510290700.59T70oD5062278@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by obrien:

URL: https://cgit.FreeBSD.org/src/commit/?id=a3fcb7bfeae30a10a93b7b9984ccc672a4f232ca

commit a3fcb7bfeae30a10a93b7b9984ccc672a4f232ca
Author:     David E. O'Brien <obrien@FreeBSD.org>
AuthorDate: 2025-10-17 01:01:34 +0000
Commit:     David E. O'Brien <obrien@FreeBSD.org>
CommitDate: 2025-10-29 06:10:45 +0000

    Add FENESTRASX to LINT to avoid breakage
    
    (cherry picked from commit c1e7e8f5cb0f948abc4679dab295f1447363604d)
---
 sys/conf/NOTES | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index ea9b2667607e..cdfdd09fc1a0 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2800,7 +2800,7 @@ options 	MAXFILES=999
 
 # Random number generator
 # Alternative algorithm.
-#options 	RANDOM_FENESTRASX
+options 	RANDOM_FENESTRASX
 # Allow the CSPRNG algorithm to be loaded as a module.
 #options 	RANDOM_LOADABLE
 # Select this to allow high-rate but potentially expensive


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510290700.59T70oD5062278>