svn commit: r325705 - head/secure

2017-11-10 Thread Eitan Adler
Author: eadler Date: Sat Nov 11 07:21:49 2017 New Revision: 325705 URL: https://svnweb.freebsd.org/changeset/base/325705 Log: secure: chase removal of pkg_install Modified: head/secure/Makefile Modified: head/secure/Makefile

svn commit: r325704 - head/targets/pseudo/userland

2017-11-10 Thread Eitan Adler
Author: eadler Date: Sat Nov 11 07:20:14 2017 New Revision: 325704 URL: https://svnweb.freebsd.org/changeset/base/325704 Log: Chase removal of pkg_* commands Modified: head/targets/pseudo/userland/Makefile.depend Modified: head/targets/pseudo/userland/Makefile.depend

svn commit: r325703 - head/targets/pseudo/userland

2017-11-10 Thread Eitan Adler
Author: eadler Date: Sat Nov 11 07:14:19 2017 New Revision: 325703 URL: https://svnweb.freebsd.org/changeset/base/325703 Log: badsect(8): case remaining element r325452 removed badsect(8) - remove pseudo-target for it Modified: head/targets/pseudo/userland/Makefile.depend Modified:

svn commit: r325702 - in head: . share/man/man5 share/man/man7 usr.bin/mail

2017-11-10 Thread Eitan Adler
== --- head/ObsoleteFiles.inc Sat Nov 11 03:01:47 2017(r325701) +++ head/ObsoleteFiles.inc Sat Nov 11 07:00:40 2017(r325702) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20171110: Removal of mailaddr man page +OLD_FILES+=usr/share/man/man7

Re: svn commit: r325688 - head/sys/boot/powerpc/ps3

2017-11-10 Thread Nathan Whitehorn
The PS3 port *does* support FDT, though not through this loader. On a related note, I'm planning to just svn rm loader.ps3 in the next few weeks. -Nathan On 11/10/17 15:54, Warner Losh wrote: Author: imp Date: Fri Nov 10 23:54:18 2017 New Revision: 325688 URL:

svn commit: r325700 - head/share/mk

2017-11-10 Thread Bryan Drewery
Author: bdrewery Date: Sat Nov 11 01:11:00 2017 New Revision: 325700 URL: https://svnweb.freebsd.org/changeset/base/325700 Log: DIRDEPS_BUILD: Fix after r325417. DIRDEPS_BUILD works just fine without defining __objdir or dealing with any of this logic. It handles its own TARGET_SPEC in

svn commit: r325698 - head

2017-11-10 Thread Bryan Drewery
Author: bdrewery Date: Sat Nov 11 01:10:50 2017 New Revision: 325698 URL: https://svnweb.freebsd.org/changeset/base/325698 Log: META_MODE: Avoid some logic if disabled and allow enabling with make argument. Sponsored by: Dell EMC Isilon Modified: head/Makefile Modified: head/Makefile

svn commit: r325697 - head

2017-11-10 Thread Bryan Drewery
Author: bdrewery Date: Sat Nov 11 01:10:46 2017 New Revision: 325697 URL: https://svnweb.freebsd.org/changeset/base/325697 Log: AUTO_OBJ: Disable in non-build targets. There's no reason to create object directories for targets like 'installworld' or 'distributeworld', and the others in

svn commit: r325695 - head

2017-11-10 Thread Bryan Drewery
Author: bdrewery Date: Sat Nov 11 01:10:08 2017 New Revision: 325695 URL: https://svnweb.freebsd.org/changeset/base/325695 Log: cleanworld only needs a tree walk if the expected .OBJDIR is .CURDIR. Sponsored by: Dell EMC Isilon Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r325699 - head/share/mk

2017-11-10 Thread Bryan Drewery
Author: bdrewery Date: Sat Nov 11 01:10:55 2017 New Revision: 325699 URL: https://svnweb.freebsd.org/changeset/base/325699 Log: Don't work out of a TARGET. directory if TARGET_ARCH is not defined. This fixes 'TARGET= make universe_kernels' creating an empty TARGET. directory and showing

