svn commit: r323519 - head/lib/libefivar

2017-09-12 Thread Warner Losh
Author: imp Date: Wed Sep 13 04:32:23 2017 New Revision: 323519 URL: https://svnweb.freebsd.org/changeset/base/323519 Log: Minor fixes to edge cases in efi_get_next_variable_name Fix allocating more memory for the names (unlikely to be needed, but still best to get right) to ask for the

svn commit: r323518 - head/sys/conf

2017-09-12 Thread Sean Bruno
Author: sbruno Date: Wed Sep 13 03:56:03 2017 New Revision: 323518 URL: https://svnweb.freebsd.org/changeset/base/323518 Log: Jenkins i386 LINT build uses NOTES to generate its LINT kernel config. ixl(4) isn't in here either, so I'll remove lio(4) too. Modified: head/sys/conf/NOTES

svn commit: r323517 - head/sys/dev/e1000

2017-09-12 Thread Stephen Hurd
Author: shurd Date: Wed Sep 13 02:44:50 2017 New Revision: 323517 URL: https://svnweb.freebsd.org/changeset/base/323517 Log: Fix GCC build failure caused by r323516 No need to declare cold when we #include Reported by: Jenkins Reviewed by: sbruno Approved by: sbruno (mentor)

Re: svn commit: r323516 - in head/sys: dev/bnxt dev/e1000 kern net sys

2017-09-12 Thread Ryan Libby
On Tue, Sep 12, 2017 at 6:18 PM, Stephen Hurd wrote: > Author: shurd > Date: Wed Sep 13 01:18:42 2017 > New Revision: 323516 > URL: https://svnweb.freebsd.org/changeset/base/323516 > > Log: > Roll up iflib commits from github. This pulls in most of the work done > by Matt

svn commit: r323516 - in head/sys: dev/bnxt dev/e1000 kern net sys

2017-09-12 Thread Stephen Hurd
Author: shurd Date: Wed Sep 13 01:18:42 2017 New Revision: 323516 URL: https://svnweb.freebsd.org/changeset/base/323516 Log: Roll up iflib commits from github. This pulls in most of the work done by Matt Macy as well as other changes which he has accepted via pull request to his github

svn commit: r323514 - head/usr.sbin/cxgbetool

2017-09-12 Thread Navdeep Parhar
Author: np Date: Wed Sep 13 00:37:42 2017 New Revision: 323514 URL: https://svnweb.freebsd.org/changeset/base/323514 Log: cxgbetool(8): mode must be specified when creating the dump file. MFC after:1 week Sponsored by: Chelsio Communications Modified:

svn commit: r323513 - head/sys/net

2017-09-12 Thread Matt Joras
Author: mjoras Date: Wed Sep 13 00:25:09 2017 New Revision: 323513 URL: https://svnweb.freebsd.org/changeset/base/323513 Log: Allow vlan interfaces to rx through netmap(4). Normally after receiving a packet, a vlan(4) interface sends the packet back through its parent interface's rx

svn commit: r323512 - head/sys/conf

2017-09-12 Thread Sean Bruno
Author: sbruno Date: Tue Sep 12 23:58:38 2017 New Revision: 323512 URL: https://svnweb.freebsd.org/changeset/base/323512 Log: Leave the Cavium Liquid IO driver exist in files, not files.amd64 Submitted by: imp Modified: head/sys/conf/files head/sys/conf/files.amd64 Modified:

svn commit: r323511 - head/sys/cam

2017-09-12 Thread Warner Losh
Author: imp Date: Tue Sep 12 23:46:33 2017 New Revision: 323511 URL: https://svnweb.freebsd.org/changeset/base/323511 Log: cam iosched: Limit the quanta default to hz if it's below 200 The cam_iosched_ticker() can't be scheduled more than once per tick. Some limiters depend on quanta

Re: svn commit: r323510 - head/sys/conf

2017-09-12 Thread Warner Losh
This is the *WRONG* way to have it build only on 64-bit architectures. Leave it in files. Only build the *MODULE* on 64-bit architectures Warner On Tue, Sep 12, 2017 at 5:42 PM, Sean Bruno wrote: > Author: sbruno > Date: Tue Sep 12 23:42:52 2017 > New Revision:

svn commit: r323510 - head/sys/conf

2017-09-12 Thread Sean Bruno
Author: sbruno Date: Tue Sep 12 23:42:52 2017 New Revision: 323510 URL: https://svnweb.freebsd.org/changeset/base/323510 Log: Do not try to build the Cavium Liquidio driver on all architechtures. For now, limit to amd64 only. Modified: head/sys/conf/files Modified: head/sys/conf/files

svn commit: r323509 - in head: share/man/man4 sys/conf sys/contrib/dev/liquidio sys/dev/liquidio sys/dev/liquidio/base sys/modules sys/modules/lio

