svn commit: r321071 - stable/10/lib/libstand

2017-07-16 Thread Xin LI
Author: delphij Date: Mon Jul 17 06:46:57 2017 New Revision: 321071 URL: https://svnweb.freebsd.org/changeset/base/321071 Log: MFC r320468: Don't bother to set target for SEEK_END. While there also collapase SEEK_END into default case in lseek. Modified: stable/10/lib/libstand/bzipf

svn commit: r321070 - stable/11/lib/libstand

2017-07-16 Thread Xin LI
Author: delphij Date: Mon Jul 17 06:45:13 2017 New Revision: 321070 URL: https://svnweb.freebsd.org/changeset/base/321070 Log: MFC r320468: Don't bother to set target for SEEK_END. While there also collapase SEEK_END into default case in lseek. Modified: stable/11/lib/libstand/bzipf

svn commit: r321069 - stable/10/libexec/rshd

2017-07-16 Thread Xin LI
Author: delphij Date: Mon Jul 17 06:37:46 2017 New Revision: 321069 URL: https://svnweb.freebsd.org/changeset/base/321069 Log: MFC r320433: Use strlcpy() instead of strncpy() and nul-terminating. Modified: stable/10/libexec/rshd/rshd.c Directory Properties: stable/10/ (props changed)

svn commit: r321068 - stable/11/libexec/rshd

2017-07-16 Thread Xin LI
Author: delphij Date: Mon Jul 17 06:36:42 2017 New Revision: 321068 URL: https://svnweb.freebsd.org/changeset/base/321068 Log: MFC r320433: Use strlcpy() instead of strncpy() and nul-terminating. Modified: stable/11/libexec/rshd/rshd.c Directory Properties: stable/11/ (props changed)

svn commit: r321067 - in stable/10: share/man/man4 sys/dev/arcmsr

2017-07-16 Thread Xin LI
Author: delphij Date: Mon Jul 17 06:28:34 2017 New Revision: 321067 URL: https://svnweb.freebsd.org/changeset/base/321067 Log: MFC r320986: Update arcmsr(4) to 1.40.00.00 in order to add support of ARC-1884 SATA RAID controllers. Many thanks to Areca for continuing to support FreeBSD

Re: svn commit: r320452 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2017-07-16 Thread Andriy Gapon
On 12/07/2017 22:52, Peter Wemm wrote: > On Tuesday, July 11, 2017 11:55:47 PM Peter Wemm wrote: >> On Tuesday, July 11, 2017 11:08:15 PM Peter Wemm wrote: >>> On Wednesday, June 28, 2017 01:59:20 PM Andriy Gapon wrote: A side bonus of this change is that now a vdev zio has a pointer

svn commit: r321066 - stable/11/lib/libc/gen

2017-07-16 Thread Konstantin Belousov
Author: kib Date: Mon Jul 17 06:14:48 2017 New Revision: 321066 URL: https://svnweb.freebsd.org/changeset/base/321066 Log: MFC r320868: Fix warnings, adjust style. Modified: stable/11/lib/libc/gen/dlfcn.c Directory Properties: stable/11/ (props changed) Modified: stable/11/lib/libc/gen

svn commit: r321065 - stable/11/libexec/rtld-elf

2017-07-16 Thread Konstantin Belousov
Author: kib Date: Mon Jul 17 06:10:54 2017 New Revision: 321065 URL: https://svnweb.freebsd.org/changeset/base/321065 Log: MFC r320989: Language improvements. Modified: stable/11/libexec/rtld-elf/rtld.1 Directory Properties: stable/11/ (props changed) Modified: stable/11/libexec/rtld-e

svn commit: r321064 - in stable/11: share/man/man4 sys/dev/arcmsr

2017-07-16 Thread Xin LI
Author: delphij Date: Mon Jul 17 02:52:02 2017 New Revision: 321064 URL: https://svnweb.freebsd.org/changeset/base/321064 Log: MFC r320986: Update arcmsr(4) to 1.40.00.00 in order to add support of ARC-1884 SATA RAID controllers. Many thanks to Areca for continuing to support FreeBSD

svn commit: r321063 - in head/sys/dev/cxgbe: . common

