svn commit: r308285 - head/sys/arm/conf

2016-11-03 Thread Emmanuel Vadot
Author: manu Date: Fri Nov 4 04:47:08 2016 New Revision: 308285 URL: https://svnweb.freebsd.org/changeset/base/308285 Log: Add Allwinner UP SoC support to GENERIC on armv6 Relnotes: yes Modified: head/sys/arm/conf/GENERIC Modified: head/sys/arm/conf/GENERIC

svn commit: r308278 - head/sys/dev/hyperv/vmbus

2016-11-03 Thread Sepherosa Ziehau
Author: sephe Date: Fri Nov 4 01:14:41 2016 New Revision: 308278 URL: https://svnweb.freebsd.org/changeset/base/308278 Log: hyperv/vmbus: Reset ch_dev, once the child is deleted. So it will not be mis-used later on, e.g. in vmbus_chan_printf(). Submitted by: dexuan Reported by:

svn commit: r308270 - head/contrib/tzdata

2016-11-03 Thread Glen Barber
Author: gjb Date: Thu Nov 3 23:34:11 2016 New Revision: 308270 URL: https://svnweb.freebsd.org/changeset/base/308270 Log: MFV r308265: Update tzdata to 2016i. Sponsored by: The FreeBSD Foundation Added: head/contrib/tzdata/CONTRIBUTING - copied unchanged from r308265,

svn commit: r308269 - head/sys/arm/allwinner

2016-11-03 Thread Jared McNeill
Author: jmcneill Date: Thu Nov 3 23:22:04 2016 New Revision: 308269 URL: https://svnweb.freebsd.org/changeset/base/308269 Log: Add support for Allwinner H3 audio codec. The audio controller in the H3 is more or less the same as A10/A20 except some registers are shuffled around. The

svn commit: r308268 - head/sys/x86/x86

2016-11-03 Thread Adrian Chadd
Author: adrian Date: Thu Nov 3 23:11:33 2016 New Revision: 308268 URL: https://svnweb.freebsd.org/changeset/base/308268 Log: Add a witness check to enforce that no non-sleeping locks are held when they shouldn't be. I used this during driver bring-up to find that the Linux driver holds

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

2016-11-03 Thread Adrian Chadd
Author: adrian Date: Thu Nov 3 23:05:39 2016 New Revision: 308267 URL: https://svnweb.freebsd.org/changeset/base/308267 Log: [ath] add the MIMO per-chain RSSI and noise floor information. This is a long time coming. The general pieces have been floating around in a local repo since

svn commit: r308264 - in head: include lib/libc/gen

2016-11-03 Thread Ed Schouten
Author: ed Date: Thu Nov 3 20:21:34 2016 New Revision: 308264 URL: https://svnweb.freebsd.org/changeset/base/308264 Log: Replace basename(3) by a thread-safe implementation. Now that the changes to the dirname(3) function had some time to settle, let's go ahead and use the same approach

Re: svn commit: r308130 - in head: . gnu/lib/libgcc gnu/usr.bin/binutils gnu/usr.bin/binutils/ld gnu/usr.bin/binutils/libbfd gnu/usr.bin/cc gnu/usr.bin/gdb gnu/usr.bin/gdb/libgdb lib/libc lib/libc/mip

2016-11-03 Thread Ruslan Bukin
On Thu, Nov 03, 2016 at 12:39:48PM -0700, Bryan Drewery wrote: > On 10/31/16 8:33 AM, Ruslan Bukin wrote: > > Modified: head/share/mk/bsd.cpu.mk > > == > > --- head/share/mk/bsd.cpu.mkMon Oct 31 15:11:55 2016

Re: svn commit: r308130 - in head: . gnu/lib/libgcc gnu/usr.bin/binutils gnu/usr.bin/binutils/ld gnu/usr.bin/binutils/libbfd gnu/usr.bin/cc gnu/usr.bin/gdb gnu/usr.bin/gdb/libgdb lib/libc lib/libc/mip

2016-11-03 Thread Bryan Drewery
On 10/31/16 8:33 AM, Ruslan Bukin wrote: > Modified: head/share/mk/bsd.cpu.mk > == > --- head/share/mk/bsd.cpu.mk Mon Oct 31 15:11:55 2016(r308129) > +++ head/share/mk/bsd.cpu.mk Mon Oct 31 15:33:58 2016

svn commit: r308262 - head/share/mk

2016-11-03 Thread Bryan Drewery
Author: bdrewery Date: Thu Nov 3 19:39:32 2016 New Revision: 308262 URL: https://svnweb.freebsd.org/changeset/base/308262 Log: Use proper MACHINE_ARCH. This fixes ports on mips after r308130. Modified: head/share/mk/bsd.cpu.mk Modified: head/share/mk/bsd.cpu.mk

svn commit: r308261 - head/sys/vm

2016-11-03 Thread Alan Cox
Author: alc Date: Thu Nov 3 16:44:55 2016 New Revision: 308261 URL: https://svnweb.freebsd.org/changeset/base/308261 Log: In vm_fault()'s loop over the shadow chain, move a comment describing our invariants to a better place. Also, add two comments concerning the relationship between the

svn commit: r308251 - in head: lib/libcompiler_rt lib/msun/riscv share/man/man7 share/mk sys/modules/dtrace/dtrace sys/riscv/include

2016-11-03 Thread Ruslan Bukin
Author: br Date: Thu Nov 3 13:06:17 2016 New Revision: 308251 URL: https://svnweb.freebsd.org/changeset/base/308251 Log: o Add support for long double. o Add support for latest RISC-V GNU toolchain. Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Modified:

svn commit: r308250 - head/sys/cam/ctl

2016-11-03 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Nov 3 10:11:59 2016 New Revision: 308250 URL: https://svnweb.freebsd.org/changeset/base/308250 Log: Check for lengths being <= 0. Note that this interface can only be accessed by root. It uses unsigned ints instead of size_t to preserve the ABI. PR:

svn commit: r308247 - head/cddl/contrib/opensolaris/lib/libzfs_core/common

2016-11-03 Thread Andriy Gapon
Author: avg Date: Thu Nov 3 09:24:27 2016 New Revision: 308247 URL: https://svnweb.freebsd.org/changeset/base/308247 Log: MFV r308222: 6051 lzc_receive: allow the caller to read the begin record illumos/illumos-gate@620f322510b2d6433f7f6af60fa52380c07756ad

svn commit: r308242 - in head: share/man/man4 sys/dev/smbus

2016-11-03 Thread Andriy Gapon
Author: avg Date: Thu Nov 3 07:40:52 2016 New Revision: 308242 URL: https://svnweb.freebsd.org/changeset/base/308242 Log: smbus: remove smbus_trans / SMB_TRANS This change reverts most of r281985. The method did not map to anything defined by SMBus protocol and could not be