aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ff4c1845f91d..09154b656440 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,20 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20160306:
+ On amd64, clang 3.8.0 can now insert sections of type AMD64_UNWIND into
+ kernel modules. Therefore, if you load any kernel modules at boot time,
+ please install the boot loaders after you install the kernel, but before
+ rebooting, e.g.:
+
+ make buildworld
+ make kernel KERNCONF=YOUR_KERNEL_HERE
+ make -C sys/boot install
+ <reboot in single user>
+
+ Then follow the usual steps, described in the General Notes section,
+ below.
+
20160305:
Clang, llvm, lldb and compiler-rt have been upgraded to 3.8.0. Please
see the 20141231 entry below for information about prerequisites and