svn commit: r325696 - head/share/mk

2017-11-10 Thread Bryan Drewery
Author: bdrewery Date: Sat Nov 11 01:10:41 2017 New Revision: 325696 URL: https://svnweb.freebsd.org/changeset/base/325696 Log: Handle MAKEOBJDIRPREFIX when already inside of .OBJDIR. This can happen in obscure cases with things like the kernel build. Sponsored by: Dell EMC Isilon

svn commit: r325694 - in head/sys/boot: . arm/uboot efi/boot1 efi/fdt efi/libefi efi/loader efi/loader/arch/arm64 ficl forth geli i386/boot2 i386/gptboot i386/gptzfsboot i386/libfirewire i386/libi3...

2017-11-10 Thread Warner Losh
Author: imp Date: Fri Nov 10 23:54:58 2017 New Revision: 325694 URL: https://svnweb.freebsd.org/changeset/base/325694 Log: Install the 4th files in sys/boot/forth instead of each loader Also, move generation of loader.help into loader.mk. Set HELP_FILES= to disable this (so we only

svn commit: r325690 - in head/sys/boot: . i386/loader i386/zfsloader sparc64 sparc64/loader sparc64/zfsloader

2017-11-10 Thread Warner Losh
Author: imp Date: Fri Nov 10 23:54:31 2017 New Revision: 325690 URL: https://svnweb.freebsd.org/changeset/base/325690 Log: Remove LOADER_ZFS_SUPPORT as a Makefile variable LOADER_ZFS_SUPPORT is entirely used to select whether or not to support ZFS in the loader. But it's not a

svn commit: r325691 - head/sys/boot/ficl

2017-11-10 Thread Warner Losh
Author: imp Date: Fri Nov 10 23:54:36 2017 New Revision: 325691 URL: https://svnweb.freebsd.org/changeset/base/325691 Log: Remove useless PNP define here. We never use HAVE_PNP for anything, so don't define it on the command line. Sponsored by: Netflix Modified:

svn commit: r325687 - in head/sys/boot/powerpc: kboot ofw ps3 uboot

2017-11-10 Thread Warner Losh
Author: imp Date: Fri Nov 10 23:54:13 2017 New Revision: 325687 URL: https://svnweb.freebsd.org/changeset/base/325687 Log: Remove all the empty help files from the powerpc build. Sponsored by: Netflix Deleted: head/sys/boot/powerpc/kboot/help.kboot head/sys/boot/powerpc/ofw/help.ofw

svn commit: r325686 - head/sys/boot/uboot/lib

2017-11-10 Thread Warner Losh
Author: imp Date: Fri Nov 10 23:54:09 2017 New Revision: 325686 URL: https://svnweb.freebsd.org/changeset/base/325686 Log: Simplify this if to a direct assignment. Sponsored by: Netflix Modified: head/sys/boot/uboot/lib/Makefile Modified: head/sys/boot/uboot/lib/Makefile

svn commit: r325693 - in head: . share/mk sys/boot sys/boot/geli sys/boot/i386/gptboot sys/boot/i386/gptzfsboot sys/boot/i386/libi386 sys/boot/i386/loader sys/boot/i386/zfsboot sys/boot/i386/zfsloa...

2017-11-10 Thread Warner Losh
Author: imp Date: Fri Nov 10 23:54:48 2017 New Revision: 325693 URL: https://svnweb.freebsd.org/changeset/base/325693 Log: Move LOADER_{NO,}_GELI_SUPPORT to MK_LOADER_GELI Transition to WITH/WITHOUT_LOADER_GELI to flag support or not of GELI in the boot loaders. Add HAVE_GELI so

svn commit: r325688 - head/sys/boot/powerpc/ps3