2017-09-12 Thread Sean Bruno
Author: sbruno Date: Tue Sep 12 23:36:58 2017 New Revision: 323509 URL: https://svnweb.freebsd.org/changeset/base/323509 Log: The diff is the initial submission of Cavium Liquidio 2350/2360 10/25G Intelligent NIC driver. The submission conconsists of firmware binary file and driver

svn commit: r323508 - head/usr.sbin/bsdinstall/partedit

2017-09-12 Thread Ravi Pokala
Author: rpokala Date: Tue Sep 12 22:19:21 2017 New Revision: 323508 URL: https://svnweb.freebsd.org/changeset/base/323508 Log: When doing a non-interactive installation, don't display an interactive warning about a filesystem which doesn't have a mountpoint. Presumably, the person who wrote

svn commit: r323507 - head/usr.bin/sockstat

2017-09-12 Thread Michael Tuexen
Author: tuexen Date: Tue Sep 12 21:36:13 2017 New Revision: 323507 URL: https://svnweb.freebsd.org/changeset/base/323507 Log: Add support for printing the path state for SCTP association. Modified: head/usr.bin/sockstat/sockstat.1 head/usr.bin/sockstat/sockstat.c Modified:

svn commit: r323506 - head/usr.sbin/iovctl

2017-09-12 Thread Ryan Stone
Author: rstone Date: Tue Sep 12 21:12:04 2017 New Revision: 323506 URL: https://svnweb.freebsd.org/changeset/base/323506 Log: Fix incorrect error message in iovctl If the iovctl command was invoked with only the -C flag, the user would receive a message claiming that they needed to also

svn commit: r323505 - head/sys/netinet

2017-09-12 Thread Michael Tuexen
Author: tuexen Date: Tue Sep 12 21:08:50 2017 New Revision: 323505 URL: https://svnweb.freebsd.org/changeset/base/323505 Log: Export the UDP encapsualation port and the path state. Modified: head/sys/netinet/sctp_sysctl.c head/sys/netinet/sctp_uio.h Modified:

svn commit: r323504 - head/usr.bin/sockstat

2017-09-12 Thread Michael Tuexen
Author: tuexen Date: Tue Sep 12 21:07:48 2017 New Revision: 323504 URL: https://svnweb.freebsd.org/changeset/base/323504 Log: Add printing of the remote encapsulation port for SCTP associations. Sponsored by: Netflix, Inc. Modified: head/usr.bin/sockstat/sockstat.1

svn commit: r323503 - in head: . sys/cam/ctl

2017-09-12 Thread Alan Somers
Sep 12 19:20:24 2017(r323502) +++ head/UPDATING Tue Sep 12 19:36:24 2017(r323503) @@ -52,6 +52,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW: ** SPECIAL WARNING: ** 20170912: + The default serial n

svn commit: r323502 - head/share/misc

2017-09-12 Thread Adriaan de Groot
Author: adridg (ports committer) Date: Tue Sep 12 19:20:24 2017 New Revision: 323502 URL: https://svnweb.freebsd.org/changeset/base/323502 Log: Add self to mentor-mentee data, procedure 1.5. Approved by: tcberner (mentor) Modified: head/share/misc/committers-ports.dot Modified:

svn commit: r323501 - in head: libexec/rtld-elf libexec/rtld-elf/mips sys/sys

2017-09-12 Thread John Baldwin
Author: jhb Date: Tue Sep 12 17:46:30 2017 New Revision: 323501 URL: https://svnweb.freebsd.org/changeset/base/323501 Log: Handle relocations for newer non-PIC MIPS ABI. Newer binutils supports extensions to the MIPS ABI for non-PIC code that is used when compiling O32 binaries with

svn commit: r323500 - in head: . libexec/rtld-elf/arm

2017-09-12 Thread Warner Losh
ING == --- head/UPDATING Tue Sep 12 16:00:51 2017(r323499) +++ head/UPDATING Tue Sep 12 17:06:35 2017(r323500) @@ -51,6 +51,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW: ** SPECIAL WARNING: ** +20170

svn commit: r323499 - head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs

2017-09-12 Thread Li-Wen Hsu
Author: lwhsu (ports committer) Date: Tue Sep 12 16:00:51 2017 New Revision: 323499 URL: https://svnweb.freebsd.org/changeset/base/323499 Log: Fix DTrace test tst_inet_ntop_d: remove definitions are already in libdtrace We have D definitions for the named values in socket.h after r323253.

svn commit: r323498 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2017-09-12 Thread Mark Johnston
Author: markj Date: Tue Sep 12 14:38:10 2017 New Revision: 323498 URL: https://svnweb.freebsd.org/changeset/base/323498 Log: Add a O_CLOEXEC use missed in r323166. PR: 199810 Reported by: Jukka A. Ukkonen MFC after:3 days Modified:

