summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2019-07-28 04:02:22 +0000
committerAlan Somers <asomers@FreeBSD.org>2019-07-28 04:02:22 +0000
commita63915c2d7ff177ce364488f86eff99949402051 (patch)
tree25b89fdd0c69a66aa2d5bb6d1ec58d9546a9e172 /UPDATING
parent5a0b9a2776715c31a8c0364674b34f13c75f3179 (diff)
parent2240d8c465f5e00f6b23c2b0fe729683892d1671 (diff)
downloadsrc-test-a63915c2d7ff177ce364488f86eff99949402051.tar.gz
src-test-a63915c2d7ff177ce364488f86eff99949402051.zip
MFHead @r350386
Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/projects/fuse2/; revision=350387
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING16
1 files changed, 10 insertions, 6 deletions
diff --git a/UPDATING b/UPDATING
index cc1be0a2e235b..09d9b2a600728 100644
--- a/UPDATING
+++ b/UPDATING
@@ -11,11 +11,6 @@ handbook:
Items affecting the ports and packages system can be found in
/usr/ports/UPDATING. Please read that file before running portupgrade.
-NOTE: FreeBSD has switched from gcc to clang. If you have trouble bootstrapping
-from older versions of FreeBSD, try WITHOUT_CLANG and WITH_GCC to bootstrap to
-the tip of head, and then rebuild without this option. The bootstrap process
-from older version of current across the gcc/clang cutover is a bit fragile.
-
NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
FreeBSD 13.x has many debugging features turned on, in both the kernel
and userland. These features attempt to detect incorrect use of
@@ -31,7 +26,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".)
-20190627:
+20190727:
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 +38,15 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
sysctls have been removed. If you felt the need to set any of them to
a non-default value, please tell asomers@FreeBSD.org why.
+20190713:
+ Default permissions on the /var/account/acct file (and copies of it
+ rotated by periodic daily scripts) are changed from 0644 to 0640
+ because the file contains sensitive information that should not be
+ world-readable. If the /var/account directory must be created by
+ rc.d/accounting, the mode used is now 0750. Admins who use the
+ accounting feature are encouraged to change the mode of an existing
+ /var/account directory to 0750 or 0700.
+
20190620:
Entropy collection and the /dev/random device are no longer optional
components. The "device random" option has been removed.