2017-11-10 Thread Warner Losh
Author: imp Date: Fri Nov 10 23:54:18 2017 New Revision: 325688 URL: https://svnweb.freebsd.org/changeset/base/325688 Log: FDT support doesn't make sense for ps3. There's no support in the ps3 port for FDT, and it's unlikely to grow support for that anytime soon. When it does, support can

svn commit: r325692 - in head: . share/mk sys/boot/i386 sys/boot/i386/loader tools/boot tools/build/options

2017-11-10 Thread Warner Losh
Author: imp Date: Fri Nov 10 23:54:41 2017 New Revision: 325692 URL: https://svnweb.freebsd.org/changeset/base/325692 Log: Replace LOADER_FIREWIRE_SUPPORT variable Rename LOADER_FIREWIRE_SUPPORT to MK_LOADER_FIREWIRE. Only build libfirewire when this is "yes". Add note to updating. Fix

svn commit: r325689 - in head/sys/boot: . arm/uboot efi/loader efi/loader/arch/arm efi/loader/arch/arm64 mips/uboot powerpc powerpc/kboot powerpc/ofw powerpc/uboot uboot/lib

2017-11-10 Thread Warner Losh
Author: imp Date: Fri Nov 10 23:54:24 2017 New Revision: 325689 URL: https://svnweb.freebsd.org/changeset/base/325689 Log: Remove LOADER_FDT_SUPPORT as a Makefile variable. LOADER_FDT_SUPPORT was used inconsistently in the tree. In some places, it was used to control whether or not the

svn commit: r325685 - head/sys/boot

2017-11-10 Thread Warner Losh
Author: imp Date: Fri Nov 10 23:54:03 2017 New Revision: 325685 URL: https://svnweb.freebsd.org/changeset/base/325685 Log: libsa32 isn't needed for i386. It's already a 32-bit platform and libfoo32 is only needed when compiling 32-bit libraries on native 64-bit architectures, and only when

svn commit: r325684 - in head: lib/libefivar usr.sbin/efivar

2017-11-10 Thread Warner Losh
Author: imp Date: Fri Nov 10 23:30:23 2017 New Revision: 325684 URL: https://svnweb.freebsd.org/changeset/base/325684 Log: Simplify the efivar interface a little. We started out having Linux compatible libefivar interfaces. This was in anticipation of porting the GPL'd efibootmgr to

Re: svn commit: r325594 - head/sys/ddb

2017-11-10 Thread Bryan Drewery
On 11/10/2017 1:49 PM, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] >> Author: gavin >> Date: Thu Nov 9 13:38:24 2017 >> New Revision: 325594 >> URL: https://svnweb.freebsd.org/changeset/base/325594 >> >> Log: >> Point people towards our https web site for

Re: svn commit: r325681 - head/sys/boot/efi/boot1

2017-11-10 Thread John Baldwin
On Friday, November 10, 2017 09:26:44 PM Ed Maste wrote: > Author: emaste > Date: Fri Nov 10 21:26:44 2017 > New Revision: 325681 > URL: https://svnweb.freebsd.org/changeset/base/325681 > > Log: > boot1: avoid using NULL device path > > As of r323063 boot1 printed out the path & device

svn commit: r325683 - head/sys/dev/vnic

2017-11-10 Thread Ed Maste
Author: emaste Date: Fri Nov 10 22:17:30 2017 New Revision: 325683 URL: https://svnweb.freebsd.org/changeset/base/325683 Log: vnic: apply BPF tap before passing packet to hardware Previously we passed tx packets to hardware via nicvf_tx_mbuf_locked and then to the BPF tap, with a

svn commit: r325682 - head

2017-11-10 Thread Bryan Drewery
Author: bdrewery Date: Fri Nov 10 21:52:33 2017 New Revision: 325682 URL: https://svnweb.freebsd.org/changeset/base/325682 Log: Remove rerelease target that was added in r38978. I'm not sure what this target is but it doesn't exist now and doesn't seem to have existed before.

Re: svn commit: r325594 - head/sys/ddb

