diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index a6e787e49a5..44ea71c6cd3 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -119,7 +119,13 @@ Kernel Changes - + A new sysctl variable kern.malloc_stats + has been added. This allows to export kernel malloc + statistics via a binary structure stream. + + A new sysctl variable vm.zone_stats + has been added. This allows to export &man.uma.9; allocator + statistics via a binary structure stream. Boot Loader Changes @@ -157,7 +163,12 @@ Disks and Storage - + The &man.mpt.4; driver has been updated to support + various new features such as RAID volume and RAID member + state/settings reporting, periodic volume re-synchronization + status reporting, and sysctl variables for volume + re-synchronization rate, volume member write cache status, + and volume transaction queue depth. @@ -176,6 +187,18 @@ Userland Changes + The &man.ifconfig.8; utility now supports + a flag to allow printing + potentially sensitive keying material to standard output. + This sensitive information will not be printed by default. + + The &man.libmemstat.3; library has been added. + This is for use by debugging and monitoring applications + in tracking kernel memory statistics. It provides an + abstracted interface to &man.uma.9; and &man.malloc.9; + statistics, wrapped around the binary stream sysctl variables + for the allocators. + <filename>/etc/rc.d</filename> Scripts @@ -186,7 +209,11 @@ Contributed Software - + libpcap has been updated + to v0.9.1 (release). + + tcpdump has been updated + to v3.9.1 (release). diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml index a6e787e49a5..44ea71c6cd3 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -119,7 +119,13 @@ Kernel Changes - + A new sysctl variable kern.malloc_stats + has been added. This allows to export kernel malloc + statistics via a binary structure stream. + + A new sysctl variable vm.zone_stats + has been added. This allows to export &man.uma.9; allocator + statistics via a binary structure stream. Boot Loader Changes @@ -157,7 +163,12 @@ Disks and Storage - + The &man.mpt.4; driver has been updated to support + various new features such as RAID volume and RAID member + state/settings reporting, periodic volume re-synchronization + status reporting, and sysctl variables for volume + re-synchronization rate, volume member write cache status, + and volume transaction queue depth. @@ -176,6 +187,18 @@ Userland Changes + The &man.ifconfig.8; utility now supports + a flag to allow printing + potentially sensitive keying material to standard output. + This sensitive information will not be printed by default. + + The &man.libmemstat.3; library has been added. + This is for use by debugging and monitoring applications + in tracking kernel memory statistics. It provides an + abstracted interface to &man.uma.9; and &man.malloc.9; + statistics, wrapped around the binary stream sysctl variables + for the allocators. + <filename>/etc/rc.d</filename> Scripts @@ -186,7 +209,11 @@ Contributed Software - + libpcap has been updated + to v0.9.1 (release). + + tcpdump has been updated + to v3.9.1 (release).