Re: svn commit: r320156 - in head: cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/ztest cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contr

2017-06-22 Thread Andriy Gapon
On 23/06/2017 06:10, Justin Hibbits wrote: > This commit breaks gcc builds with new warnings introduced: > > /home/chmeee/freebsd/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c: > In function 'arc_kmem_reap_now': > /home/chmeee/freebsd/head/sys/cddl/contrib/opensolaris/uts/common/fs/zf

svn commit: r320259 - head/sys/dev/jedec_ts

2017-06-22 Thread Andriy Gapon
Author: avg Date: Fri Jun 23 06:25:39 2017 New Revision: 320259 URL: https://svnweb.freebsd.org/changeset/base/320259 Log: jedec_ts: read device id from the correct register Due to my braino / typo the driver was reading the Vendor ID register twice. MFC after:3 days Modified:

svn commit: r320258 - head/share/mk

2017-06-22 Thread Ed Maste
Author: emaste Date: Fri Jun 23 03:55:00 2017 New Revision: 320258 URL: https://svnweb.freebsd.org/changeset/base/320258 Log: change GNU ld LINKER_TYPE from binutils to bfd GNU binutils includes two linkers: ld.bfd and ld.gold. For clarity use LINKER_TYPE=bfd to refer to ld.bfd, the orig

Re: svn commit: r320156 - in head: cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/ztest cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contr

2017-06-22 Thread Justin Hibbits
Hi Andriy, On Tuesday, June 20, 2017, Andriy Gapon wrote: > Author: avg > Date: Tue Jun 20 17:39:24 2017 > New Revision: 320156 > URL: https://svnweb.freebsd.org/changeset/base/320156 > > Log: > MFV r318946: 8021 ARC buf data scatter-ization > > illumos/illumos-gate@770499e185d15678ccb0be57e

svn commit: r320257 - in head/contrib/ipfilter: lib tools

2017-06-22 Thread Cy Schubert
Author: cy Date: Fri Jun 23 02:42:04 2017 New Revision: 320257 URL: https://svnweb.freebsd.org/changeset/base/320257 Log: Replace AF_INET6 ifdefs with USE_INET6 ifdefs. This is more consistent and guaranteed to build everywhere in ipfilter. Not all of this commit can be MFCed. Some is ori

Re: svn commit: r320242 - head/etc/ntp

2017-06-22 Thread Cy Schubert
In message <201706230210.v5n2at0l075...@slippy.cwsent.com>, Cy Schubert writes: > In message <2caa5927-9919-ce19-93f4-1005a5257...@freebsd.org>, Allan Jude > write > s: > > On 2017-06-22 21:04, Cy Schubert wrote: > > > In message <1498161747.66489.10.ca...@freebsd.org>, Ian Lepore writes: > > >>

Re: svn commit: r320242 - head/etc/ntp

2017-06-22 Thread Cy Schubert
In message <2caa5927-9919-ce19-93f4-1005a5257...@freebsd.org>, Allan Jude write s: > On 2017-06-22 21:04, Cy Schubert wrote: > > In message <1498161747.66489.10.ca...@freebsd.org>, Ian Lepore writes: > >> On Thu, 2017-06-22 at 19:25 +, Cy Schubert wrote: > >>> Author: cy > >>> Date: Thu Jun 22

Re: svn commit: r320242 - head/etc/ntp

2017-06-22 Thread Allan Jude
On 2017-06-22 21:04, Cy Schubert wrote: > In message <1498161747.66489.10.ca...@freebsd.org>, Ian Lepore writes: >> On Thu, 2017-06-22 at 19:25 +, Cy Schubert wrote: >>> Author: cy >>> Date: Thu Jun 22 19:25:17 2017 >>> New Revision: 320242 >>> URL: https://svnweb.freebsd.org/changeset/base/320

Re: svn commit: r320242 - head/etc/ntp

2017-06-22 Thread Cy Schubert
In message <1498161747.66489.10.ca...@freebsd.org>, Ian Lepore writes: > On Thu, 2017-06-22 at 19:25 +, Cy Schubert wrote: > > Author: cy > > Date: Thu Jun 22 19:25:17 2017 > > New Revision: 320242 > > URL: https://svnweb.freebsd.org/changeset/base/320242 > > > > Log: > >   Update leap-second

svn commit: r320256 - head/etc/ntp

2017-06-22 Thread Cy Schubert
Author: cy Date: Fri Jun 23 01:05:49 2017 New Revision: 320256 URL: https://svnweb.freebsd.org/changeset/base/320256 Log: Replace the leap-seconds file in r320242 from USNO - ftp://tycho.usno.navy.mil/pub/ntp/leap-seconds.3701462400 - with a leap-seconds file from NIST at ftp://time.nist.gov

