aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-12-30 11:20:32 +0000
committerStefan Eßer <se@FreeBSD.org>2021-12-30 11:20:32 +0000
commite2650af157bc7489deaf2c9054995f0f88a6e5da (patch)
tree21f452bd8fa6cfb4196cd06bab318092c9ea157b /UPDATING
parent133180557479cd9676758e6f3f93a9d3e1c6b532 (diff)
downloadsrc-e2650af157bc7489deaf2c9054995f0f88a6e5da.tar.gz
src-e2650af157bc7489deaf2c9054995f0f88a6e5da.zip
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 707787cd8860..53a31d6217fd 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.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".)
+20211230:
+ The macros provided for the manipulation of CPU sets (e.g. CPU_AND)
+ have been modified to take 2 source arguments instead of only 1.
+ Externally maintained sources that use these macros will have to
+ be adapted. The FreeBSD version has been bumped to 1400046 to
+ reflect this change.
+
20211214:
A number of the kernel include files are able to be included by
themselves. A test has been added to buildworld to enforce this.