summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2019-03-20 21:48:43 +0000
committerAlan Somers <asomers@FreeBSD.org>2019-03-20 21:48:43 +0000
commit123af6ec70016f5556da5972d4d63c7d175c06d3 (patch)
tree1ce60a2e1b3c3e83196ac109ed97ab663d2fb5a0 /UPDATING
parentc3e6b9d390489e2b8ecba74f4732438c31806d22 (diff)
downloadsrc-test-123af6ec70016f5556da5972d4d63c7d175c06d3.tar.gz
src-test-123af6ec70016f5556da5972d4d63c7d175c06d3.zip
Rename fuse(4) to fusefs(4)
This makes it more consistent with other filesystems, which all end in "fs", and more consistent with its mount helper, which is already named "mount_fusefs". Reviewed by: cem, rgrimes MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D19649
Notes
Notes: svn path=/head/; revision=345350
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 1662c50c8b2e6..887efb8dcd9fa 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,12 @@ 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".)
+20190320:
+ The fuse(4) module has been renamed to fusefs(4) for consistency with
+ other filesystems. You should update any kld_load="fuse" entries in
+ /etc/rc.conf, fuse_load="YES" entries in /boot/loader.conf, and
+ "options FUSE" enties in kernel config files.
+
20190304:
Clang, llvm, lld, lldb, compiler-rt and libc++ have been upgraded to
8.0.0. Please see the 20141231 entry below for information about