From ab59c37307b1b41c3bb53d176ebbfac2f88fa89e Mon Sep 17 00:00:00 2001 From: hrs Date: Thu, 24 Mar 2016 21:03:16 +0000 Subject: [PATCH] - 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) git-svn-id: svn://svn.freebsd.org/base/releng/10.3@297245 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- .../doc/en_US.ISO8859-1/relnotes/article.xml | 67 +++++++++++++++++-- 1 file changed, 61 insertions(+), 6 deletions(-) diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index f28a728af..b1bd52e94 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -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. -- 2.45.0