UPDATING (a9813b6bb14d63e9393a336edca80ac48201c701) | UPDATING (c2caa3425b1c9ce5415fb4eeaa9da44af1851f7d) |
---|---|
1 Updating Information for FreeBSD current users. 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 --- 12 unchanged lines hidden (view full) --- 21 includes various WITNESS- related kernel options, INVARIANTS, malloc 22 debugging flags in userland, and various verbose features in the 23 kernel. Many developers choose to disable these features on build 24 machines to maximize performance. (To completely disable malloc 25 debugging, define MALLOC_PRODUCTION in /etc/make.conf, or to merely 26 disable the most expensive debugging functionality run 27 "ln -s 'abort:false,junk:false' /etc/malloc.conf".) 28 | 1 Updating Information for FreeBSD current users. 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 --- 12 unchanged lines hidden (view full) --- 21 includes various WITNESS- related kernel options, INVARIANTS, malloc 22 debugging flags in userland, and various verbose features in the 23 kernel. Many developers choose to disable these features on build 24 machines to maximize performance. (To completely disable malloc 25 debugging, define MALLOC_PRODUCTION in /etc/make.conf, or to merely 26 disable the most expensive debugging functionality run 27 "ln -s 'abort:false,junk:false' /etc/malloc.conf".) 28 |
2920200627: 30 A new implementation of bc and dc has been imorted in r362681. This 31 implementation corrects non-conformant behavior of the previous bc 32 and adds GNU bc compatible options. It offers a number of extensions, 33 is much faster on large values, and has support for message catalogs 34 (a number of languages are already supported, contributions of further 35 languages welcome). The option WITHOUT_GH_BC can be used to build the 36 world with the previous versions of bc and dc. 37 |
|
2920200625: 30 r362639 changed the internal API used between the NFS kernel modules. 31 As such, they all need to be rebuilt from sources. 32 3320200613: 34 r362158 changed the arguments for VFS_CHECKEXP(). As such, any 35 out of tree file systems need to be modified and rebuilt. 36 Also, any file systems that are modules must be rebuilt. --- 2254 unchanged lines hidden --- | 3820200625: 39 r362639 changed the internal API used between the NFS kernel modules. 40 As such, they all need to be rebuilt from sources. 41 4220200613: 43 r362158 changed the arguments for VFS_CHECKEXP(). As such, any 44 out of tree file systems need to be modified and rebuilt. 45 Also, any file systems that are modules must be rebuilt. --- 2254 unchanged lines hidden --- |