Deleted Added
full compact
UPDATING (193138) UPDATING (193232)
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

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

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. (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
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

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

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. (To disable malloc debugging, run
23 ln -s aj /etc/malloc.conf.)
24
2520090601:
26 The way we are storing and accessing `routeing table' entries
27 has changed. Programs reading the FIB, like netstat, need to
28 be re-compiled.
29 Bump __FreeBSD_version to 800097.
30
2520090530:
26 Remove the tunable/sysctl debug.mpsafevfs as its initial purpose
27 is no more valid.
28
2920090530:
30 Add VOP_ACCESSX(9). File system modules need to be rebuilt.
31 Bump __FreeBSD_version to 800094.
32

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

1555POSSIBILITY OF SUCH DAMAGE.
1556
1557If you find this document useful, and you want to, you may buy the
1558author a beer.
1559
1560Contact Warner Losh if you have any questions about your use of
1561this document.
1562
3120090530:
32 Remove the tunable/sysctl debug.mpsafevfs as its initial purpose
33 is no more valid.
34
3520090530:
36 Add VOP_ACCESSX(9). File system modules need to be rebuilt.
37 Bump __FreeBSD_version to 800094.
38

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

1561POSSIBILITY OF SUCH DAMAGE.
1562
1563If you find this document useful, and you want to, you may buy the
1564author a beer.
1565
1566Contact Warner Losh if you have any questions about your use of
1567this document.
1568
1563$FreeBSD: head/UPDATING 193138 2009-05-30 23:52:23Z attilio $
1569$FreeBSD: head/UPDATING 193232 2009-06-01 15:49:42Z bz $