From cdc4288a6cec190e82580b29d52eafafaba22c13 Mon Sep 17 00:00:00 2001 From: hrs Date: Thu, 24 Mar 2016 19:50:12 +0000 Subject: [PATCH] - Fix FPIs and catalog entries. - Fix typos. - Update relnotes items: ctladm(8) return value bugfix, ifconfig -v now displays SFP/SFP+ data, add updstream changeset id to the libarchive(3) improvement, vt(4) ALT_BREAK_TO_DEBUGGER support added, thread_create() API added, pms(4) removed from GENERIC for amd64/i386, kern.racct.enable fixed, cxgbe(4) firmware updated to 1.14.4.0, pf(4) logging issue fixed, LLENTRY_DELETED event in NDP fixed. - Edit items: s/Timezone data files/Time zone database/, -manage-gids flag is for nfsuserd, not nfsd. Approved by: re (implicit) git-svn-id: svn://svn.freebsd.org/base/releng/10.3@297239 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- .../doc/en_US.ISO8859-1/relnotes/article.xml | 101 +++++++++++++----- release/doc/share/xml/catalog.xml | 3 + 2 files changed, 77 insertions(+), 27 deletions(-) diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index 057e45d68..f28a728af 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -1,14 +1,19 @@ + "http://www.FreeBSD.org/XML/share/xml/freebsd50.dtd" [ + %release; - + %sponsor; - + %vendor; - - + + ]>
Userland Application Changes + The + &man.ar.1; utility now enables deterministic mode + (-D) by default. This behavior can be + disabled by specifying the -U flag. + + The &man.cp.1; utility has been updated + 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. + + The &man.ifconfig.8; utility now reports + SFP/SFP+ data when a flag is specified and + the NIC driver provides them. + 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. @@ -178,11 +200,6 @@ filesystems in both MBR and GPT partitioning schemes. - The - &man.ar.1; utility now enables deterministic mode - (-D) by default. This behavior can be - disabled by specifying the -U flag. - The &man.pciconf.8; utility has been updated to use the PCI ID database from the misc/pciids package, if present, @@ -193,15 +210,12 @@ new utility, &man.sesutil.8;, has been added, which is used to manage &man.ses.4; devices. - The &man.cp.1; utility has been updated - to include a new flag, -s, which creates - a symbolic link to the specified source. - - Support for the - -manage-gids has been added to - &man.nfsd.8;. This option can be enabled at boot time by - adding nfs_server_managegids="YES" to - &man.rc.conf.5;. + Support for a + flag has been added to + &man.nfsuserd.8;. This option can be enabled at boot time by + setting an &man.rc.conf.5; variable + nfs_server_managegids to + YES. The resolver library has been updated to @@ -218,12 +232,13 @@ Contributed Software - The &man.libarchive.3; library has been - updated to properly skip a sparse file entry in a &man.tar.1; - file, which would previously produce errors. + A bug in &man.libarchive.3; library which + could report an error when handling a sparse file entry + in a tar file has been fixed + by importing changeset bf4f6ec64e. - Timezone data files have been updated to - version 2015f. + Time zone database has been updated to + version 2015f. The &man.file.1; utility has been updated to version 5.25. @@ -303,6 +318,16 @@ tuning, and system control parameters that are not otherwise categorized. + The &man.vt.4; terminal console driver now + supports and + debug.kdb.alt_break_to_debugger sysctl + variable when kernel debugger support () is enabled. + + A thread_create() + function has been added as an API to create userspace thread in + kernel space. + Kernel Bug Fixes @@ -315,12 +340,20 @@ Kernel Configuration -   + The &man.pms.4; driver + has been removed from + GENERIC kernel. System Tuning and Controls + A bug which could prevent a loader + tunable kern.racct.enable from working + has been fixed. + The &man.uart.4; driver has been updated to allow tuning pulses per second captured in the CTS line during runtime, whereas previously only the DCD line @@ -362,6 +395,10 @@ The &man.ixgbe.4; driver has been updated to version 3.1.13-k. + + Firmwares for model T4 and T5 bundled + with the &man.cxgbe.4; driver have been updated to + version 1.14.4.0. @@ -471,6 +508,16 @@ This section describes changes that affect networking in &os;. + A bug in &man.pf.4; packet filter which + could cause a rule with no log parameter to + log the matched packet has been fixed. + + A bug in &os; IPv6 stack which did not + invoke an LLENTRY_DELETED event when an L2 + address was deleted from the link-level address table for + IPv6. + Network Protocols @@ -520,7 +567,7 @@ Release Engineering and Integration - This section convers changes that are specific to the + This section covers changes that are specific to the &os; Release Engineering processes. diff --git a/release/doc/share/xml/catalog.xml b/release/doc/share/xml/catalog.xml index 74f8ccd06..51ee55265 100644 --- a/release/doc/share/xml/catalog.xml +++ b/release/doc/share/xml/catalog.xml @@ -9,5 +9,8 @@ + + + -- 2.42.0