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".) | ||||
| 20260129: | |||||
| The "net.inet6.ip6.use_stableaddr" sysctl is now on by default. | |||||
| This changes the default algorithm to choose IPv6 SLAAC autogenerated | |||||
| addresses from embedding the interface hardware address to using | |||||
| SHA256-HMAC hash as described in RFC 7217 to derive an opaque but | |||||
| stable Address. If you are using autoconfigured IPv6 addresses at | |||||
| reboot they will be different after this change, but constant | |||||
| thereafter, please update your DNS records if any. | |||||
| 20260106: | 20260106: | ||||
| Zstd has moved to the new "zstd" package. If you have set-minimal | Zstd has moved to the new "zstd" package. If you have set-minimal | ||||
| installed, this package will be installed automatically, otherwise | installed, this package will be installed automatically, otherwise | ||||
| you might want to install it manually. This change only affects | you might want to install it manually. This change only affects | ||||
| pkgbase users. | pkgbase users. | ||||
| 20251222: | 20251222: | ||||
| Commit 9f49f436a9ec changed the internal KAPI between the NFS | Commit 9f49f436a9ec changed the internal KAPI between the NFS | ||||
| ▲ Show 20 Lines • Show All 2,648 Lines • Show Last 20 Lines | |||||