aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2023-09-27 16:34:07 +0000
committerEd Maste <emaste@FreeBSD.org>2023-09-27 16:35:17 +0000
commitda695970cee95d0b460c451d5ff9c2cea04f1b73 (patch)
treed710f7d0f423e158e9299d2e0b7a1e9e8e8c0d63
parentf549e22901b3a391c76659bee55802b1214112fd (diff)
downloadsrc-da695970cee95d0b460c451d5ff9c2cea04f1b73.tar.gz
src-da695970cee95d0b460c451d5ff9c2cea04f1b73.zip
UPDATING: add a note about EARLY_AP_STARTUP on x86
Requested by: wollman (in D41351)
-rw-r--r--UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 38362cb86b73..a1bcecadd357 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,11 @@ 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".)
+20230927:
+ The EARLY_AP_STARTUP kernel option is mandatory on x86. The option
+ has been added to DEFAULTS, so it should automatically be included in
+ custom kernel configurations without any additional change.
+
20230922:
A new loader tunable net.pf.default_to_drop allows pf(4)’s default
behaviour to be changed from pass to drop. Previously this required