UPDATING (bcf55f646341fa440f267a57d333801e3491d4e0) | UPDATING (f3d2512db6ec23985b10fbcbe0b3bd34ea2574df) |
---|---|
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 --- 17 unchanged lines hidden (view full) --- 26 includes various WITNESS- related kernel options, INVARIANTS, malloc 27 debugging flags in userland, and various verbose features in the 28 kernel. Many developers choose to disable these features on build 29 machines to maximize performance. (To completely disable malloc 30 debugging, define MALLOC_PRODUCTION in /etc/make.conf, or to merely 31 disable the most expensive debugging functionality run 32 "ln -s 'abort:false,junk:false' /etc/malloc.conf".) 33 | 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 --- 17 unchanged lines hidden (view full) --- 26 includes various WITNESS- related kernel options, INVARIANTS, malloc 27 debugging flags in userland, and various verbose features in the 28 kernel. Many developers choose to disable these features on build 29 machines to maximize performance. (To completely disable malloc 30 debugging, define MALLOC_PRODUCTION in /etc/make.conf, or to merely 31 disable the most expensive debugging functionality run 32 "ln -s 'abort:false,junk:false' /etc/malloc.conf".) 33 |
3420190416: 35 The loadable random module KPI has changed; the random_infra_init() 36 routine now requires a 3rd function pointer for a bool (*)(void) 37 method that returns true if the random device is seeded (and 38 therefore unblocked). 39 |
|
3420190404: 35 r345895 reverts r320698. This implies that an nfsuserd(8) daemon 36 built from head sources between r320757 (July 6, 2017) and 37 r338192 (Aug. 22, 2018) will not work unless the "-use-udpsock" 38 is added to the command line. 39 nfsuserd daemons built from head sources that are post-r338192 are 40 not affected and should continue to work. 41 --- 1964 unchanged lines hidden --- | 4020190404: 41 r345895 reverts r320698. This implies that an nfsuserd(8) daemon 42 built from head sources between r320757 (July 6, 2017) and 43 r338192 (Aug. 22, 2018) will not work unless the "-use-udpsock" 44 is added to the command line. 45 nfsuserd daemons built from head sources that are post-r338192 are 46 not affected and should continue to work. 47 --- 1964 unchanged lines hidden --- |