2017-11-10 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: gavin > Date: Thu Nov 9 13:38:24 2017 > New Revision: 325594 > URL: https://svnweb.freebsd.org/changeset/base/325594 > > Log: > Point people towards our https web site for documentation, http accesses are > just redirected anyway. > >

Re: svn commit: r325568 - head

2017-11-10 Thread Bryan Drewery
On 11/10/2017 1:41 PM, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] >> Author: bdrewery >> Date: Wed Nov 8 23:41:27 2017 >> New Revision: 325568 >> URL: https://svnweb.freebsd.org/changeset/base/325568 >> >> Log: >> universe: Fix creating LINT files with AUTO_OBJ. >>

Re: svn commit: r325568 - head

2017-11-10 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: bdrewery > Date: Wed Nov 8 23:41:27 2017 > New Revision: 325568 > URL: https://svnweb.freebsd.org/changeset/base/325568 > > Log: > universe: Fix creating LINT files with AUTO_OBJ. > > These are expected to be created in .CURDIR. >

svn commit: r325681 - head/sys/boot/efi/boot1

2017-11-10 Thread Ed Maste
Author: emaste Date: Fri Nov 10 21:26:44 2017 New Revision: 325681 URL: https://svnweb.freebsd.org/changeset/base/325681 Log: boot1: avoid using NULL device path As of r323063 boot1 printed out the path & device from which it was loaded, but uboot's EFI implementation lacked some

svn commit: r325680 - head/sys/dev/cxgbe/common

2017-11-10 Thread Navdeep Parhar
Author: np Date: Fri Nov 10 20:30:10 2017 New Revision: 325680 URL: https://svnweb.freebsd.org/changeset/base/325680 Log: cxgbe(4): Excluce mdi from the check against port capabilities. MFC after:1 week Sponsored by: Chelsio Communications Modified:

svn commit: r325679 - head/share/mk

2017-11-10 Thread Bryan Drewery
Author: bdrewery Date: Fri Nov 10 20:10:05 2017 New Revision: 325679 URL: https://svnweb.freebsd.org/changeset/base/325679 Log: AUTO_OBJ: Don't create .OBJDIR with 'make -n'. Sponsored by: Dell EMC Isilon Modified: head/share/mk/sys.mk Modified: head/share/mk/sys.mk

svn commit: r325677 - head/share/mk

2017-11-10 Thread Bryan Drewery
Author: bdrewery Date: Fri Nov 10 20:09:11 2017 New Revision: 325677 URL: https://svnweb.freebsd.org/changeset/base/325677 Log: Allow consuming Makefiles to add to DEPENDFILES. Sponsored by: Dell EMC Isilon Modified: head/share/mk/bsd.dep.mk Modified: head/share/mk/bsd.dep.mk

svn commit: r325678 - in head/lib/clang: libclang libllvm

2017-11-10 Thread Bryan Drewery
Author: bdrewery Date: Fri Nov 10 20:09:15 2017 New Revision: 325678 URL: https://svnweb.freebsd.org/changeset/base/325678 Log: Tell bsd.dep.mk which depend files to dinclude. This allows the _SKIP_DEPEND optimization to work, avoiding reading the files when not needed. It also fixes

svn commit: r325676 - head/share/mk

2017-11-10 Thread Bryan Drewery
Author: bdrewery Date: Fri Nov 10 19:53:17 2017 New Revision: 325676 URL: https://svnweb.freebsd.org/changeset/base/325676 Log: No need to run 'make depend' with FAST_DEPEND logic in-tree. Sponsored by: Dell EMC Isilon Modified: head/share/mk/bsd.crunchgen.mk Modified:

svn commit: r325674 - head/share/mk

2017-11-10 Thread Bryan Drewery
Author: bdrewery Date: Fri Nov 10 19:53:11 2017 New Revision: 325674 URL: https://svnweb.freebsd.org/changeset/base/325674 Log: Pass down any PROG-specific buildopts for forwarded targets. This currently has no impact. Sponsored by: Dell EMC Isilon Modified:

svn commit: r325675 - head/share/mk

2017-11-10 Thread Bryan Drewery
Author: bdrewery Date: Fri Nov 10 19:53:14 2017 New Revision: 325675 URL: https://svnweb.freebsd.org/changeset/base/325675 Log: AUTO_OBJ: No need to tree-walk with 'make obj' here. Sponsored by: Dell EMC Isilon Modified: head/share/mk/bsd.crunchgen.mk Modified:

svn commit: r325673 - head

2017-11-10 Thread Bryan Drewery
Author: bdrewery Date: Fri Nov 10 19:53:07 2017 New Revision: 325673 URL: https://svnweb.freebsd.org/changeset/base/325673 Log: native-xtools: Fix for GCC archs. - This also adds in a _cleanobj step as needed. - This redirects TARGET/TARGET_ARCH to NXB_TARGET/NXB_TARGET_ARCH in

svn commit: r325672 - head/share/mk

2017-11-10 Thread Bryan Drewery
Author: bdrewery Date: Fri Nov 10 19:52:31 2017 New Revision: 325672 URL: https://svnweb.freebsd.org/changeset/base/325672 Log: Don't append TARGET.TARGET_ARCH if OBJTOP is already set. This avoids flipping the expected TARGET.TARGET_ARCH suffix / OBJTOP when it is already set by a

svn commit: r325671 - head/sys/dev/hwpmc

2017-11-10 Thread Konstantin Belousov
Author: kib Date: Fri Nov 10 19:10:14 2017 New Revision: 325671 URL: https://svnweb.freebsd.org/changeset/base/325671 Log: Check that the pmc index is less than the number of hardware PMCs, instead of asserting the condition. The row index is directly supplied by userspace, the kernel

svn commit: r325670 - in head/sys/contrib/dev/acpica: . common compiler components/debugger components/dispatcher components/events components/namespace components/parser components/utilities include

2017-11-10 Thread Jung-uk Kim
Author: jkim Date: Fri Nov 10 18:46:34 2017 New Revision: 325670 URL: https://svnweb.freebsd.org/changeset/base/325670 Log: MFV: r325668 Merge ACPICA 20171110. Modified: head/sys/contrib/dev/acpica/changes.txt head/sys/contrib/dev/acpica/common/dmtable.c head/sys/contrib/dev/acpica

Re: svn commit: r325624 - head/libexec/rtld-elf/mips

2017-11-10 Thread John Baldwin
On Friday, November 10, 2017 01:17:26 AM John Baldwin wrote: > Author: jhb > Date: Fri Nov 10 01:17:26 2017 > New Revision: 325624 > URL: https://svnweb.freebsd.org/changeset/base/325624 > > Log: > Some fixups to the CFI directives for PLT stub entry points. > > The directives I added in

svn commit: r325667 - in head/sys/dev: mpr mps

2017-11-10 Thread Scott Long
Author: scottl Date: Fri Nov 10 17:01:51 2017 New Revision: 325667 URL: https://svnweb.freebsd.org/changeset/base/325667 Log: Refactoring the interrupt setup code introduced a bug where the drivers would attempt to re-allocate interrupts during a chip reset without first de-allocating them.

svn commit: r325664 - in head/usr.sbin: jail jexec

2017-11-10 Thread Ed Maste
Author: emaste Date: Fri Nov 10 14:53:16 2017 New Revision: 325664 URL: https://svnweb.freebsd.org/changeset/base/325664 Log: Strip EOL whitespace in usr.sbin/{jail,jexec} Modified: head/usr.sbin/jail/command.c head/usr.sbin/jail/jail.8 head/usr.sbin/jail/jail.c

svn commit: r325662 - in head/sys/dev/mlx5: . mlx5_ib

2017-11-10 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 10 14:39:03 2017 New Revision: 325662 URL: https://svnweb.freebsd.org/changeset/base/325662 Log: Add more and update existing mlx5 core firmware structure definitions and bits. This change is part of coming ibcore and mlx5ib updates. Sponsored by: Mellanox

svn commit: r325661 - head/sys/dev/mlx5/mlx5_en

2017-11-10 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 10 14:19:22 2017 New Revision: 325661 URL: https://svnweb.freebsd.org/changeset/base/325661 Log: Expose the current hardware MTU in mlx5en(4) as a separate entry in the sysctl tree. Sponsored by: Mellanox Technologies MFC after:1 week Modified:

svn commit: r325660 - head/sys/dev/mlx5/mlx5_en

2017-11-10 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 10 14:14:54 2017 New Revision: 325660 URL: https://svnweb.freebsd.org/changeset/base/325660 Log: Add support for configuring local multicast and unicast data traffic loopback in mlx5en(4) driver via the sysctl interface. Sponsored by: Mellanox Technologies

svn commit: r325659 - head/sys/dev/mlx5/mlx5_en

2017-11-10 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 10 14:10:41 2017 New Revision: 325659 URL: https://svnweb.freebsd.org/changeset/base/325659 Log: Add support for disabling and enabling RX and TX DMA rings in mlx5en(4). This is useful for supporting setups similar to Netmap. Sponsored by: Mellanox

svn commit: r325658 - in head/sys/dev/mlx5: . mlx5_core

2017-11-10 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 10 14:02:12 2017 New Revision: 325658 URL: https://svnweb.freebsd.org/changeset/base/325658 Log: Make physical address of init segment available in the priv of mlx5 core. This change is needed by mlx5ib(4). Sponsored by: Mellanox Technologies MFC after:

svn commit: r325657 - in head/sys/dev/mlx5: . mlx5_core

2017-11-10 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 10 13:58:49 2017 New Revision: 325657 URL: https://svnweb.freebsd.org/changeset/base/325657 Log: Add API function to query port performance counters for infiniband and RoCE traffic in mlx5 core. Sponsored by: Mellanox Technologies MFC after:1 week

svn commit: r325656 - in head/sys/dev/mlx5: . mlx5_core

2017-11-10 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 10 13:56:11 2017 New Revision: 325656 URL: https://svnweb.freebsd.org/changeset/base/325656 Log: Add API functions to query and modify local loopback of multicast and unicast traffic in mlx5 core. Sponsored by: Mellanox Technologies MFC after:1 week

svn commit: r325655 - in head/sys/dev/mlx5: . mlx5_core

2017-11-10 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 10 13:53:53 2017 New Revision: 325655 URL: https://svnweb.freebsd.org/changeset/base/325655 Log: Add API function to query virtual port counters in mlx5 core. Sponsored by: Mellanox Technologies MFC after:1 week Modified:

svn commit: r325654 - head/sys/dev/mlx5/mlx5_core

2017-11-10 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 10 13:50:08 2017 New Revision: 325654 URL: https://svnweb.freebsd.org/changeset/base/325654 Log: Add API functions to modify the transport interface send object, TIS, in mlx5 core. Sponsored by: Mellanox Technologies MFC after:1 week Modified:

svn commit: r325653 - in head/sys/dev/mlx5: . mlx5_core

2017-11-10 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 10 13:44:12 2017 New Revision: 325653 URL: https://svnweb.freebsd.org/changeset/base/325653 Log: Add API functions to set and query dropless port mode in mlx5 core. Sponsored by: Mellanox Technologies MFC after:1 week Modified:

svn commit: r325652 - head/sys/dev/mlx5/mlx5_core

2017-11-10 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 10 13:40:27 2017 New Revision: 325652 URL: https://svnweb.freebsd.org/changeset/base/325652 Log: Prevent mlx5 core from accessing host memory after shutdown by disabling PCI busmaster. Sponsored by: Mellanox Technologies MFC after:1 week Modified:

svn commit: r325651 - in head/sys/dev/mlx5: . mlx5_core

