UPDATING (c475e61f66fe8fe939e18ec7821c2340569f3271) UPDATING (0d4f7723bc43e06ca22025740cb826a7f282ea11)
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
3020240205:
31 For dynamically linked programs, system calls are now made from
32 libsys rather than libc. No change in linkage is required as
33 libsys is an auxiliary filter for libc. People building custom
34 images must ensure that libsys.so.7 is included.
35
3020240202:
31 Loader now also read configuration files listed in local_loader_conf_files.
32 Files listed here are the last ones read. And /boot/loader.conf.local was
33 moved from loader_conf_files to local_loader_conf_files leaving only
34 loader.conf and device.hints in loader_conf_files by default.
35
36 The following sequencing is applied:
37

--- 2108 unchanged lines hidden ---
3620240202:
37 Loader now also read configuration files listed in local_loader_conf_files.
38 Files listed here are the last ones read. And /boot/loader.conf.local was
39 moved from loader_conf_files to local_loader_conf_files leaving only
40 loader.conf and device.hints in loader_conf_files by default.
41
42 The following sequencing is applied:
43

--- 2108 unchanged lines hidden ---