svn commit: r320255 - in head: lib/libc/sys share/man/man4

2017-06-22 Thread Alan Somers
Author: asomers Date: Fri Jun 23 00:40:09 2017 New Revision: 320255 URL: https://svnweb.freebsd.org/changeset/base/320255 Log: Clarify usage of aio(4) with kqueue(2) Reviewed by: jhb MFC after:3 weeks Differential Revision:https://reviews.freebsd.org/D11299 Modified: hea

Re: svn commit: r320048 - head/usr.bin/mkuzip

2017-06-22 Thread Conrad Meyer
ffd is leaked in return paths. Coverity CID 1376420. On Fri, Jun 16, 2017 at 7:58 PM, Maxim Sobolev wrote: > Author: sobomax > Date: Sat Jun 17 02:58:31 2017 > New Revision: 320048 > URL: https://svnweb.freebsd.org/changeset/base/320048 > > Log: > o Move logic that determines size of the input

svn commit: r320254 - head/release/arm64

2017-06-22 Thread Glen Barber
Author: gjb Date: Fri Jun 23 00:27:40 2017 New Revision: 320254 URL: https://svnweb.freebsd.org/changeset/base/320254 Log: Fix, for the fourth or fifth time now, looking up where boot1.efi is located. MFC after:5 days X-MFC-Note: maybe X-MFC-With: r320252, r320253 Sponsored

svn commit: r320253 - head/release/arm64

2017-06-22 Thread Glen Barber
Author: gjb Date: Fri Jun 23 00:11:34 2017 New Revision: 320253 URL: https://svnweb.freebsd.org/changeset/base/320253 Log: Remove two configuration entries used for debugging that snuck in. MFC after:5 days X-MFC-Note: maybe X-MFC-With: r320252 Sponsored by: The FreeBSD Founda

svn commit: r320252 - in head/release: . arm64 tools

2017-06-22 Thread Glen Barber
Author: gjb Date: Fri Jun 23 00:08:36 2017 New Revision: 320252 URL: https://svnweb.freebsd.org/changeset/base/320252 Log: In release/release.sh: - Rename chroot_arm_armv6_build_release() to chroot_arm_build_release() and make it hardware agnostic (such as armv6 -vs- armv7 -vs- arm64).

Re: svn commit: r306806 - head/usr.bin/dtc

2017-06-22 Thread Conrad Meyer
Hi Ed, I suspect this commit accidentally introduced a bug in define handling and was detected by Coverity as dead code (CID 1376409). On Fri, Oct 7, 2016 at 5:57 AM, Ed Maste wrote: > Author: emaste > Date: Fri Oct 7 12:57:35 2016 > New Revision: 306806 > URL: https://svnweb.freebsd.org/change

svn commit: r320250 - head/share/mk

2017-06-22 Thread Bryan Drewery
Author: bdrewery Date: Thu Jun 22 22:53:10 2017 New Revision: 320250 URL: https://svnweb.freebsd.org/changeset/base/320250 Log: Provide proper values for X_LINKER_TYPE/VERSION when XLD == LD. MFC after:2 weeks Sponsored by: Dell EMC Isilon Modified: head/share/mk/bsd.linker.mk Mod

Re: svn commit: r320248 - head/share/mk

2017-06-22 Thread Bryan Drewery
On 6/22/2017 2:44 PM, O. Hartmann wrote: > Am Thu, 22 Jun 2017 21:22:12 + (UTC) > Bryan Drewery schrieb: > >> Author: bdrewery >> Date: Thu Jun 22 21:22:12 2017 >> New Revision: 320248 >> URL: https://svnweb.freebsd.org/changeset/base/320248 >> >> Log: >> LINKER_VERSION: Support external bi

svn commit: r320249 - head/share/mk

2017-06-22 Thread Bryan Drewery
Author: bdrewery Date: Thu Jun 22 22:53:07 2017 New Revision: 320249 URL: https://svnweb.freebsd.org/changeset/base/320249 Log: Don't overwrite already-set LINKER_VERSION/LINKER_TYPE. MFC after:2 weeks Sponsored by: Dell EMC Isilon Modified: head/share/mk/bsd.linker.mk Modified: h

Re: svn commit: r320248 - head/share/mk

2017-06-22 Thread Bryan Drewery
On 6/22/2017 2:44 PM, O. Hartmann wrote: > Am Thu, 22 Jun 2017 21:22:12 + (UTC) > Bryan Drewery schrieb: > >> Author: bdrewery >> Date: Thu Jun 22 21:22:12 2017 >> New Revision: 320248 >> URL: https://svnweb.freebsd.org/changeset/base/320248 >> >> Log: >> LINKER_VERSION: Support external bi

