From owner-svn-src-all@freebsd.org Thu Mar 24 21:03:18 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 3C231ADCB4E; Thu, 24 Mar 2016 21:03:18 +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 ECC721703; Thu, 24 Mar 2016 21:03:17 +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 u2OL3HQ4052338; Thu, 24 Mar 2016 21:03:17 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2OL3H4U052337; Thu, 24 Mar 2016 21:03:17 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201603242103.u2OL3H4U052337@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:03:17 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org Subject: svn commit: r297245 - 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:03:18 -0000 Author: hrs Date: Thu Mar 24 21:03:16 2016 New Revision: 297245 URL: https://svnweb.freebsd.org/changeset/base/297245 Log: - Update relnotes items: last reboot now works again, mv(1) return value has been fixed, mkimg(1) dynamic VHD format fixed, pw(8) userdel/usermod -y option, watchdogd(8) -x option added, rc.firewall now uses ipfw tables when firewall_type="SIMPLE", imxwdt driver fixed, uart(4) PPS polarity fixed, user(4) dev.uart.pps_mode added, uftdi(4) new ioctls to read/write eeprom, legacy ata(4) drivers removed. 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 20:55:23 2016 (r297244) +++ releng/10.3/release/doc/en_US.ISO8859-1/relnotes/article.xml Thu Mar 24 21:03:16 2016 (r297245) @@ -195,11 +195,26 @@ Additionally, &man.jail.8; will run a shell within the target jail when run no commands are specified. + The &man.last.1; utility now supports + reboot as a pseudo-user name which prints + all system reboot entries (SHUTDOWN_TIME + and BOOT_TIME records). This was + accidentally removed as of &os; 9.0. + + The &man.mv.1; utility now returns + 1 instead of 64 + when more than two arguments are specified and + the target is not a valid directory. + The &man.mkimg.1; utility has been updated to include support for NTFS filesystems in both MBR and GPT partitioning schemes. + A bug in the &man.mkimg.1; utility + which prevented dynamic VHD format from working with QEMU + has been fixed. + The &man.pciconf.8; utility has been updated to use the PCI ID database from the misc/pciids package, if present, @@ -217,6 +232,10 @@ nfs_server_managegids to YES. + userdel and + usermod subcommand of the &man.pw.8; utility + now supports a flag. + The resolver library has been updated to reload /etc/resolv.conf if the @@ -227,6 +246,11 @@ been added to the &man.reboot.8; utility, allowing the root filesystem to be mounted from a temporary source filesystem without requiring a full system reboot. + + The &man.watchdogd.8; daemon now supports + a + option to specify the timeout period in seconds to + leave in effect when the program exits. @@ -289,6 +313,11 @@ &man.rc.8; script has been updated to wait for network interfaces that attach late in the boot process, such as some USB network cards. + + Firewall rules set by + firewall_type="SIMPLE" now uses + &man.ipfw.4; tables for addresses to be + blocked. @@ -353,11 +382,6 @@ sponsor="&ff;">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 - could be used without rebuilding the kernel. @@ -370,12 +394,43 @@ Device Drivers -   + The imxwdt + driver, which supports Freescale i.MX watchdog, has been + fixed. + + 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 + positive PPS pulse and the leading edge of the next pulse were + used as "assert" and "clear" event respectively. + + The &man.uart.4; driver now supports + runtime configuration of PPS signal source captured by the + driver via dev.uart.pps_mode and + dev.uart.0.pps_mode + sysctl variables. The values 0, + 1, and 2 correspond to + disabled, capturing pulses on the CTS line, + and capturing pulses on the DCD line, respectively. + The default value is 2. + + The &man.uftdi.4; driver now supports + UFTDIIOC_READ_EEPROM, + UFTDIIOC_WRITE_EEPROM, + and UFTDIIOC_ERASE_EEPROM + &man.ioctl.2; to + read/write serial EEPROM attached to the controller chip. Storage Drivers + Legacy &man.ata.4; drivers such as + ataahci, ataadaptec, + and mv_sata have been removed in favor of + the new drivers such as &man.ahci.4;, &man.siis.4;, and + &man.mvs.4;. + The CTL High Availability implementation has been rewritten.