UPDATING (261cda20e11caa272517443aab7549b35667e31f) | UPDATING (fb7140b1f928a00d03ce2c11a9e6e1b7515272fe) |
---|---|
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 |
3020231018: 31 Commit 57ce37f9dcd0 changed the internal KAPI between the 32 nfscommon and nfscl modules. Both must be rebuilt from sources. 33 |
|
3020231010: 31 dialog(1) has been replaced in base by bsddialog(1), while most of the 32 time replacing a dialog(1) call by a bsddialog(1) call works out of the 33 box, bsddialog(1) is not considered as a drop-in replacement for 34 dialog(1). 35 36 If you do depend on dialog(1) functionality, please install cdialog 37 from ports: --- 2035 unchanged lines hidden --- | 3420231010: 35 dialog(1) has been replaced in base by bsddialog(1), while most of the 36 time replacing a dialog(1) call by a bsddialog(1) call works out of the 37 box, bsddialog(1) is not considered as a drop-in replacement for 38 dialog(1). 39 40 If you do depend on dialog(1) functionality, please install cdialog 41 from ports: --- 2035 unchanged lines hidden --- |