From owner-svn-src-all@freebsd.org Thu Mar 24 21:38:53 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 B23F3ADC3C1; Thu, 24 Mar 2016 21:38:53 +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 8E36A166D; Thu, 24 Mar 2016 21:38:53 +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 u2OLcq12061493; Thu, 24 Mar 2016 21:38:52 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2OLcqZa061492; Thu, 24 Mar 2016 21:38:52 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201603242138.u2OLcqZa061492@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 21:38:52 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org Subject: svn commit: r297246 - releng/10.3/release/doc/en_US.ISO8859-1/relnotes 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 21:38:53 -0000 Author: hrs Date: Thu Mar 24 21:38:52 2016 New Revision: 297246 URL: https://svnweb.freebsd.org/changeset/base/297246 Log: - Update relnotes items: reword description about ar -D/-U option, camcontrol(8) fwdonwload improvements, pkill -j jailname support, timeout(1) added, ypinit(8) eui64 NIS map, kern.features.invariants sysctl added. Approved by: re (implicit) Modified: releng/10.3/release/doc/en_US.ISO8859-1/relnotes/article.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 21:03:16 2016 (r297245) +++ releng/10.3/release/doc/en_US.ISO8859-1/relnotes/article.xml Thu Mar 24 21:38:52 2016 (r297246) @@ -172,10 +172,22 @@ 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.ar.1; utility now supports a flag to + prevent real mtime, uid, gid, and file mode values from being + inserted. This is called deterministic mode + and useful for making the resulting archives reproducible. + This behavior is enabled by default, and can be disabled by + specifying a -U flag. + + The &man.camcontrol.8; + fwdownload subcommand has been improved. + Changes include better support of SATA drives, downloading + firmaware to IBM LTO drives, flag to + suppress information output, and opcodes + subcommand to issue the REPORT SUPPORTED + OPCODES service action of the SCSI + MAINTENANCE IN command. The &man.cp.1; utility has been updated to include a new flag, -s, which creates @@ -232,6 +244,10 @@ nfs_server_managegids to YES. + The &man.pkill.1; utility now supports + &man.jail.2; name in a option in addition to + &man.jail.2; ID. + userdel and usermod subcommand of the &man.pw.8; utility now supports a flag. @@ -247,10 +263,17 @@ filesystem to be mounted from a temporary source filesystem without requiring a full system reboot. + The &man.timeout.1; utility has been + added. This utility runs a command with a time limit and is + compatible with GNU timeout. + The &man.watchdogd.8; daemon now supports a option to specify the timeout period in seconds to leave in effect when the program exits. + + The &man.ypinit.8; script now supports + eui64 NIS map file. @@ -378,6 +401,11 @@ System Tuning and Controls + A &man.sysctl.3; variable + kern.features.invariants has been added. + It shows if the kernel is compiled with + or not. + A bug which could prevent a loader tunable kern.racct.enable from working