svn commit: r301956 - head/lib/libusb

2016-06-16 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 16 07:48:21 2016 New Revision: 301956 URL: https://svnweb.freebsd.org/changeset/base/301956 Log: Implement libusb_get_version() and update libusb manual page. Approved by: re (glebius) Requested by: swills MFC after:1 week Modified:

Re: svn commit: r301944 - head/share/zoneinfo

2016-06-16 Thread Stefan Esser
Am 16.06.2016 um 05:00 schrieb Glen Barber: > Author: gjb > Date: Thu Jun 16 03:00:10 2016 > New Revision: 301944 > URL: https://svnweb.freebsd.org/changeset/base/301944 > > Log: > Fix zoneinfo file packaging. > > This change fixes 468 of 488 zoneinfo file packaging issues, > the rest

svn commit: r301955 - head/sys/boot/zfs

2016-06-16 Thread Andriy Gapon
Author: avg Date: Thu Jun 16 07:45:57 2016 New Revision: 301955 URL: https://svnweb.freebsd.org/changeset/base/301955 Log: fix a zfs boot regression introduced in r300117 by accident There is no reason to return non-zero value from zfs_probe_partition() as that causes following

svn commit: r301959 - head/sys/kern

2016-06-16 Thread Konstantin Belousov
Author: kib Date: Thu Jun 16 11:58:46 2016 New Revision: 301959 URL: https://svnweb.freebsd.org/changeset/base/301959 Log: Remove code duplication. Reviewed by: jhb Sponsored by: The FreeBSD Foundation MFC after:1 week Approved by: re (hrs) X-Differential revision:

svn commit: r301965 - head/share/zoneinfo

2016-06-16 Thread Glen Barber
Author: gjb Date: Thu Jun 16 13:34:20 2016 New Revision: 301965 URL: https://svnweb.freebsd.org/changeset/base/301965 Log: Reimplement r301944 using the correct install(1) invocation, which again fixes packaging tzdata/zoneinfo. Thank you to hrs for the pointer on what I did incorrectly.

svn commit: r301958 - head/share/zoneinfo

2016-06-16 Thread Glen Barber
Author: gjb Date: Thu Jun 16 11:55:24 2016 New Revision: 301958 URL: https://svnweb.freebsd.org/changeset/base/301958 Log: Revert r301944, which apparently broke zoneinfo install during installworld (although I am not sure why). I'll revisit this change after I further understand the cause

svn commit: r301961 - in head/sys: amd64/amd64 amd64/cloudabi64 arm/arm arm64/arm64 arm64/cloudabi64 compat/linux i386/i386 kern mips/mips powerpc/powerpc riscv/riscv sparc64/sparc64 sys

2016-06-16 Thread Konstantin Belousov
Author: kib Date: Thu Jun 16 12:05:44 2016 New Revision: 301961 URL: https://svnweb.freebsd.org/changeset/base/301961 Log: Update comments for the MD functions managing contexts for new threads, to make it less confusing and using modern kernel terms. Rename the functions to reflect

svn commit: r301957 - head/lib/libusb

2016-06-16 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 16 11:51:20 2016 New Revision: 301957 URL: https://svnweb.freebsd.org/changeset/base/301957 Log: Define LIBUSB_API_VERSION. Approved by: re (kostikbel) Requested by: swills MFC after:1 week Modified: head/lib/libusb/libusb.h Modified:

svn commit: r301960 - head/sys/kern

2016-06-16 Thread Konstantin Belousov
Author: kib Date: Thu Jun 16 12:01:11 2016 New Revision: 301960 URL: https://svnweb.freebsd.org/changeset/base/301960 Log: Remove XXX comments from kern_thread.c. In one case, there is no reason for it in modern times. In the other case, expand the comment stating instead of doubting.

svn commit: r301964 - head/lib/libusb

2016-06-16 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 16 12:14:19 2016 New Revision: 301964 URL: https://svnweb.freebsd.org/changeset/base/301964 Log: Add support for libusb_get_port_number() to the LibUSB v1.0 API. Approved by: re (kostikbel) Requested by: swills MFC after:1 week Modified:

svn commit: r301962 - head/sys/dev/cpuctl

2016-06-16 Thread Konstantin Belousov
Author: kib Date: Thu Jun 16 12:07:40 2016 New Revision: 301962 URL: https://svnweb.freebsd.org/changeset/base/301962 Log: Always allow loading of cpuctl(4). When a CPU feature is not supported, e.g. CPUID or MSR, return ENODEV from the ioctl which needs that feature. Sponsored by:

svn commit: r301963 - head/usr.sbin/cpucontrol

