Re: svn commit: r312770 - in head/sys: net netinet netinet6

2017-01-26 Thread Bruce Evans
On Thu, 26 Jan 2017, Gleb Smirnoff wrote: On Thu, Jan 26, 2017 at 02:03:05PM +1100, Bruce Evans wrote: B> On Thu, 26 Jan 2017, Konstantin Belousov wrote: B> B> > On Wed, Jan 25, 2017 at 02:20:06PM -0800, Gleb Smirnoff wrote: B> >> Thanks, Luiz! B> >> B> >> One stylistic nit that I missed in

svn commit: r312859 - head/sys/arm/ti/am335x

2017-01-26 Thread Ian Lepore
Author: ian Date: Fri Jan 27 04:08:24 2017 New Revision: 312859 URL: https://svnweb.freebsd.org/changeset/base/312859 Log: Configure the timer capture pin to input mode in the timer control register, in addition to configuring it as input with the pinmux driver. There was a control

svn commit: r312857 - head

2017-01-26 Thread Ed Maste
Author: emaste Date: Fri Jan 27 03:43:18 2017 New Revision: 312857 URL: https://svnweb.freebsd.org/changeset/base/312857 Log: Use cross-NM (XNM) in compat32 build An attempt to build mips64 using external toolchain failed as it tried to use the host amd64 nm. MFC after:1 month

svn commit: r312855 - in head: . gnu/usr.bin/binutils/ld share/mk tools/build/options usr.bin/clang/lld

2017-01-26 Thread Ed Maste
Author: emaste Date: Fri Jan 27 01:59:12 2017 New Revision: 312855 URL: https://svnweb.freebsd.org/changeset/base/312855 Log: Rename LLD_AS_LD to LLD_IS_LD, for consistency with CLANG_IS_CC Reported by: Dan McGregor Added: head/tools/build/options/WITHOUT_LLD_IS_LD - copied

svn commit: r312854 - head/sys/net80211

2017-01-26 Thread Adrian Chadd
Author: adrian Date: Fri Jan 27 01:24:24 2017 New Revision: 312854 URL: https://svnweb.freebsd.org/changeset/base/312854 Log: [net80211] prepare configuration checks for VHT, fragment-offload and seqno-offload. * allocate an ext bit for fragment offload. Some NICs (like the ath10k

svn commit: r312853 - head/sys/dev/ath

2017-01-26 Thread Adrian Chadd
Author: adrian Date: Fri Jan 27 01:17:00 2017 New Revision: 312853 URL: https://svnweb.freebsd.org/changeset/base/312853 Log: [ath] fix "doing stuff before wakeup" warning; add comments for ACK/CTS handling during DFS/PASSIVE channels * Although the hardware is awake, the power state

svn commit: r312852 - head/sys/cam

2017-01-26 Thread Jung-uk Kim
Author: jkim Date: Fri Jan 27 00:17:07 2017 New Revision: 312852 URL: https://svnweb.freebsd.org/changeset/base/312852 Log: Fix libcam build. It was broken with r312827. Modified: head/sys/cam/cam_xpt.h Modified: head/sys/cam/cam_xpt.h

Re: svn commit: r312770 - in head/sys: net netinet netinet6

2017-01-26 Thread Gleb Smirnoff
On Thu, Jan 26, 2017 at 02:03:05PM +1100, Bruce Evans wrote: B> On Thu, 26 Jan 2017, Konstantin Belousov wrote: B> B> > On Wed, Jan 25, 2017 at 02:20:06PM -0800, Gleb Smirnoff wrote: B> >> Thanks, Luiz! B> >> B> >> One stylistic nit that I missed in review: B> >> B> >> L> static int B> >> L>

svn commit: r312833 - head/sys/mips/conf

