From owner-svn-src-all@freebsd.org Thu Mar 24 19:50:13 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98925ADC218; Thu, 24 Mar 2016 19:50:13 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7410216B5; Thu, 24 Mar 2016 19:50:13 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2OJoCWE027819; Thu, 24 Mar 2016 19:50:12 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2OJoCoj027817; Thu, 24 Mar 2016 19:50:12 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201603241950.u2OJoCoj027817@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Thu, 24 Mar 2016 19:50:12 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org Subject: svn commit: r297239 - in releng/10.3/release/doc: en_US.ISO8859-1/relnotes share/xml X-SVN-Group: releng MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2016 19:50:13 -0000 Author: hrs Date: Thu Mar 24 19:50:12 2016 New Revision: 297239 URL: https://svnweb.freebsd.org/changeset/base/297239 Log: - 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) Modified: releng/10.3/release/doc/en_US.ISO8859-1/relnotes/article.xml releng/10.3/release/doc/share/xml/catalog.xml Modified: releng/10.3/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- releng/10.3/release/doc/en_US.ISO8859-1/relnotes/article.xml Thu Mar 24 18:47:19 2016 (r297238) +++ releng/10.3/release/doc/en_US.ISO8859-1/relnotes/article.xml Thu Mar 24 19:50:12 2016 (r297239) @@ -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. Modified: releng/10.3/release/doc/share/xml/catalog.xml ============================================================================== --- releng/10.3/release/doc/share/xml/catalog.xml Thu Mar 24 18:47:19 2016 (r297238) +++ releng/10.3/release/doc/share/xml/catalog.xml Thu Mar 24 19:50:12 2016 (r297239) @@ -9,5 +9,8 @@ + + +