2017-07-16 Thread Navdeep Parhar
Author: np Date: Mon Jul 17 00:42:13 2017 New Revision: 321063 URL: https://svnweb.freebsd.org/changeset/base/321063 Log: cxgbe(4): Various link/media related improvements. - Deal with changes to port_type, and not just port_mod when a transceiver is changed. This fixes hot swapping of

svn commit: r321060 - stable/11/sys/dev/atkbdc

2017-07-16 Thread Vladimir Kondratyev
Author: wulf Date: Sun Jul 16 21:03:26 2017 New Revision: 321060 URL: https://svnweb.freebsd.org/changeset/base/321060 Log: MFC r319162: psm: add support for evdev protocol Approved by: gonzo (mentor) Modified: stable/11/sys/dev/atkbdc/psm.c Directory Properties: stable/11/ (props

svn commit: r321057 - stable/10/sys/fs/nfsclient

2017-07-16 Thread Rick Macklem
Author: rmacklem Date: Sun Jul 16 19:36:44 2017 New Revision: 321057 URL: https://svnweb.freebsd.org/changeset/base/321057 Log: MFC: r320458 Fix an NFSv3 client case that probably never happens. If an NFSv3 server were to reply with weak cache consistency attributes, but not post operat

svn commit: r321056 - stable/10/sys/security/mac_bsdextended

2017-07-16 Thread Ed Maste
Author: emaste Date: Sun Jul 16 19:25:18 2017 New Revision: 321056 URL: https://svnweb.freebsd.org/changeset/base/321056 Log: MFC r319890: Correct bitwise test in mac_bsdextended ugidfw_rule_valid() PR: 218039 CID: 1008934 Reported by: Coverity, PVS-Studio Sponsore

svn commit: r321055 - stable/11/sys/security/mac_bsdextended

2017-07-16 Thread Ed Maste
Author: emaste Date: Sun Jul 16 19:24:09 2017 New Revision: 321055 URL: https://svnweb.freebsd.org/changeset/base/321055 Log: MFC r319890: Correct bitwise test in mac_bsdextended ugidfw_rule_valid() PR: 218039 CID: 1008934 Reported by: Coverity, PVS-Studio Sponsore

svn commit: r321054 - stable/11/contrib/compiler-rt/lib/tsan/rtl

2017-07-16 Thread Ed Maste
Author: emaste Date: Sun Jul 16 19:21:33 2017 New Revision: 321054 URL: https://svnweb.freebsd.org/changeset/base/321054 Log: MFC r319516: tsan: set noexec stack on aarch64 Sponsored by: The FreeBSD Foundation Modified: stable/11/contrib/compiler-rt/lib/tsan/rtl/tsan_rtl_aarch64.S Direct

svn commit: r321053 - stable/11

2017-07-16 Thread Ed Maste
Author: emaste Date: Sun Jul 16 19:20:15 2017 New Revision: 321053 URL: https://svnweb.freebsd.org/changeset/base/321053 Log: MFC r319219: add a sanity check before installworld on the running system FreeBSD does not guarantee kernel forward compatibility (that is, running a newer userlan

svn commit: r321052 - stable/11/sys/dev/psci

2017-07-16 Thread Ed Maste
Author: emaste Date: Sun Jul 16 19:16:02 2017 New Revision: 321052 URL: https://svnweb.freebsd.org/changeset/base/321052 Log: MFC r320065: arm: add .arch_extension sec for smc instruction Clang 4.0 accepts the smc instruction with or without specifying .arch_extension sec, but Clang 5.0 p

svn commit: r321051 - in stable: 10/sys/conf 11/sys/conf

2017-07-16 Thread Glen Barber
Author: gjb Date: Sun Jul 16 17:36:23 2017 New Revision: 321051 URL: https://svnweb.freebsd.org/changeset/base/321051 Log: MFC r320969: Fix a missing comment marker. Sponsored by: The FreeBSD Foundation Modified: stable/11/sys/conf/NOTES Directory Properties: stable/11/ (props cha

svn commit: r321051 - in stable: 10/sys/conf 11/sys/conf

2017-07-16 Thread Glen Barber
Author: gjb Date: Sun Jul 16 17:36:23 2017 New Revision: 321051 URL: https://svnweb.freebsd.org/changeset/base/321051 Log: MFC r320969: Fix a missing comment marker. Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/conf/NOTES Directory Properties: stable/10/ (props cha

