UPDATING (f8fc818b9d23b2c1edd44a409923a8c4beb04757) | UPDATING (fd77eab9e09e9aca6b3fefb5d45710e052476812) |
---|---|
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 --- 8 unchanged lines hidden (view full) --- 17 system performance. If you want to do performance measurement, 18 benchmarking, and optimization, you'll want to turn them off. This 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 disable malloc debugging, run 23 ln -s aj /etc/malloc.conf.) 24 | 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 --- 8 unchanged lines hidden (view full) --- 17 system performance. If you want to do performance measurement, 18 benchmarking, and optimization, you'll want to turn them off. This 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 disable malloc debugging, run 23 ln -s aj /etc/malloc.conf.) 24 |
2520101002: 26 The man(1) utility has been replaced by a new version that no longer 27 uses /etc/manpath.config. Please consult man.conf(5) for how to 28 migrate local entries to the new format. 29 |
|
2520100915: 26 A workaround for a fixed ld bug has been removed in kernel code, 27 so make sure that your system ld is built from sources after 28 revision 210245 (r211583 if building head kernel on stable/8, 29 r211584 for stable/7). A symptom of incorrect ld version is 30 different addresses for set_pcpu section and __start_set_pcpu 31 symbol in kernel and/or modules. 32 --- 1196 unchanged lines hidden --- | 3020100915: 31 A workaround for a fixed ld bug has been removed in kernel code, 32 so make sure that your system ld is built from sources after 33 revision 210245 (r211583 if building head kernel on stable/8, 34 r211584 for stable/7). A symptom of incorrect ld version is 35 different addresses for set_pcpu section and __start_set_pcpu 36 symbol in kernel and/or modules. 37 --- 1196 unchanged lines hidden --- |