2016-06-16 Thread Konstantin Belousov
Author: kib Date: Thu Jun 16 12:08:25 2016 New Revision: 301963 URL: https://svnweb.freebsd.org/changeset/base/301963 Log: Return usual error indicator to shell. Sponsored by: The FreeBSD Foundation MFC after:1 week Approved by: re (hrs) Modified:

Re: svn commit: r301973 - in head/usr.sbin/bsdconfig: include networking networking/include networking/share share/media

2016-06-16 Thread Bryan Drewery
On 6/16/16 2:14 PM, Devin Teske wrote: > Author: dteske > Date: Thu Jun 16 21:14:25 2016 > New Revision: 301973 > URL: https://svnweb.freebsd.org/changeset/base/301973 > > Log: > Add bsdconfig `wifi' (aka `wireless' or `wlan') module > > Approved by:re (gjb) > MFC after: 8 weeks

svn commit: r301974 - head/usr.bin/ar

2016-06-16 Thread Ed Maste
Author: emaste Date: Thu Jun 16 21:22:26 2016 New Revision: 301974 URL: https://svnweb.freebsd.org/changeset/base/301974 Log: ar: enable reproducible output by default when invoked as 'ar -s' ar output is already deterministic by default for ar -q and ar -r, and when invoked as ranlib.

svn commit: r301975 - head/sys/conf

2016-06-16 Thread Glen Barber
Author: gjb Date: Fri Jun 17 00:00:45 2016 New Revision: 301975 URL: https://svnweb.freebsd.org/changeset/base/301975 Log: Update 11.0 to -ALPHA4 in preparation of a new set of snapshot builds. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified:

Re: svn commit: r301973 - in head/usr.sbin/bsdconfig: include networking networking/include networking/share share/media

2016-06-16 Thread Devin Teske
On Thu, 2016-06-16 at 14:28 -0700, Bryan Drewery wrote: > On 6/16/16 2:14 PM, Devin Teske wrote: > > Author: dteske > > Date: Thu Jun 16 21:14:25 2016 > > New Revision: 301973 > > URL: https://svnweb.freebsd.org/changeset/base/301973 > > > > Log: > > Add bsdconfig `wifi' (aka `wireless' or

svn commit: r301971 - in head/sys/dev/bhnd: . cores/chipc

2016-06-16 Thread Landon J. Fuller
Author: landonf Date: Thu Jun 16 19:57:24 2016 New Revision: 301971 URL: https://svnweb.freebsd.org/changeset/base/301971 Log: bhnd(4): Fix resource allocation issues exposed by chipc PMU support. - Delete all chipc children on attachment failure. - Added missing bhnd_nexus

svn commit: r301972 - head/sys/dev/bhnd/siba

2016-06-16 Thread Landon J. Fuller
Author: landonf Date: Thu Jun 16 20:04:33 2016 New Revision: 301972 URL: https://svnweb.freebsd.org/changeset/base/301972 Log: siba(4): Adopt bcma-compatible mapping of bhnd(4) port/region identifiers. Maps Sonics/OCP per-core address spaces to bcma(4)-compatible port/region identifiers.

svn commit: r301973 - in head/usr.sbin/bsdconfig: include networking networking/include networking/share share/media

2016-06-16 Thread Devin Teske
Author: dteske Date: Thu Jun 16 21:14:25 2016 New Revision: 301973 URL: https://svnweb.freebsd.org/changeset/base/301973 Log: Add bsdconfig `wifi' (aka `wireless' or `wlan') module Approved by: re (gjb) MFC after:8 weeks Relnotes: yes Added:

svn commit: r301966 - head/lib/libusb

2016-06-16 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 16 14:26:04 2016 New Revision: 301966 URL: https://svnweb.freebsd.org/changeset/base/301966 Log: Add support for libusb_set_auto_detach_kernel_driver() to the LibUSB v1.0 API. Approved by: re (kostikbel) Requested by: swills MFC after:1 week

Re: svn commit: r301959 - head/sys/kern

2016-06-16 Thread Ngie Cooper
> On Jun 16, 2016, at 10:17, Conrad Meyer wrote: > >> On Thu, Jun 16, 2016 at 4:58 AM, Konstantin Belousov >> wrote: >> --- head/sys/kern/kern_thread.c Thu Jun 16 11:55:24 2016(r301958) >> +++ head/sys/kern/kern_thread.c Thu Jun 16 11:58:46 2016

Re: svn commit: r301959 - head/sys/kern

