Changeset View
Changeset View
Standalone View
Standalone View
UPDATING
| Show All 21 Lines | NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.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".) | ||||
| 20240729: | |||||
| The build now defaults to WITHOUT_CLEAN - i.e., no automatic clean | |||||
| is performed at the beginning of buildworld or buildkernel. The | |||||
| WITH_CLEAN src.conf(5) knob can be used to restore the previous | |||||
| behaviour. | |||||
| If you encounter incremental build issues, please report them to the | |||||
| freebsd-current mailing list so that a special-case dependency can be | |||||
| added, if necessary. | |||||
| 20240712: | 20240712: | ||||
| Support for armv6 has been disconnected and is being removed. | Support for armv6 has been disconnected and is being removed. | ||||
| 20240617: | 20240617: | ||||
| ifconfig now treats IPv4 addresses without a width or mask as an error. | ifconfig now treats IPv4 addresses without a width or mask as an error. | ||||
| Specify the desired mask or width along with the IP address on the | Specify the desired mask or width along with the IP address on the | ||||
| ifconfig command line and in rc.conf. | ifconfig command line and in rc.conf. | ||||
| ▲ Show 20 Lines • Show All 2,132 Lines • Show Last 20 Lines | |||||