svn commit: r321050 - releng/11.1/release/doc/en_US.ISO8859-1/relnotes

2017-07-16 Thread Glen Barber
Author: gjb Date: Sun Jul 16 17:29:27 2017 New Revision: 321050 URL: https://svnweb.freebsd.org/changeset/base/321050 Log: Document r307265, vfs.zfs.compressed_arc_enabled. Proxied by: allanjude, emaste Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: rele

svn commit: r321049 - stable/11/sys/arm/arm

2017-07-16 Thread Ed Maste
Author: emaste Date: Sun Jul 16 17:04:56 2017 New Revision: 321049 URL: https://svnweb.freebsd.org/changeset/base/321049 Log: MFC r320056: arm: set appropriate section flags for .init_pagetable The arm kernel linker scripts place the .init_pagetable section in .bss, but .init_pagetable ha

svn commit: r321048 - head/sys/kern

2017-07-16 Thread Ian Lepore
Author: ian Date: Sun Jul 16 16:54:03 2017 New Revision: 321048 URL: https://svnweb.freebsd.org/changeset/base/321048 Log: Minor optimization: instead of converting between days and years using loops that start in 1970, assume most conversions are going to be for recent dates and use a preco

svn commit: r321047 - stable/11/share/misc

2017-07-16 Thread Baptiste Daroussin
Author: bapt Date: Sun Jul 16 16:51:38 2017 New Revision: 321047 URL: https://svnweb.freebsd.org/changeset/base/321047 Log: MFC r320988: Update pci_vendors to 2017.07.13 Modified: stable/11/share/misc/pci_vendors Directory Properties: stable/11/ (props changed) Modified: stable/11/s

svn commit: r321046 - head/contrib/elftoolchain/readelf

2017-07-16 Thread Ed Maste
Author: emaste Date: Sun Jul 16 16:22:52 2017 New Revision: 321046 URL: https://svnweb.freebsd.org/changeset/base/321046 Log: readelf: correct printing of DT_FILTER and DT_AUXILIARY values Previously these were shown only for MIPS objects. Obtained from:ELF Tool Chain r3564 M

svn commit: r321045 - head/contrib/elftoolchain/readelf

2017-07-16 Thread Ed Maste
Author: emaste Date: Sun Jul 16 12:30:39 2017 New Revision: 321045 URL: https://svnweb.freebsd.org/changeset/base/321045 Log: readelf: fix printing of DT_FILTER and some other DT_* values Some non-processor-specific DT_* values overlap the range DT_LOPROC to DT_HIPROC. Handle common ones

Re: svn commit: r320927 - in head: contrib/libarchive contrib/libarchive/libarchive contrib/libarchive/libarchive/test usr.bin/bsdcat usr.bin/cpio usr.bin/tar

2017-07-16 Thread Cy Schubert
In message , Ngie Cooper writes: > On Wed, Jul 12, 2017 at 5:28 PM, Martin Matuska wrote: > > Author: mm > > Date: Thu Jul 13 00:28:36 2017 > > New Revision: 320927 > > URL: https://svnweb.freebsd.org/changeset/base/320927 > > > > Log: > > MFV r320924: > > Bump libarchive to 3.3.2 > > > > V

svn commit: r321041 - head/sys/ufs/ffs

2017-07-16 Thread Konstantin Belousov
Author: kib Date: Sun Jul 16 07:12:04 2017 New Revision: 321041 URL: https://svnweb.freebsd.org/changeset/base/321041 Log: Remove write-only variable. Tested by:pho Sponsored by: The FreeBSD Foundation Modified: head/sys/ufs/ffs/ffs_alloc.c Modified: head/sys/ufs/ffs/ffs_alloc.c =

svn commit: r321040 - head/sys/ufs/ffs

2017-07-16 Thread Konstantin Belousov
Author: kib Date: Sun Jul 16 07:11:29 2017 New Revision: 321040 URL: https://svnweb.freebsd.org/changeset/base/321040 Log: A followup to r320453, correct removal of the blocks from UFS snapshots. Tested by:pho PR:220693 Sponsored by: The FreeBSD Foundation Modified: head/sys/