UPDATING (0d4f7723bc43e06ca22025740cb826a7f282ea11) | UPDATING (6b1d152d892d481986bd650e3806724718fe6970) |
---|---|
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 |
3020240424: 31 cron, lpr, and ntpd have been moved from FreeBSD-utilities into their 32 own packages. If you use pkgbase, you should install the relevant 33 packages: FreeBSD-cron, FreeBSD-lp, or FreeBSD-ntp. 34 |
|
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 3620240202: 37 Loader now also read configuration files listed in local_loader_conf_files. --- 2114 unchanged lines hidden --- | 3520240205: 36 For dynamically linked programs, system calls are now made from 37 libsys rather than libc. No change in linkage is required as 38 libsys is an auxiliary filter for libc. People building custom 39 images must ensure that libsys.so.7 is included. 40 4120240202: 42 Loader now also read configuration files listed in local_loader_conf_files. --- 2114 unchanged lines hidden --- |