summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2019-06-20 15:56:08 +0000
committerAlan Somers <asomers@FreeBSD.org>2019-06-20 15:56:08 +0000
commite532a99901e26d3961f8f5c0e4969fce86f09456 (patch)
tree9f1f766c1938ed162a3e5e3d0995132f43da7ea2 /UPDATING
parent84879e46c2bea842c3ad7b1b8b26aeb81946f5a8 (diff)
parent8bd416a216a817cafd1af55e3d7694de327b05a5 (diff)
downloadsrc-test-e532a99901e26d3961f8f5c0e4969fce86f09456.tar.gz
src-test-e532a99901e26d3961f8f5c0e4969fce86f09456.zip
MFHead @349234
Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/projects/fuse2/; revision=349236
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 12 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 83f08910fb809..2cbf40c7640e5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,7 +31,7 @@ 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".)
-20190606:
+20190620:
The vfs.fusefs.sync_unmount and vfs.fusefs.init_backgrounded sysctls
and the "-o sync_unmount" and "-o init_backgrounded" mount options have
been removed from mount_fusefs(8). You can safely remove them from
@@ -43,6 +43,17 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
felt the need to set any of them to a non-default value, please tell
asomers@FreeBSD.org why.
+20190612:
+ Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have
+ been upgraded to 8.0.1. Please see the 20141231 entry below for
+ information about prerequisites and upgrading, if you are not already
+ using clang 3.5.0 or higher.
+
+20190608:
+ A fix was applied to i386 kernel modules to avoid panics with
+ dpcpu or vnet. Users need to recompile i386 kernel modules
+ having pcpu or vnet sections or they will refuse to load.
+
20190513:
User-wired pages now have their own counter,
vm.stats.vm.v_user_wire_count. The vm.max_wired sysctl was renamed