From d2a8a9390356f67f090ffa0e91c1bd859e75e43d Mon Sep 17 00:00:00 2001 From: hrs Date: Thu, 24 Mar 2016 22:15:51 +0000 Subject: - Update relnotes items: grdc(6) 12-hour mode fixed, inetd(8) crash with IPv6 address fixed, netstat(1) statistics counter divided by 1024 fixed, rc.d/netif now updates only static routes, vt(4) kern.vt.bell_enable, puc(4) MSI support, epair(4) and lagg(4) cloner vnet jail support, epair(4) panic fixed, lagg(4) per-interface sysctl nodes replaced with ifconfig flags, lagg(4) panic fixed, SIOCGDRLST_IN6 and SIOCGPRLST_IN6 ioctls removed. Approved by: re (implicit) --- release/doc/en_US.ISO8859-1/relnotes/article.xml | 61 ++++++++++++++++++++++-- 1 file changed, 57 insertions(+), 4 deletions(-) diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index 531bb0e..17e1b3f 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -193,14 +193,24 @@ to include a new flag, -s, which creates a symbolic link to the specified source. - A bug in &man.ctladm.8; utility which could - return a non-zero value even if it succeeds has been fixed. + A bug in the &man.ctladm.8; utility + which could return a non-zero value even if it succeeds has + been fixed. + + A bug in the &man.grdc.6; program which + caused a wrong display in the 12-hour mode has been + fixed. The &man.ifconfig.8; utility now reports SFP/SFP+ data when a flag is specified and the NIC driver provides them. + Bugs in the &man.inetd.8; daemon which + could cause a crash when an RPC entry is defined and an IPv6 + address is specified in -a flag have been + fixed. + The &man.jail.8; utility has been updated to include a new flag, -l, which ensures a clean environment in the target jail when used. @@ -227,6 +237,10 @@ which prevented dynamic VHD format from working with QEMU has been fixed. + A bug in the &man.netstat.1; utility + which showed the statistics in the number of packets divided + by 1024, not 1000 has been fixed. + The &man.pciconf.8; utility has been updated to use the PCI ID database from the misc/pciids package, if present, @@ -332,8 +346,8 @@ <filename class="directory">/etc/rc.d</filename> Scripts - The netwait - &man.rc.8; script has been updated to wait for network + The rc.d/netwait + script has been updated to wait for network interfaces that attach late in the boot process, such as some USB network cards. @@ -341,6 +355,10 @@ firewall_type="SIMPLE" now uses &man.ipfw.4; tables for addresses to be blocked. + + The rc.d/netif + script now updates only static routes when an interface + is specified. @@ -376,6 +394,11 @@ variable when kernel debugger support () is enabled. + The &man.vt.4; terminal console driver now + supports kern.vt.bell_enable sysctl variable + to enable or disable terminal bell. The default is + 1 (enabled). + A thread_create() function has been added as an API to create userspace thread in kernel space. @@ -426,6 +449,11 @@ driver, which supports Freescale i.MX watchdog, has been fixed. + The &man.puc.4; driver now supports MSI + interrupts and prefers it to the legacy interrupts. This + behavior can be disabled by setting + hw.puc.msi_disable loader tunable. + A bug in the &man.uart.4; driver which could cause a polarity reversal of PPS (Pulse Per Second) capture events has been fixed. The trailing edge of a @@ -591,6 +619,26 @@ This section describes changes that affect networking in &os;. + The &man.epair.4; virtual + Ethernet interface and the &man.lagg.4; pseudo interface now + support VIMAGE kernel. + + A bug in the &man.epair.4; virtual + Ethernet interface which could cause a panic when running + &man.ifconfig.8; create and + destory quickly has been fixed. + + &man.sysctl.3; variables in the + &man.lagg.4; pseudo interface + net.link.lagg.N.* + have been removed in favor of per-interface &man.ifconfig.8; + flags and options. ifconfig -v + command shows them. + + Bugs in the + &man.lagg.4; pseudo interface which could cause a system + panic have been fixed. + A bug in &man.pf.4; packet filter which could cause a rule with no log parameter to @@ -601,6 +649,11 @@ address was deleted from the link-level address table for IPv6. + Obsolete APIs, + SIOCGDRLST_IN6 and + SIOCGPRLST_IN6 in &os; IPv6 stack have been + removed. + Network Protocols -- cgit v1.1