diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index 151e21dcc1f..b22ec6a7412 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -346,9 +346,7 @@
&man.hwpmc.4; and &man.pmcstat.8; now support profiling
of dynamically loaded kernel modules and
- shared objects loaded with &man.dlopen.3;.
- &man.pmcstat.8; can now log over a network socket
- to a remote host.
+ shared objects loaded with &man.dlopen.3;.
A new kern.hostuuid sysctl variable
has been added to hold a host's Universally Unique Identifier
@@ -361,8 +359,9 @@
It is enabled in the GENERIC kernel (thus there is no change in
functionality) for all platforms except &arch.sun4v;.
- Support for Message Signaled Interrupts (MSI) has been added to
- the &man.pci.4; driver. &merged;
+ Support for Message Signaled Interrupts (MSI) and Extended
+ Message Signaled Interrupts (MSI-X) has been added to the kernel's
+ PCI support code. &merged;The &man.priv.9; kernel interface has been added. Its purpose
is checking the availability of privilege for threads and credentials.
@@ -739,6 +738,9 @@
The &man.ed.4; driver is now MPSAFE.
+ The &man.edsc.4; driver, which provides Ethernet discard network
+ interfaces, has been added. &merged;
+
The &man.el.4; driver has been removed due to lack of use.The &man.em.4; driver now supports big-endian
@@ -1720,6 +1722,14 @@ geli_da1s3a_keyfile0_name="/boot/keys/da1s3a.key"
scripts. Symbolic links from its former location have been
created for backward compatibility. &merged;
+ The &man.pmcstat.8; program has seen several enhancements:
+ It can now log over a network socket to a remote host. The
+ now takes a comma-seperated list of CPUs
+ to configure for PMC allocation. The option
+ has been enhanced to take a regular expression for selecting
+ processes based on their command names. &man.pmcstat.8; now
+ allocates system PMCs on all CPUs by default, not just CPU 0.
+
The &man.powerd.8; program now supports a
option, which specifies a pidfile to use.
@@ -1746,9 +1756,18 @@ geli_da1s3a_keyfile0_name="/boot/keys/da1s3a.key"
The supported names are: DUN (Dial-Up Networking), FAX (Fax),
LAN (LAN Access Using PPP), and SP (Serial Port). &merged;
+ The &man.rpcbind.8; program can now bind its TCP listening
+ socket to an IP address other than INADDR_ANY using the
+ flag. The new flag allows
+ it to bind to IPv6 addresses only.
+
The &man.rpcgen.1; utility now generates headers and stub files
that can be used with ANSI C compilers by default.
+ The &man.rpc.lockd.8; and &man.rpc.statd.8; programs now
+ accept options to indicate which port they
+ should bind to. &merged;
+
The &man.rtld.1; runtime linker now supports ELF symbol versioning
using GNU semantics. This implementation aims to be compatible
with symbol versioning support as implemented by GNU libc and
@@ -1757,10 +1776,6 @@ geli_da1s3a_keyfile0_name="/boot/keys/da1s3a.key"
function has been added to
allow lookups for a specific version of a given symbol.
- The &man.rpc.lockd.8; and &man.rpc.statd.8; programs now
- accept options to indicate which port they
- should bind to. &merged;
-
A bug in the &man.sed.1; utility which can cause
incorrect calculation of pattern space length in some cases
has been fixed.