From b794cb5f57ad84d014fafc9608a234ee5c967896 Mon Sep 17 00:00:00 2001 From: hrs Date: Thu, 24 Mar 2016 21:38:52 +0000 Subject: [PATCH] - 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) git-svn-id: svn://svn.freebsd.org/base/releng/10.3@297246 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- .../doc/en_US.ISO8859-1/relnotes/article.xml | 36 ++++++++++++++++--- 1 file changed, 32 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 b1bd52e94..531bb0e3d 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -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 -- 2.42.0