summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2019-05-13 19:03:46 +0000
committerAlan Somers <asomers@FreeBSD.org>2019-05-13 19:03:46 +0000
commit4abf87666ad69ba377a7d0aa71e87bc8824759fa (patch)
treee36e9a8f8c52cd296fb10d71efc0d99b240c3ebb /UPDATING
parent7648bc9fee8dec6cb3c4941e0165a930fbe8dcb0 (diff)
downloadsrc-test2-4abf87666ad69ba377a7d0aa71e87bc8824759fa.tar.gz
src-test2-4abf87666ad69ba377a7d0aa71e87bc8824759fa.zip
fusefs: reap dead sysctls
Remove the "sync_unmount" and "init_backgrounded" sysctls and the associated options from mount_fusefs. Add no backwards-compatibility hidden options to mount_fusefs because these options never had any effect, and are therefore unlikely to be used. Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/projects/fuse2/; revision=347544
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index bc759827da97..b68fa1db6edd 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,11 @@ 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".)
+20190513:
+ The "-o sync_unmount" and "-o init_backgrounded" options have been
+ removed from mount_fusefs(8). You can safely remove them from your
+ scripts, because they had no effect.
+
20190507:
The IPSEC option has been removed from GENERIC. Users requiring
ipsec(4) must now load the ipsec(4) kernel module.