UPDATING (366ef17bb6ce008f79a283ff5dc5e87ab13dbdb3) UPDATING (da695970cee95d0b460c451d5ff9c2cea04f1b73)
1Updating Information for users of FreeBSD-CURRENT.
2
3This file is maintained and copyrighted by M. Warner Losh <imp@freebsd.org>.
4See end of file for further details. For commonly done items, please see the
5COMMON ITEMS: section later in the file. These instructions assume that you
6basically know what you are doing. If not, then please consult the FreeBSD
7handbook:
8

--- 13 unchanged lines hidden (view full) ---

22 includes various WITNESS- related kernel options, INVARIANTS, malloc
23 debugging flags in userland, and various verbose features in the
24 kernel. Many developers choose to disable these features on build
25 machines to maximize performance. (To completely disable malloc
26 debugging, define WITH_MALLOC_PRODUCTION in /etc/src.conf and rebuild
27 world, or to merely disable the most expensive debugging functionality
28 at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
29
1Updating Information for users of FreeBSD-CURRENT.
2
3This file is maintained and copyrighted by M. Warner Losh <imp@freebsd.org>.
4See end of file for further details. For commonly done items, please see the
5COMMON ITEMS: section later in the file. These instructions assume that you
6basically know what you are doing. If not, then please consult the FreeBSD
7handbook:
8

--- 13 unchanged lines hidden (view full) ---

22 includes various WITNESS- related kernel options, INVARIANTS, malloc
23 debugging flags in userland, and various verbose features in the
24 kernel. Many developers choose to disable these features on build
25 machines to maximize performance. (To completely disable malloc
26 debugging, define WITH_MALLOC_PRODUCTION in /etc/src.conf and rebuild
27 world, or to merely disable the most expensive debugging functionality
28 at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
29
3020230927:
31 The EARLY_AP_STARTUP kernel option is mandatory on x86. The option
32 has been added to DEFAULTS, so it should automatically be included in
33 custom kernel configurations without any additional change.
34
3020230922:
31 A new loader tunable net.pf.default_to_drop allows pf(4)’s default
32 behaviour to be changed from pass to drop. Previously this required
33 recompiling the kernel with the option PF_DEFAULT_TO_DROP.
34
3520230914:
36 Enable splitting out pkgbase manpages into separate packages by
37 default. To disable this, set WITHOUT_MANSPLITPKG=yes in src.conf.

--- 2019 unchanged lines hidden ---
3520230922:
36 A new loader tunable net.pf.default_to_drop allows pf(4)’s default
37 behaviour to be changed from pass to drop. Previously this required
38 recompiling the kernel with the option PF_DEFAULT_TO_DROP.
39
4020230914:
41 Enable splitting out pkgbase manpages into separate packages by
42 default. To disable this, set WITHOUT_MANSPLITPKG=yes in src.conf.

--- 2019 unchanged lines hidden ---