UPDATING (b652778e426d00b6a1df29bbd86869db86f36e25) | UPDATING (7e003b0a8b9d8a2db3c6754e44f40087a59f497d) |
---|---|
1Updating 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 --- 10 unchanged lines hidden (view full) --- 19 includes various WITNESS- related kernel options, INVARIANTS, malloc 20 debugging flags in userland, and various verbose features in the 21 kernel. Many developers choose to disable these features on build 22 machines to maximize performance. (To completely disable malloc 23 debugging, define MALLOC_PRODUCTION in /etc/make.conf, or to merely 24 disable the most expensive debugging functionality run 25 "ln -s 'abort:false,junk:false' /etc/malloc.conf".) 26 | 1Updating 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 --- 10 unchanged lines hidden (view full) --- 19 includes various WITNESS- related kernel options, INVARIANTS, malloc 20 debugging flags in userland, and various verbose features in the 21 kernel. Many developers choose to disable these features on build 22 machines to maximize performance. (To completely disable malloc 23 debugging, define MALLOC_PRODUCTION in /etc/make.conf, or to merely 24 disable the most expensive debugging functionality run 25 "ln -s 'abort:false,junk:false' /etc/malloc.conf".) 26 |
2720120712: 28 The following sysctls and tunables have been renamed for consistency 29 with other variables: 30 kern.cam.da.da_send_ordered -> kern.cam.da.send_ordered 31 kern.cam.ada.ada_send_ordered -> kern.cam.ada.send_ordered 32 |
|
2720120628: 28 The sort utility has been replaced with BSD sort. For now, GNU sort 29 is also available as "gnusort" or the default can be set back to 30 GNU sort by setting WITH_GNU_SORT. In this case, BSD sort will be 31 installed as "bsdsort". 32 3320120611: 34 A new version of ZFS (pool version 5000) has been merged to -HEAD. --- 1573 unchanged lines hidden --- | 3320120628: 34 The sort utility has been replaced with BSD sort. For now, GNU sort 35 is also available as "gnusort" or the default can be set back to 36 GNU sort by setting WITH_GNU_SORT. In this case, BSD sort will be 37 installed as "bsdsort". 38 3920120611: 40 A new version of ZFS (pool version 5000) has been merged to -HEAD. --- 1573 unchanged lines hidden --- |