aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhenlei Huang <zlei@FreeBSD.org>2023-09-09 08:11:24 +0000
committerZhenlei Huang <zlei@FreeBSD.org>2023-09-09 08:15:27 +0000
commitc1b26df2972da98b56cfe7b2c1f5b09ab9e51a05 (patch)
treec05441f74a10de867f08097816866a907a8ae774
parent242fa308f3c3def32b2e61e0b78c11b3697e4492 (diff)
downloadsrc-c1b26df2972da98b56cfe7b2c1f5b09ab9e51a05.tar.gz
src-c1b26df2972da98b56cfe7b2c1f5b09ab9e51a05.zip
UPDATING: Document the change that enable vnet sysctl variables to be loader tunable
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
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.