Changeset View
Changeset View
Standalone View
Standalone View
UPDATING
Show All 21 Lines | NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.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".) | ||||
20230529: | |||||
Improvements to libtacplus(8) mean that tacplus.conf(5) now | |||||
follows POSIX shell syntax rules. This may cause TACACS+ | |||||
authentication to fail if the shared secret contains a single | |||||
quote, double quote, or backslash character which isn't | |||||
already properly quoted or escaped. | |||||
markj: RELNOTES is a more appropriate place to document this, since the change will affect anyone… | |||||
20230422: | 20230422: | ||||
Remove portsnap(8). Users are encouraged to obtain the ports tree | Remove portsnap(8). Users are encouraged to obtain the ports tree | ||||
using git instead. | using git instead. | ||||
20230420: | 20230420: | ||||
Add jobs.mk to save typing. Enables -j${JOB_MAX} and logging | Add jobs.mk to save typing. Enables -j${JOB_MAX} and logging | ||||
eg. | eg. | ||||
make buildworld-jobs | make buildworld-jobs | ||||
▲ Show 20 Lines • Show All 1,910 Lines • Show Last 20 Lines |
RELNOTES is a more appropriate place to document this, since the change will affect anyone upgrading to 14.0, not just users tracking main. Or, add a "Relnotes: yes" tag to the commit log message.