Deleted Added
full compact
UPDATING (172394) UPDATING (172491)
1Updating Information for FreeBSD current users
2
3This file is maintained and copyrighted by M. Warner Losh
4<imp@village.org>. See end of file for further details. For commonly
5done items, please see the COMMON ITEMS: section later in the file.
6
7Items affecting the ports and packages system can be found in
8/usr/ports/UPDATING. Please read that file before running

--- 7 unchanged lines hidden (view full) ---

16 also substantially impact system performance. If you want to
17 do performance measurement, benchmarking, and optimization,
18 you'll want to turn them off. This includes various WITNESS-
19 related kernel options, INVARIANTS, malloc debugging flags
20 in userland, and various verbose features in the kernel. Many
21 developers choose to disable these features on build machines
22 to maximize performance.
23
1Updating Information for FreeBSD current users
2
3This file is maintained and copyrighted by M. Warner Losh
4<imp@village.org>. See end of file for further details. For commonly
5done items, please see the COMMON ITEMS: section later in the file.
6
7Items affecting the ports and packages system can be found in
8/usr/ports/UPDATING. Please read that file before running

--- 7 unchanged lines hidden (view full) ---

16 also substantially impact system performance. If you want to
17 do performance measurement, benchmarking, and optimization,
18 you'll want to turn them off. This includes various WITNESS-
19 related kernel options, INVARIANTS, malloc debugging flags
20 in userland, and various verbose features in the kernel. Many
21 developers choose to disable these features on build machines
22 to maximize performance.
23
2420071008:
25 Setting WITHOUT_LIBPTHREAD now means WITHOUT_LIBKSE and
26 WITHOUT_LIBTHR are set.
27
2420070930:
25 The PCI code has been made aware of PCI domains. This means that
26 the location strings as used by pciconf(8) etc are now in the
27 following format: pci<domain>:<bus>:<device>[:<function>]. It
28 also means that consumers of <sys/pciio.h> potentially need to
29 be recompiled; this includes the hal and xorg-server ports.
30
3120070928:

--- 108 unchanged lines hidden (view full) ---

140 Symbol versioning is enabled by default. To disable it, use
141 option WITHOUT_SYMVER. It is not advisable to attempt to
142 disable symbol versioning once it is enabled; your installworld
143 will break because a symbol version-less libc will get installed
144 before the install tools. As a result, the old install tools,
145 which previously had symbol dependencies to FBSD_1.0, will fail
146 because the freshly installed libc will not have them.
147
2820070930:
29 The PCI code has been made aware of PCI domains. This means that
30 the location strings as used by pciconf(8) etc are now in the
31 following format: pci<domain>:<bus>:<device>[:<function>]. It
32 also means that consumers of <sys/pciio.h> potentially need to
33 be recompiled; this includes the hal and xorg-server ports.
34
3520070928:

--- 108 unchanged lines hidden (view full) ---

144 Symbol versioning is enabled by default. To disable it, use
145 option WITHOUT_SYMVER. It is not advisable to attempt to
146 disable symbol versioning once it is enabled; your installworld
147 will break because a symbol version-less libc will get installed
148 before the install tools. As a result, the old install tools,
149 which previously had symbol dependencies to FBSD_1.0, will fail
150 because the freshly installed libc will not have them.
151
148 The default threading library has been changed to libthr. If
149 you wish to have libpthread as your default, use option
150 DEFAULT_THREAD_LIB=libpthread for the buildworld.
152 The default threading library (providing "libpthread") has been
153 changed to libthr. If you wish to have libkse as your default,
154 use option DEFAULT_THREAD_LIB=libkse for the buildworld.
151
15220070423:
153 The ABI breakage in sendmail(8)'s libmilter has been repaired
154 so it is no longer necessary to recompile mail filters (aka,
155 milters). If you recompiled mail filters after the 20070408
156 note, it is not necessary to recompile them again.
157
15820070417:

--- 737 unchanged lines hidden (view full) ---

896POSSIBILITY OF SUCH DAMAGE.
897
898If you find this document useful, and you want to, you may buy the
899author a beer.
900
901Contact Warner Losh if you have any questions about your use of
902this document.
903
155
15620070423:
157 The ABI breakage in sendmail(8)'s libmilter has been repaired
158 so it is no longer necessary to recompile mail filters (aka,
159 milters). If you recompiled mail filters after the 20070408
160 note, it is not necessary to recompile them again.
161
16220070417:

--- 737 unchanged lines hidden (view full) ---

900POSSIBILITY OF SUCH DAMAGE.
901
902If you find this document useful, and you want to, you may buy the
903author a beer.
904
905Contact Warner Losh if you have any questions about your use of
906this document.
907
904$FreeBSD: head/UPDATING 172394 2007-09-30 11:05:18Z marius $
908$FreeBSD: head/UPDATING 172491 2007-10-09 13:42:34Z obrien $