svn commit: r323497 - head/sys/boot/efi/libefi

2017-09-12 Thread Toomas Soome
Author: tsoome Date: Tue Sep 12 14:18:45 2017 New Revision: 323497 URL: https://svnweb.freebsd.org/changeset/base/323497 Log: libefi: efipart_open should check the status from disk_open In case of error from disk_open(), we should clean up properly. Reviewed by: allanjude, imp

svn commit: r323496 - head/lib/libstand

2017-09-12 Thread Toomas Soome
Author: tsoome Date: Tue Sep 12 13:51:18 2017 New Revision: 323496 URL: https://svnweb.freebsd.org/changeset/base/323496 Log: libstand: tftp_open() can leak pkt on error The memory can be leaked if we will have pkt set and will get an error during tftp_open() processing.

svn commit: r323494 - in head/sys: boot/zfs cddl/boot/zfs

2017-09-12 Thread Toomas Soome
Author: tsoome Date: Tue Sep 12 13:45:04 2017 New Revision: 323494 URL: https://svnweb.freebsd.org/changeset/base/323494 Log: loader should support large_dnode The zfsonlinux feature large_dnode is not yet supported by the loader. Reviewed by: avg, allanjude Differential Revision:

svn commit: r323493 - head/usr.sbin/tcpdrop

2017-09-12 Thread Michael Tuexen
Author: tuexen Date: Tue Sep 12 13:39:44 2017 New Revision: 323493 URL: https://svnweb.freebsd.org/changeset/base/323493 Log: Allow TCP connections to be filtered by stack and state. Choose the command line options to be consistent with the ones of sockstat. Sponsored by: Netflix,

svn commit: r323492 - in head: sys/netinet usr.bin/sockstat

2017-09-12 Thread Michael Tuexen
Author: tuexen Date: Tue Sep 12 13:34:43 2017 New Revision: 323492 URL: https://svnweb.freebsd.org/changeset/base/323492 Log: Add support to print the TCP stack being used. Sponsored by: Netflix, Inc. Modified: head/sys/netinet/tcp_var.h head/usr.bin/sockstat/sockstat.1

svn commit: r323491 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-09-12 Thread Andriy Gapon
Author: avg Date: Tue Sep 12 13:21:14 2017 New Revision: 323491 URL: https://svnweb.freebsd.org/changeset/base/323491 Log: fix a fallout from the ZTOV tightening, r323479 MFC after:13 days X-MFC with: r323479 Modified:

svn commit: r323490 - head/sys/arm/ti

2017-09-12 Thread Olivier Houchard
Author: cognet Date: Tue Sep 12 10:43:02 2017 New Revision: 323490 URL: https://svnweb.freebsd.org/changeset/base/323490 Log: Some devices come with the same name as TI devices, so we can't rely on the "probe" method of those drivers to mean we're on e TI SoC. Introduce a new function,

svn commit: r323483 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-09-12 Thread Andriy Gapon
Author: avg Date: Tue Sep 12 06:06:58 2017 New Revision: 323483 URL: https://svnweb.freebsd.org/changeset/base/323483 Log: zfsctl_snapdir_lookup should be able to handle an uncovered vnode The uncovered vnode is possible because there is no guarantee that its hold count would go to zero

svn commit: r323482 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-09-12 Thread Andriy Gapon
Author: avg Date: Tue Sep 12 06:05:30 2017 New Revision: 323482 URL: https://svnweb.freebsd.org/changeset/base/323482 Log: zfs_ctldir: remove obsolete / bogus ARGSUSED lint directives None of the tagged functions had unused parameters. MFC after:1 week Modified:

svn commit: r323481 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-09-12 Thread Andriy Gapon
Author: avg Date: Tue Sep 12 06:04:50 2017 New Revision: 323481 URL: https://svnweb.freebsd.org/changeset/base/323481 Log: zfsvfs_hold: assert that the busied filesystem can not be unmounted This is a FreeBSD specific feature. MFC after:3 weeks Sponsored by: Panzura Modified:

svn commit: r323480 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-09-12 Thread Andriy Gapon
Author: avg Date: Tue Sep 12 06:04:01 2017 New Revision: 323480 URL: https://svnweb.freebsd.org/changeset/base/323480 Log: zfs_get_vfs: reference a requested filesystem instead of vfs_busy-ing it The only consumer of zfs_get_vfs, zfs_unmount_snap, does not need the filesystem to be busy,

svn commit: r323479 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2017-09-12 Thread Andriy Gapon
Author: avg Date: Tue Sep 12 06:02:21 2017 New Revision: 323479 URL: https://svnweb.freebsd.org/changeset/base/323479 Log: zfs: tighten debug versions of ZTOV and VTOZ MFC after:2 weeks Sponsored by: Panzura Modified: