Changeset View
Changeset View
Standalone View
Standalone View
UPDATING
| Show All 20 Lines | NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW: | ||||
| includes various WITNESS- related kernel options, INVARIANTS, malloc | includes various WITNESS- related kernel options, INVARIANTS, malloc | ||||
| debugging flags in userland, and various verbose features in the | debugging flags in userland, and various verbose features in the | ||||
| kernel. Many developers choose to disable these features on build | kernel. Many developers choose to disable these features on build | ||||
| machines to maximize performance. (To completely disable malloc | machines to maximize performance. (To completely disable malloc | ||||
| debugging, define MALLOC_PRODUCTION in /etc/make.conf, or to merely | debugging, define MALLOC_PRODUCTION in /etc/make.conf, or to merely | ||||
| disable the most expensive debugging functionality run | disable the most expensive debugging functionality run | ||||
| "ln -s 'abort:false,junk:false' /etc/malloc.conf".) | "ln -s 'abort:false,junk:false' /etc/malloc.conf".) | ||||
| 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 | |||||
| your scripts, because they had no effect. | |||||
| The vfs.fusefs.fix_broken_io, vfs.fusefs.sync_resize, | |||||
| vfs.fusefs.refresh_size, vfs.fusefs.mmap_enable, | |||||
| vfs.fusefs.reclaim_revoked, and vfs.fusefs.data_cache_invalidate | |||||
| 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: | 20190713: | ||||
| Default permissions on the /var/account/acct file (and copies of it | Default permissions on the /var/account/acct file (and copies of it | ||||
| rotated by periodic daily scripts) are changed from 0644 to 0640 | rotated by periodic daily scripts) are changed from 0644 to 0640 | ||||
| because the file contains sensitive information that should not be | because the file contains sensitive information that should not be | ||||
| world-readable. If the /var/account directory must be created by | world-readable. If the /var/account directory must be created by | ||||
| rc.d/accounting, the mode used is now 0750. Admins who use the | rc.d/accounting, the mode used is now 0750. Admins who use the | ||||
| accounting feature are encouraged to change the mode of an existing | accounting feature are encouraged to change the mode of an existing | ||||
| /var/account directory to 0750 or 0700. | /var/account directory to 0750 or 0700. | ||||
| ▲ Show 20 Lines • Show All 2,040 Lines • Show Last 20 Lines | |||||