From bef467af315e9fbbf6f13ee4bd64cc7c0258f5d6 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Wed, 7 May 2014 12:45:31 +0000 Subject: [PATCH] Sort entries by svn revision as oldest-newest to match entry order in other branches. Sponsored by: The FreeBSD Foundation --- .../doc/en_US.ISO8859-1/relnotes/article.xml | 142 +++++++++--------- 1 file changed, 71 insertions(+), 71 deletions(-) diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index 08483845111..beef1049513 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -104,17 +104,12 @@ Kernel Changes - The &man.mpr.4; device has been added, - providing support for LSI Fusion-MPT 3 12Gb SCSI/SATA - controllers. + The VT kernel + configuration file has been added, which enables the new + vt console driver. - The &man.full.4; device has been added, - and the lindev(4) device has been removed. - Prior to this change, lindev(4) provided only - the /dev/full character device, returning - ENOSPC on write attempts. As this device is - not specific to &linux;, a native &os; version has been - added. + Support for GPS ports has been added to + &man.uhso.4;. The if_nf10bmac(4) device has been added, providing support for NetFPGA-10G @@ -125,24 +120,28 @@ the FPGA, and is not suited for the PCI host interface. - Support for GPS ports has been added to - &man.uhso.4;. + The &man.full.4; device has been added, + and the lindev(4) device has been removed. + Prior to this change, lindev(4) provided only + the /dev/full character device, returning + ENOSPC on write attempts. As this device is + not specific to &linux;, a native &os; version has been + added. - The VT kernel - configuration file has been added, which enables the new - vt console driver. + The &man.mpr.4; device has been added, + providing support for LSI Fusion-MPT 3 12Gb SCSI/SATA + controllers. Virtualization support - The &man.virtio_random.4; driver has - been added to harvest entropy from the host system. - - Unmapped IO support has been added to - &man.virtio_scsi.4;. - - Unmapped IO support has been added to - &man.virtio_blk.4;. + Support for the Virtual Interrupt + Delivery feature of &intel; VT-x is enabled if + supported by the CPU. This feature can be disabled by running + sysctl hw.vmm.vmx.use_apic_vid=0. + Additionally, to persist this setting across reboots, add + hw.vmm.vmx.use_apic_vid=0 to + /etc/sysctl.conf. Support for Posted Interrupt Processing is enabled if supported by the CPU. This @@ -152,13 +151,14 @@ hw.vmm.vmx.use_apic_pir=0 to /etc/sysctl.conf. - Support for the Virtual Interrupt - Delivery feature of &intel; VT-x is enabled if - supported by the CPU. This feature can be disabled by running - sysctl hw.vmm.vmx.use_apic_vid=0. - Additionally, to persist this setting across reboots, add - hw.vmm.vmx.use_apic_vid=0 to - /etc/sysctl.conf. + Unmapped IO support has been added to + &man.virtio_blk.4;. + + Unmapped IO support has been added to + &man.virtio_scsi.4;. + + The &man.virtio_random.4; driver has + been added to harvest entropy from the host system. @@ -186,25 +186,25 @@ Network Interface Support - The &man.ath.hal.4; driver has been - updated to support the Atheros AR1111 chipset. - - Firmware for &intel; - Centrino™ Wireless-N 105 devices has been added - to the base system. + Support for Broadcom chipsets + BCM57764, BCM57767, BCM57782, BCM57786 and BCM57787 has + been added to &man.bge.4;. Support for the &intel; Centrino™ Wireless-N 135 chipset has been added. - Support for Broadcom chipsets - BCM57764, BCM57767, BCM57782, BCM57786 and BCM57787 has - been added to &man.bge.4;. + Firmware for &intel; + Centrino™ Wireless-N 105 devices has been added + to the base system. The deprecated nve(4) driver has been removed. Users of NVIDIA nForce MCP network adapters are advised to use the &man.nfe.4; driver instead, which has been the default driver for this hardware since &os; 7.0. + + The &man.ath.hal.4; driver has been + updated to support the Atheros AR1111 chipset. @@ -238,25 +238,14 @@ Userland Changes - The &man.top.1; utility has been updated - to filter by &man.jail.8; ID or name, in followup to the - &man.ps.1; change in r265229. + The &man.casperd.8; daemon has been added, + which provides access to functionality that is not available in + the capability mode sandbox. - The &man.ps.1; utility has been - updated to include the -J flag, used to - filter output by matching &man.jail.8; IDs and names. - Additionally, argument 0 can be used to - -J to only list processes running on the - host system. - - Support for displaying VPD for PCI devices - via &man.pciconf.8; has been added. - - A new flag, onifconsole has - been added to /etc/ttys. This allows the - system to provide a login prompt via serial console if the - device is an active kernel console, otherwise it is equivalent - to off. + When unable to load a kernel module with + &man.kldload.8;, a message informing to view output of + &man.dmesg.8; is now printed, opposed to the previous output + Exec format error.. Allow &man.pciconf.8; to identify PCI devices that are attached to a driver to be identified by their @@ -265,14 +254,14 @@ to restrict the output to only listing details about a single device. - When unable to load a kernel module with - &man.kldload.8;, a message informing to view output of - &man.dmesg.8; is now printed, opposed to the previous output - Exec format error.. + A new flag, onifconsole has + been added to /etc/ttys. This allows the + system to provide a login prompt via serial console if the + device is an active kernel console, otherwise it is equivalent + to off. - The &man.casperd.8; daemon has been added, - which provides access to functionality that is not available in - the capability mode sandbox. + Support for displaying VPD for PCI devices + via &man.pciconf.8; has been added. &man.ping.8; protects against malicious network packets using the Capsicum framework to drop @@ -281,6 +270,17 @@ &os;/&arch.i386; guests can be run under bhyve. + The &man.ps.1; utility has been + updated to include the -J flag, used to + filter output by matching &man.jail.8; IDs and names. + Additionally, argument 0 can be used to + -J to only list processes running on the + host system. + + The &man.top.1; utility has been updated + to filter by &man.jail.8; ID or name, in followup to the + &man.ps.1; change in r265229. + <filename>/etc/rc.d</filename> Scripts @@ -291,14 +291,14 @@ Contributed Software - &man.byacc.1; has been updated to version - 20140101. + &man.lldb.1; has been updated to upstream + snapshot version r196259. Timezone data files have been updated to version 2013i. - &man.lldb.1; has been updated to upstream - snapshot version r196259. + &man.byacc.1; has been updated to version + 20140101. OpenSSL has been updated to version 1.0.1.f. @@ -309,15 +309,15 @@ sendmail has been updated from 8.14.7 to 8.14.8. - OpenSSH has - been updated to 6.5p1. - bmake has been updated to version 20140101. libc++ has been updated to version 3.4. + OpenSSH has + been updated to 6.5p1. + mdocml has been updated to version 1.12.3.