2017-01-26 Thread Kurt Lidl
Author: lidl Date: Thu Jan 26 20:45:04 2017 New Revision: 312833 URL: https://svnweb.freebsd.org/changeset/base/312833 Log: Remove 'options NO_SWAPPING' from ERL configuration file Modified: head/sys/mips/conf/ERL Modified: head/sys/mips/conf/ERL

svn commit: r312832 - in head/contrib/llvm: include/llvm/Analysis lib/Analysis lib/Transforms/Scalar

2017-01-26 Thread Dimitry Andric
Author: dim Date: Thu Jan 26 20:39:43 2017 New Revision: 312832 URL: https://svnweb.freebsd.org/changeset/base/312832 Log: Pull in r278160 from upstream llvm trunk (by Wei Mi): Recommit "Use ValueOffsetPair to enhance value reuse during SCEV expansion". The fix for PR28705

svn commit: r312831 - in head/contrib/llvm: include/llvm/Analysis lib/Analysis

2017-01-26 Thread Dimitry Andric
Author: dim Date: Thu Jan 26 20:18:28 2017 New Revision: 312831 URL: https://svnweb.freebsd.org/changeset/base/312831 Log: Revert r312765 for now, since it causes assertions when building lang/spidermonkey24. Reported by: antoine PR: 215649 Modified:

svn commit: r312830 - head/sys/cam

2017-01-26 Thread Scott Long
Author: scottl Date: Thu Jan 26 20:18:03 2017 New Revision: 312830 URL: https://svnweb.freebsd.org/changeset/base/312830 Log: Fix a development mis-merge from r312827 Sponsored by: Netflix Modified: head/sys/cam/cam_xpt.c Modified: head/sys/cam/cam_xpt.c

svn commit: r312827 - head/sys/cam

2017-01-26 Thread Scott Long
Author: scottl Date: Thu Jan 26 20:08:58 2017 New Revision: 312827 URL: https://svnweb.freebsd.org/changeset/base/312827 Log: Refactor xpt_print_path, xpt_print, and xpt_path_string. Implement all of them in terms of an sbuf-based back-end, xpt_path_sbuf. This unifies the implementation,

svn commit: r312825 - in head: crypto/openssl crypto/openssl/apps crypto/openssl/crypto crypto/openssl/crypto/aes/asm crypto/openssl/crypto/asn1 crypto/openssl/crypto/bn crypto/openssl/crypto/bn/as...

2017-01-26 Thread Jung-uk Kim
Author: jkim Date: Thu Jan 26 19:10:29 2017 New Revision: 312825 URL: https://svnweb.freebsd.org/changeset/base/312825 Log: Merge OpenSSL 1.0.2k. Modified: head/crypto/openssl/CHANGES head/crypto/openssl/CONTRIBUTING head/crypto/openssl/Configure head/crypto/openssl/INSTALL

svn commit: r312822 - head/sys/mips/conf

2017-01-26 Thread Ed Maste
Author: emaste Date: Thu Jan 26 18:18:35 2017 New Revision: 312822 URL: https://svnweb.freebsd.org/changeset/base/312822 Log: Enable modules in the MIPS ERL kernel config As reported by cperciva[1], modules are beneficial for typical Edgerouter Lite use cases. [1]

svn commit: r312821 - in head/sys/modules: . usb

2017-01-26 Thread Ed Maste
Author: emaste Date: Thu Jan 26 18:05:31 2017 New Revision: 312821 URL: https://svnweb.freebsd.org/changeset/base/312821 Log: mips: exclude modules that fail to build Modified: head/sys/modules/Makefile head/sys/modules/usb/Makefile Modified: head/sys/modules/Makefile

svn commit: r312820 - head/sys/modules

2017-01-26 Thread Ed Maste
Author: emaste Date: Thu Jan 26 17:59:54 2017 New Revision: 312820 URL: https://svnweb.freebsd.org/changeset/base/312820 Log: Disconnect netfpga10g module from the build It only builds with the non-default DEVICE_POLLING option. Approved by: bz Modified: head/sys/modules/Makefile

