aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 8f65faaed643..08360bdb9dc1 100644
--- a/UPDATING
+++ b/UPDATING
@@ -26,6 +26,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20200224:
+ closefrom(2) has been moved under COMPAT12, and replaced in libc with a
+ stub that calls close_range(2). If using a custom kernel configuration,
+ you may want to ensure that the COMPAT_FREEBSD12 option is included, as
+ a slightly older -CURRENT userland and older FreeBSD userlands may not
+ be functional without closefrom(2).
+
20200414:
Upstream DTS from Linux 5.6 was merged and they now have the SID
and THS (Secure ID controller and THermal Sensor) node present.