Changeset View
Changeset View
Standalone View
Standalone View
UPDATING
| Show All 21 Lines | NOTE TO PEOPLE WHO THINK THAT FreeBSD 16.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 WITH_MALLOC_PRODUCTION in /etc/src.conf and rebuild | debugging, define WITH_MALLOC_PRODUCTION in /etc/src.conf and rebuild | ||||
| world, or to merely disable the most expensive debugging functionality | world, or to merely disable the most expensive debugging functionality | ||||
| at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) | at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) | ||||
| 20251016: | |||||
| With the migration to OpenZFS a number of ZFS sysctls moved to new | |||||
| locations, but backwards compatibility aliases were provided. The | |||||
| aliases will be removed in the near future. Please update | |||||
| /etc/sysctl.conf to reference the new OIDs. For example, | |||||
| vfs.zfs.min_auto_ashift=12 | |||||
| needs to be changed to | |||||
| vfs.zfs.vdev.min_auto_ashift=12 | |||||
| 20251015: | 20251015: | ||||
| The "FreeBSD-unbound" package is renamed to "FreeBSD-local-unbound". | The "FreeBSD-unbound" package is renamed to "FreeBSD-local-unbound". | ||||
| If you have set-optional or set-base installed, the new package will | If you have set-optional or set-base installed, the new package will | ||||
| be installed automatically, otherwise you should manually install the | be installed automatically, otherwise you should manually install the | ||||
| new package and remove the old one. | new package and remove the old one. | ||||
| This change only affects pkgbase users. | This change only affects pkgbase users. | ||||
| ▲ Show 20 Lines • Show All 1,279 Lines • Show Last 20 Lines | |||||