Deleted Added
sdiff udiff text old ( 193138 ) new ( 193232 )
full compact
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
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
1563$FreeBSD: head/UPDATING 193138 2009-05-30 23:52:23Z attilio $