Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Sep 2023 08:21:19 GMT
From:      Zhenlei Huang <zlei@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c1b26df2972d - main - UPDATING: Document the change that enable vnet sysctl variables to be loader tunable
Message-ID:  <202309090821.3898LJE1046891@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by zlei:

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

commit c1b26df2972da98b56cfe7b2c1f5b09ab9e51a05
Author:     Zhenlei Huang <zlei@FreeBSD.org>
AuthorDate: 2023-09-09 08:11:24 +0000
Commit:     Zhenlei Huang <zlei@FreeBSD.org>
CommitDate: 2023-09-09 08:15:27 +0000

    UPDATING: Document the change that enable vnet sysctl variables to be loader tunable
---
 UPDATING | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/UPDATING b/UPDATING
index 3b056eec8227..b370f2f3ebb4 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW:
 	world, or to merely disable the most expensive debugging functionality
 	at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
 
+20230909:
+	Enable vnet sysctl variables to be loader tunable. SYSCTLs which
+	belongs to VNETs can be initialized during early boot or module
+	loading if they are marked with CTLFLAG_TUN and there are
+	corresponding kernel environment variables.
+
 20230901:
 	The WITH_INIT_ALL_PATTERN and WITH_INIT_ALL_ZERO build options have
 	been replaced by INIT_ALL=pattern and INIT_ALL=zero respectively.



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