UPDATING (71bba112f6db4a5c7dbc28917554a6667a528eab) | UPDATING (3c41ca88078566b6ee6ffc32bdb3b3d949eaa26f) |
---|---|
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 |
2920200824: 30 The resume code now notifies devd with the 'kernel' system 31 rather than the old 'kern' subsystem to be consistent with 32 other use. The old notification will be created as well, but 33 will be removed prior to FreeBSD 14.0. 34 |
|
2920200821: 30 r362275 changed the internal API between the kernel RPC and the 31 NFS modules. As such, all the modules must be recompiled from 32 sources. 33 3420200817: 35 r364330 modified the internal API used between the NFS modules. 36 As such, all the NFS modules must be re-compiled from sources. --- 2301 unchanged lines hidden --- | 3520200821: 36 r362275 changed the internal API between the kernel RPC and the 37 NFS modules. As such, all the modules must be recompiled from 38 sources. 39 4020200817: 41 r364330 modified the internal API used between the NFS modules. 42 As such, all the NFS modules must be re-compiled from sources. --- 2301 unchanged lines hidden --- |