2017-11-10 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 10 13:38:43 2017 New Revision: 325651 URL: https://svnweb.freebsd.org/changeset/base/325651 Log: Set ATOMIC endian mode in mlx5 core. The hardware is capable of 2 requestor endianness modes for standard 8 byte atomics: BE (0x0) and host endianness (0x1).

svn commit: r325650 - in head/sys/dev/mlx5: . mlx5_core

2017-11-10 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 10 13:30:14 2017 New Revision: 325650 URL: https://svnweb.freebsd.org/changeset/base/325650 Log: Add const keyword to input-only argument in mlx5 core. Sponsored by: Mellanox Technologies MFC after:1 week Modified: head/sys/dev/mlx5/driver.h

svn commit: r325649 - head/sys/dev/mlx5/mlx5_core

2017-11-10 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 10 13:28:23 2017 New Revision: 325649 URL: https://svnweb.freebsd.org/changeset/base/325649 Log: Make local variable 64-bits to avoid masking away bits in mlx5 core. Sponsored by: Mellanox Technologies MFC after:1 week Modified:

svn commit: r325648 - in head/sys/dev/mlx5: . mlx5_core

2017-11-10 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 10 13:25:29 2017 New Revision: 325648 URL: https://svnweb.freebsd.org/changeset/base/325648 Log: Implement support for decoding general port notification event in the mlx5 core module. Sponsored by: Mellanox Technologies MFC after:1 week Modified:

svn commit: r325641 - in head/sys/boot/efi: include libefi

2017-11-10 Thread Toomas Soome
Author: tsoome Date: Fri Nov 10 12:07:56 2017 New Revision: 325641 URL: https://svnweb.freebsd.org/changeset/base/325641 Log: loader.efi: efi_devpath_is_prefix should return bool efi_devpath_is_prefix() is currently returning values 0 or 1, which means it really should return bool.

svn commit: r325640 - head/share/man/man7

2017-11-10 Thread Tijl Coosemans
Author: tijl Date: Fri Nov 10 11:19:47 2017 New Revision: 325640 URL: https://svnweb.freebsd.org/changeset/base/325640 Log: Remove deprecated OVERRIDE_LINUX_BASE_PORT. It can be set via DEFAULT_VERSIONS now (e.g. DEFAULT_VERSIONS+=linux=c7). Noticed by: xmj MFC after:2 weeks

svn commit: r325638 - in head/sys: conf dev/mlx5 dev/mlx5/mlx5_core dev/mlx5/mlx5_en modules/mlx5

2017-11-10 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 10 09:49:08 2017 New Revision: 325638 URL: https://svnweb.freebsd.org/changeset/base/325638 Log: Refactor the flowsteering APIs used by mlx5en(4). This change is needed by the coming ibcore and mlx5ib updates in order to support traffic redirection to

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

2017-11-10 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 10 08:58:42 2017 New Revision: 325637 URL: https://svnweb.freebsd.org/changeset/base/325637 Log: Mark ipoib device as initialized on device open. Set the IPOIB_FLAG_INITIALIZED on dev_open and clear it on dev_stop to avoid a race between ipoib load and the

svn commit: r325635 - head/sys/compat/linuxkpi/common/include/linux

2017-11-10 Thread Hans Petter Selasky
Author: hselasky Date: Fri Nov 10 08:31:40 2017 New Revision: 325635 URL: https://svnweb.freebsd.org/changeset/base/325635 Log: Remove some not needed comments in the LinuxKPI. Use the Linux source tree to lookup documentation for the functions implemented in the LinuxKPI instead. MFC

svn commit: r325634 - head/share/mk

2017-11-10 Thread Bryan Drewery
Author: bdrewery Date: Fri Nov 10 08:00:09 2017 New Revision: 325634 URL: https://svnweb.freebsd.org/changeset/base/325634 Log: Add some missed OBJS_SRCS_FILTER from r323637. Sponsored by: Dell EMC Isilon Modified: head/share/mk/bsd.clang-analyze.mk head/share/mk/bsd.progs.mk