Re: svn commit: r311993 - head/sys/dev/nand

2017-01-26 Thread Ronald Klop
Should this be merged to 11-stable also? I got a build failure on this with 11/arm. Ronald. On Thu, 12 Jan 2017 19:05:12 +0100, Alexander Kabaev wrote: Author: kan Date: Thu Jan 12 18:05:12 2017 New Revision: 311993 URL: https://svnweb.freebsd.org/changeset/base/311993

svn commit: r312818 - head/share/man/man9

2017-01-26 Thread David E. O'Brien
Author: obrien Date: Thu Jan 26 16:36:12 2017 New Revision: 312818 URL: https://svnweb.freebsd.org/changeset/base/312818 Log: Correct grammar. Modified: head/share/man/man9/printf.9 Modified: head/share/man/man9/printf.9

svn commit: r312816 - head/sys/net

2017-01-26 Thread Sean Bruno
Author: sbruno Date: Thu Jan 26 13:50:09 2017 New Revision: 312816 URL: https://svnweb.freebsd.org/changeset/base/312816 Log: Minor style annoyance. Submitted by: bde Modified: head/sys/net/iflib.c Modified: head/sys/net/iflib.c

svn commit: r312815 - head/sys/kern

2017-01-26 Thread Sean Bruno
Author: sbruno Date: Thu Jan 26 13:48:45 2017 New Revision: 312815 URL: https://svnweb.freebsd.org/changeset/base/312815 Log: A few more style bugs lying around in here. Submitted by: bde Modified: head/sys/kern/subr_gtaskqueue.c Modified: head/sys/kern/subr_gtaskqueue.c

svn commit: r312814 - head/sys/sys

2017-01-26 Thread Sean Bruno
Author: sbruno Date: Thu Jan 26 13:46:47 2017 New Revision: 312814 URL: https://svnweb.freebsd.org/changeset/base/312814 Log: Shoot a couple of style bugs down in the macro declarations. Submitted by: bde Modified: head/sys/sys/gtaskqueue.h Modified: head/sys/sys/gtaskqueue.h

svn commit: r312813 - in head/sys: arm/mv dev/fdt

2017-01-26 Thread Andrew Turner
Author: andrew Date: Thu Jan 26 13:04:14 2017 New Revision: 312813 URL: https://svnweb.freebsd.org/changeset/base/312813 Log: Make fdt_pm_mask_table internal to the Marvell code, it's unued anywhere else. Sponsored by: ABT Systems Ltd Modified: head/sys/arm/mv/mv_common.c

Re: svn commit: r312747 - head/sys/arm/mv

2017-01-26 Thread Wojciech Macek
Fixed in https://svnweb.freebsd.org/changeset/base/312812 Regards, Wojtek 2017-01-26 2:56 GMT+01:00 Ed Maste : > On 25 January 2017 at 05:31, Wojciech Macek wrote: > > Author: wma > > Date: Wed Jan 25 10:31:16 2017 > > New Revision: 312747 > > URL:

svn commit: r312812 - head/sys/arm/mv

2017-01-26 Thread Wojciech Macek
Author: wma Date: Thu Jan 26 11:14:23 2017 New Revision: 312812 URL: https://svnweb.freebsd.org/changeset/base/312812 Log: Add dummy functions for Marvell SoC's not equipped with AHCI Commit r312747 ("Setup decoding windows for ARMADA38X") resulted in build failing for Marvell platforms,

Re: svn commit: r312792 - in head/sys/arm: arm include

2017-01-26 Thread Svatopluk Kraus
Thank you. On Thu, Jan 26, 2017 at 6:23 AM, Jason A. Harmening wrote: > Author: jah > Date: Thu Jan 26 05:23:33 2017 > New Revision: 312792 > URL: https://svnweb.freebsd.org/changeset/base/312792 > > Log: > Further cleanup of per-CPU armv6 pmap data: > > - Replace