2016-06-16 Thread Conrad Meyer
On Thu, Jun 16, 2016 at 4:58 AM, Konstantin Belousov wrote: > --- head/sys/kern/kern_thread.c Thu Jun 16 11:55:24 2016(r301958) > +++ head/sys/kern/kern_thread.c Thu Jun 16 11:58:46 2016(r301959) > @@ -669,11 +669,6 @@ weed_inhib(int mode, struct thread *td2, >

svn commit: r301967 - head/usr.sbin/rpcbind/tests

2016-06-16 Thread Alan Somers
Author: asomers Date: Thu Jun 16 15:25:37 2016 New Revision: 301967 URL: https://svnweb.freebsd.org/changeset/base/301967 Log: Fix usr.sbin/rpcbind ATF tests on 32-bit platforms usr.sbin/rpcbind/tests/addrmerge_test.c Fix some sizeof calculations that work only by luck on 64-bit

svn commit: r301969 - head/lib/libusb

2016-06-16 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 16 16:26:16 2016 New Revision: 301969 URL: https://svnweb.freebsd.org/changeset/base/301969 Log: Add missing return statement. Approved by: re (gjb) MFC after:1 week Modified: head/lib/libusb/libusb10.c Modified: head/lib/libusb/libusb10.c

svn commit: r301968 - head/lib/libusb

2016-06-16 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 16 16:17:29 2016 New Revision: 301968 URL: https://svnweb.freebsd.org/changeset/base/301968 Log: Add multiple missing descriptor parsing functions to the LibUSB v1.0 API. Approved by: re (kib) Requested by: swills MFC after:1 week Modified:

svn commit: r301970 - head/sys/dev/iwm

2016-06-16 Thread Adrian Chadd
Author: adrian Date: Thu Jun 16 17:59:15 2016 New Revision: 301970 URL: https://svnweb.freebsd.org/changeset/base/301970 Log: [iwm] free RX ring / NVM memory after they're used. * Free RX ring during detach * Free NVM memory after parsing Tested: * 7260, STA mode Submitted

Re: svn commit: r301959 - head/sys/kern

2016-06-16 Thread Ian Lepore
On Thu, 2016-06-16 at 10:43 -0700, Ngie Cooper wrote: > > On Jun 16, 2016, at 10:17, Conrad Meyer wrote: > > > > > On Thu, Jun 16, 2016 at 4:58 AM, Konstantin Belousov < > > > k...@freebsd.org> wrote: > > > --- head/sys/kern/kern_thread.c Thu Jun 16 11:55:24 2016 > > >

svn commit: r301976 - in stable/10/contrib/gcclibs: include libiberty

2016-06-16 Thread Pedro F. Giffuni
Author: pfg Date: Fri Jun 17 02:29:55 2016 New Revision: 301976 URL: https://svnweb.freebsd.org/changeset/base/301976 Log: MFC r301291: libiberty: prevent integer overflow. Take care of very old bug leading to heap-buffer overflow by processing certain file headers via bfd binary.

svn commit: r301977 - in stable/9/contrib/gcclibs: include libiberty

2016-06-16 Thread Pedro F. Giffuni
Author: pfg Date: Fri Jun 17 02:31:18 2016 New Revision: 301977 URL: https://svnweb.freebsd.org/changeset/base/301977 Log: MFC r301291: libiberty: prevent integer overflow. Take care of very old bug leading to heap-buffer overflow by processing certain file headers via bfd binary.

svn commit: r301978 - stable/10/contrib/ipfilter/man

2016-06-16 Thread Cy Schubert
Author: cy Date: Fri Jun 17 02:48:57 2016 New Revision: 301978 URL: https://svnweb.freebsd.org/changeset/base/301978 Log: MFC r301773 & r301775: Clarify the wording to be more accurate. Modified: stable/10/contrib/ipfilter/man/ipf.8 Directory Properties: stable/10/ (props changed)

svn commit: r301954 - in stable/10/sys/dev/hyperv: netvsc vmbus

2016-06-16 Thread Sepherosa Ziehau
Author: sephe Date: Thu Jun 16 06:34:12 2016 New Revision: 301954 URL: https://svnweb.freebsd.org/changeset/base/301954 Log: MFC 298039,298042 298039 hyperv/vmbus: Put multi-channel offer logging under bootverbose Suggested by: Dexuan Cui MFC after: 1 week

svn commit: r301953 - stable/10/sys/dev/hyperv/netvsc

2016-06-16 Thread Sepherosa Ziehau
Author: sephe Date: Thu Jun 16 06:26:09 2016 New Revision: 301953 URL: https://svnweb.freebsd.org/changeset/base/301953 Log: hyperv/hn: ifnet TSO configuration is available on 10-stable. Sponsored by: Microsoft OSTC Modified: stable/10/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c