svn commit: r296988 - head/usr.sbin/bsdinstall/scripts

2016-03-18 Thread Allan Jude
Author: allanjude Date: Thu Mar 17 17:53:38 2016 New Revision: 296988 URL: https://svnweb.freebsd.org/changeset/base/296988 Log: Remove 50% ZFS conditional from bsdinstall/zfsboot Remove the requirement that the resulting partition table be atleast 50% ZFS PR: 208094

svn commit: r296987 - head/sys/ofed/drivers/net/mlx4

2016-03-18 Thread Hans Petter Selasky
Author: hselasky Date: Thu Mar 17 12:30:21 2016 New Revision: 296987 URL: https://svnweb.freebsd.org/changeset/base/296987 Log: Add missing curly brackets in for loop. Sponsored by: Mellanox Technologies MFC after:1 week Modified: head/sys/ofed/drivers/net/mlx4/en_port.c

Re: svn commit: r296933 - in head: share/man/man9 sys/sys

2016-03-18 Thread Gleb Smirnoff
On Wed, Mar 16, 2016 at 01:32:41PM -0700, Gleb Smirnoff wrote: T> H> +.Sh EXAMPLES T> H> +The following example creates a static counter array exported to T> H> +userspace through a sysctl: T> H> +.Bd -literal -offset indent T> H> +#define MY_SIZE 8 T> H> +static counter_u64_t array[MY_SIZE]; T>

Re: svn commit: r296909 - head/sys/ofed/drivers/infiniband/ulp/ipoib

2016-03-18 Thread John Baldwin
On Wednesday, March 16, 2016 01:27:38 PM Gleb Smirnoff wrote: > On Tue, Mar 15, 2016 at 10:43:53AM -0700, John Baldwin wrote: > J> > Log: > J> > Fix witness panic in the ipoib_ioctl() function when unloading the > J> > ipoib module. > J> > > J> > The bpfdetach() function is trying to turn

Re: svn commit: r296970 - head/lib/libxo/tests

2016-03-18 Thread NGie Cooper
> On Mar 16, 2016, at 17:37, Simon J. Gerraty wrote: > > Author: sjg > Date: Thu Mar 17 00:37:04 2016 > New Revision: 296970 > URL: https://svnweb.freebsd.org/changeset/base/296970 > > Log: > We need libutil > > and make it feasible to at least build the tests in situ > >

svn commit: r296991 - head/sys/netinet6

2016-03-18 Thread Mark Johnston
Author: markj Date: Thu Mar 17 19:01:44 2016 New Revision: 296991 URL: https://svnweb.freebsd.org/changeset/base/296991 Log: Modify defrouter_remove() to perform the router lookup before removal. This allows some simplification of its callers. No functional change intended. Tested

svn commit: r297006 - head/sys/net80211

2016-03-18 Thread Adrian Chadd
Author: adrian Date: Fri Mar 18 03:55:00 2016 New Revision: 297006 URL: https://svnweb.freebsd.org/changeset/base/297006 Log: Add initial 802.11ac IEs and fields. This is a subset of what's in the linux 802.11ac implementation. I've verified that the bits that mention an 802.11ac

svn commit: r297027 - head/sbin/ping

2016-03-18 Thread Maxim Konovalov
Author: maxim Date: Fri Mar 18 15:44:21 2016 New Revision: 297027 URL: https://svnweb.freebsd.org/changeset/base/297027 Log: o Restore some good whitespace killed in the previous commit. Spotted by: bjk Modified: head/sbin/ping/ping.c Modified: head/sbin/ping/ping.c

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

2016-03-18 Thread Julian Elischer
Author: julian Date: Fri Mar 18 07:59:38 2016 New Revision: 297012 URL: https://svnweb.freebsd.org/changeset/base/297012 Log: Add a few details that make it easier to use this macro. MFC after:1 week Sponsored by: Panzura inc Modified: head/share/man/man9/SYSCALL_MODULE.9

svn commit: r296980 - head/sys/arm/ti/cpsw

2016-03-18 Thread Luiz Otavio O Souza
Author: loos Date: Thu Mar 17 06:23:48 2016 New Revision: 296980 URL: https://svnweb.freebsd.org/changeset/base/296980 Log: Fixes a few style(9) issues, remove extra blank lines. No functional changes. Sponsored by: Rubicon Comunications (Netgate) Modified:

svn commit: r296993 - head/sys/arm/ti/cpsw

2016-03-18 Thread Luiz Otavio O Souza
Author: loos Date: Thu Mar 17 19:35:08 2016 New Revision: 296993 URL: https://svnweb.freebsd.org/changeset/base/296993 Log: Add support for dual emac mode. In dual emac mode, the CPSW subsystem provides two independent ethernets. This is implemented (as recommended by TI's TRM) with a

svn commit: r296948 - head/sys/arm/arm

2016-03-18 Thread Ed Maste
Author: emaste Date: Wed Mar 16 18:55:17 2016 New Revision: 296948 URL: https://svnweb.freebsd.org/changeset/base/296948 Log: Remove armeb FreeBSD 6 compat shim r296861 addressed a build failure due to undefined SYS_freebsd6_lseek by adding a COMPAT_FREEBSD6 conditional, but we do not

Re: svn commit: r296933 - in head: share/man/man9 sys/sys

2016-03-18 Thread Gleb Smirnoff
On Wed, Mar 16, 2016 at 08:37:52AM +, Hans Petter Selasky wrote: H> Modified: head/sys/sys/sysctl.h H> == H> --- head/sys/sys/sysctl.hWed Mar 16 06:42:15 2016(r296932) H> +++ head/sys/sys/sysctl.hWed

svn commit: r296990 - in head/sys/cddl: contrib/opensolaris/uts/common/dtrace dev/dtrace/aarch64 dev/dtrace/amd64 dev/dtrace/arm dev/dtrace/i386 dev/dtrace/mips dev/dtrace/powerpc

2016-03-18 Thread Mark Johnston
Author: markj Date: Thu Mar 17 18:55:54 2016 New Revision: 296990 URL: https://svnweb.freebsd.org/changeset/base/296990 Log: Remove unused variables dtrace_in_probe and dtrace_in_probe_addr. Modified: head/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c

svn commit: r297048 - head/sys/net80211

2016-03-18 Thread Adrian Chadd
Author: adrian Date: Sat Mar 19 04:37:33 2016 New Revision: 297048 URL: https://svnweb.freebsd.org/changeset/base/297048 Log: [net80211] Add VHT Transmit Power Envelope element - 802.11ac-2013 8.4.2.164 This .. seems inconsistently transmitted from various vendors. Modified:

svn commit: r297011 - head/sys/arm/nvidia

2016-03-18 Thread Michal Meloun
Author: mmel Date: Fri Mar 18 07:13:09 2016 New Revision: 297011 URL: https://svnweb.freebsd.org/changeset/base/297011 Log: TEGRA: Fix tegra_pcie driver after rman_res_t size change. Modified: head/sys/arm/nvidia/tegra_pcie.c Modified: head/sys/arm/nvidia/tegra_pcie.c

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

2016-03-18 Thread Andrew Turner
Author: andrew Date: Wed Mar 16 15:31:09 2016 New Revision: 296938 URL: https://svnweb.freebsd.org/changeset/base/296938 Log: Remove old COMPAT_FREEBSD options from the ARM kernel configs. We replaced the ABI in 10.0, and have removed support for the old ABI in 11. As such any of these

Re: svn commit: r296918 - head/sys/fs/autofs

2016-03-18 Thread Baptiste Daroussin
On Wed, Mar 16, 2016 at 03:01:56PM +0100, Edward Tomasz Napierala wrote: > You're right. I've added the explicit cast to void, let's see > if that helps. > > On 0315T1346, Conrad Meyer wrote: > > Instead you will get, "warning: unused but set variable 'error'" on > > -NODEBUG builds. Maybe add:

Re: svn commit: r297039 - head/sys/x86/x86

2016-03-18 Thread Konstantin Belousov
On Fri, Mar 18, 2016 at 07:48:49PM +, John Baldwin wrote: > > - for (x = 0; x < delay; x += 5) { > + for (x = 0; x < delay; x++) { > if ((lapic_read_icr_lo() & APIC_DELSTAT_MASK) == > APIC_DELSTAT_IDLE) > return (1); > -