Re: svn commit: r320248 - head/share/mk

2017-06-22 Thread O. Hartmann
Am Thu, 22 Jun 2017 21:22:12 + (UTC) Bryan Drewery schrieb: > Author: bdrewery > Date: Thu Jun 22 21:22:12 2017 > New Revision: 320248 > URL: https://svnweb.freebsd.org/changeset/base/320248 > > Log: > LINKER_VERSION: Support external binutils. > > The ports binutils stores the versio

svn commit: r320248 - head/share/mk

2017-06-22 Thread Bryan Drewery
Author: bdrewery Date: Thu Jun 22 21:22:12 2017 New Revision: 320248 URL: https://svnweb.freebsd.org/changeset/base/320248 Log: LINKER_VERSION: Support external binutils. The ports binutils stores the version in the 5th word so just look for a version using a pattern instead. Reporte

svn commit: r320245 - head/share/mk

2017-06-22 Thread Bryan Drewery
Author: bdrewery Date: Thu Jun 22 21:03:24 2017 New Revision: 320245 URL: https://svnweb.freebsd.org/changeset/base/320245 Log: Support XLD for setting X_LINKER_TYPE and X_LINKER_VERSION. This is similar to r300350 for bsd.compiler.mk. MFC after:2 weeks Reviewed by: emaste Spo

svn commit: r320244 - head/share/mk

2017-06-22 Thread Bryan Drewery
Author: bdrewery Date: Thu Jun 22 21:03:20 2017 New Revision: 320244 URL: https://svnweb.freebsd.org/changeset/base/320244 Log: Add basic bsd.linker.mk auto included from bsd.compiler.mk. This will provide LINKER_TYPE and LINKER_VERSION. MFC after:2 weeks Reviewed by: emaste S

svn commit: r320247 - head

2017-06-22 Thread Bryan Drewery
Author: bdrewery Date: Thu Jun 22 21:03:30 2017 New Revision: 320247 URL: https://svnweb.freebsd.org/changeset/base/320247 Log: Pass along LINKER_* vars during installworld and show in test-system-compiler. Sponsored by: Dell EMC Isilon Modified: head/Makefile.inc1 Modified: head/Makefi

svn commit: r320246 - head/share/mk

2017-06-22 Thread Bryan Drewery
Author: bdrewery Date: Thu Jun 22 21:03:27 2017 New Revision: 320246 URL: https://svnweb.freebsd.org/changeset/base/320246 Log: Support cached linker values in environment. This is similar to r289659 for bsd.compiler.mk. MFC after:2 weeks Reviewed by: emaste Sponsored by: Dell

svn commit: r320243 - head/share/mk

2017-06-22 Thread Bryan Drewery
Author: bdrewery Date: Thu Jun 22 20:32:23 2017 New Revision: 320243 URL: https://svnweb.freebsd.org/changeset/base/320243 Log: Fix spelling error. Reported by: arc Sponsored by: Dell EMC Isilon Modified: head/share/mk/bsd.compiler.mk Modified: head/share/mk/bsd.compiler.mk =

Re: svn commit: r320242 - head/etc/ntp

2017-06-22 Thread Ian Lepore
On Thu, 2017-06-22 at 19:25 +, Cy Schubert wrote: > Author: cy > Date: Thu Jun 22 19:25:17 2017 > New Revision: 320242 > URL: https://svnweb.freebsd.org/changeset/base/320242 > > Log: >   Update leap-seconds to leap-seconds.3701462400. >  > > Modified: head/etc/ntp/leap-seconds >

svn commit: r320242 - head/etc/ntp

2017-06-22 Thread Cy Schubert
Author: cy Date: Thu Jun 22 19:25:17 2017 New Revision: 320242 URL: https://svnweb.freebsd.org/changeset/base/320242 Log: Update leap-seconds to leap-seconds.3701462400. As per https://datacenter.iers.org/eop/-/somos/5Rgv/latest/16: INTERNATIONAL EARTH ROTATION AND REFERENCE SYSTE

svn commit: r320240 - head/include

2017-06-22 Thread Ed Schouten
Author: ed Date: Thu Jun 22 18:39:52 2017 New Revision: 320240 URL: https://svnweb.freebsd.org/changeset/base/320240 Log: Use __ISO_C_VISIBLE, as opposed to testing __STDC_VERSION__. FreeBSD's C library uses __STDC_VERSION__ to determine whether the compiler provides language features spe

Re: svn commit: r320234 - head/sys/boot/efi/include

