Deleted Added
full compact
UPDATING (221114) UPDATING (221124)
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
2520110427:
26 The default NFS client is now the new NFS client, so fstype "newnfs"
27 is now "nfs" and the regular/old NFS client is now fstype "oldnfs".
28 Although mounts via fstype "nfs" will usually work without userland
29 changes, it is recommended that the mount(8) and mount_nfs(8)
30 commands be rebuilt from sources and that a link to mount_nfs called
31 mount_oldnfs be created. The new client is compiled into the
32 kernel with "options NFSCL" and this is needed for diskless root
33 file systems. The GENERIC kernel configs have been changed to use
34 NFSCL and NFSD (the new server) instead of NFSCLIENT and NFSSERVER.
35 To use the regular/old client, you can "mount -t oldnfs ...". For
36 a diskless root file system, you must also include a line like:
37
38 vfs.root.mountfrom="oldnfs:"
39
40 in the boot/loader.conf on the root fs on the NFS server to make
41 a diskless root fs use the old client.
42
2520110424:
26 The GENERIC kernels for all architectures now default to the new
27 CAM-based ATA stack. It means that all legacy ATA drivers were
28 removed and replaced by respective CAM drivers. If you are using
29 ATA device names in /etc/fstab or other places, make sure to update
30 them respectively (adX -> adaY, acdX -> cdY, afdX -> daY, astX -> saY,
31 where 'Y's are the sequential numbers starting from zero for each type
32 in order of detection, unless configured otherwise with tunables,

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

1398HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1399STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1400IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1401POSSIBILITY OF SUCH DAMAGE.
1402
1403Contact Warner Losh if you have any questions about your use of
1404this document.
1405
4320110424:
44 The GENERIC kernels for all architectures now default to the new
45 CAM-based ATA stack. It means that all legacy ATA drivers were
46 removed and replaced by respective CAM drivers. If you are using
47 ATA device names in /etc/fstab or other places, make sure to update
48 them respectively (adX -> adaY, acdX -> cdY, afdX -> daY, astX -> saY,
49 where 'Y's are the sequential numbers starting from zero for each type
50 in order of detection, unless configured otherwise with tunables,

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

1416HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1417STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1418IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1419POSSIBILITY OF SUCH DAMAGE.
1420
1421Contact Warner Losh if you have any questions about your use of
1422this document.
1423
1406$FreeBSD: head/UPDATING 221114 2011-04-27 08:53:52Z mav $
1424$FreeBSD: head/UPDATING 221124 2011-04-27 17:51:51Z rmacklem $