2017-06-22 Thread Ed Maste
On 22 June 2017 at 14:23, Dimitry Andric wrote: >> Modified: head/sys/boot/efi/include/efidef.h >> == >> --- head/sys/boot/efi/include/efidef.hThu Jun 22 13:31:44 2017 >> (r320233) >> +++ head/sys/boot/efi/

Re: svn commit: r320234 - head/sys/boot/efi/include

2017-06-22 Thread Toomas Soome
> On 22. juuni 2017, at 21:23, Dimitry Andric wrote: > > On 22 Jun 2017, at 16:30, Ed Maste wrote: >> >> Author: emaste >> Date: Thu Jun 22 14:30:09 2017 >> New Revision: 320234 >> URL: https://svnweb.freebsd.org/changeset/base/320234 >> >> Log: >> Make structure padding explicit in EFI_MEMOR

Re: svn commit: r320234 - head/sys/boot/efi/include

2017-06-22 Thread Dimitry Andric
On 22 Jun 2017, at 16:30, Ed Maste wrote: > > Author: emaste > Date: Thu Jun 22 14:30:09 2017 > New Revision: 320234 > URL: https://svnweb.freebsd.org/changeset/base/320234 > > Log: > Make structure padding explicit in EFI_MEMORY_DESCRIPTOR > > The EFI memory descriptor 64-bit aligns Physical

svn commit: r320239 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-06-22 Thread Andriy Gapon
Author: avg Date: Thu Jun 22 17:10:34 2017 New Revision: 320239 URL: https://svnweb.freebsd.org/changeset/base/320239 Log: MFV r319950: 5220 L2ARC does not support devices that do not provide 512B access FreeBSD note: the actual change has been in FreeBSD since r297848. This commit acco

svn commit: r320238 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-06-22 Thread Andriy Gapon
Author: avg Date: Thu Jun 22 16:58:09 2017 New Revision: 320238 URL: https://svnweb.freebsd.org/changeset/base/320238 Log: MFV r319742: 8056 zfs send size estimate is inaccurate for some zvols illumos/illumos-gate@0255edcc85fc0cd1dda0e49bcd52eb66c06a1b16 https://github.com/illumos/illumo

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

2017-06-22 Thread Andriy Gapon
Author: avg Date: Thu Jun 22 16:52:22 2017 New Revision: 320237 URL: https://svnweb.freebsd.org/changeset/base/320237 Log: MFV r318947: 7578 Fix/improve some aspects of ZIL writing. FreeBSD note: this commit removes small differences between what mav committed to FreeBSD in r308782 and wh

svn commit: r320236 - head/sys/sys

2017-06-22 Thread Conrad Meyer
Author: cem Date: Thu Jun 22 15:52:18 2017 New Revision: 320236 URL: https://svnweb.freebsd.org/changeset/base/320236 Log: sglist.h: Fix sg_refs signedness to match refcount(9) PR: 220122 Reported by: Mark Millard Sponsored by: Dell EMC Isilon Modified: head/sys/sys/sglis

svn commit: r320235 - head/sys/conf

2017-06-22 Thread Ed Maste
Author: emaste Date: Thu Jun 22 15:09:42 2017 New Revision: 320235 URL: https://svnweb.freebsd.org/changeset/base/320235 Log: retire arm64 kernel module linker workaround Relocatable linking in aarch64 ld from binutils 2.25.1 does not work. The linker corrupts the references to the extern

svn commit: r320234 - head/sys/boot/efi/include

2017-06-22 Thread Ed Maste
Author: emaste Date: Thu Jun 22 14:30:09 2017 New Revision: 320234 URL: https://svnweb.freebsd.org/changeset/base/320234 Log: Make structure padding explicit in EFI_MEMORY_DESCRIPTOR The EFI memory descriptor 64-bit aligns PhysicalStart on both 32- and 64-bit platforms. Make the padding

svn commit: r320232 - head/contrib/ipfilter/tools

2017-06-22 Thread Cy Schubert
Author: cy Date: Thu Jun 22 12:46:48 2017 New Revision: 320232 URL: https://svnweb.freebsd.org/changeset/base/320232 Log: In poolnodcommand(): TTL (-T) is only valid when adding a node to a pool (ippool -a) not when removing a node from a pool (ippool -r). Flag -T as an error in ippool -r.

Re: svn commit: r320174 - head/share/mk

2017-06-22 Thread Edward Napierala
2017-06-20 21:52 GMT+01:00 Bryan Drewery : > Author: bdrewery > Date: Tue Jun 20 20:52:06 2017 > New Revision: 320174 > URL: https://svnweb.freebsd.org/changeset/base/320174 > > Log: > Fix 'make clean all' to work again. > > This likely broke completely with r308599. > > Apply the same fix f