svn commit: r344045 - head/sys/contrib/dev/iwm

2019-02-12 Thread Li-Wen Hsu
Author: lwhsu Date: Tue Feb 12 08:16:05 2019 New Revision: 344045 URL: https://svnweb.freebsd.org/changeset/base/344045 Log: Remove empty files Approved by: markj (mentor) Sponsored by: The FreeBSD Foundation Deleted: head/sys/contrib/dev/iwm/iwm-3160-9.fw.uu head/sys/contrib/dev/iw

svn commit: r344048 - head/sys/netinet

2019-02-12 Thread Michael Tuexen
Author: tuexen Date: Tue Feb 12 10:17:21 2019 New Revision: 344048 URL: https://svnweb.freebsd.org/changeset/base/344048 Log: Improve input validation for raw IPv4 socket using the IP_HDRINCL option. This issue was found by running syzkaller on OpenBSD. Greg Steuck made me aware that th

svn commit: r344049 - head/sys/powerpc/aim

2019-02-12 Thread Leandro Lupori
Author: luporl Date: Tue Feb 12 11:29:03 2019 New Revision: 344049 URL: https://svnweb.freebsd.org/changeset/base/344049 Log: [ppc64] prevent infinite loop on icache sync At moea64_sync_icache(), when the 'va' argument has page size alignment, round_page() will return the same value as 'v

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

2019-02-12 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Feb 12 13:01:55 2019 New Revision: 344050 URL: https://svnweb.freebsd.org/changeset/base/344050 Log: Fix markup - use .Pa for the directory component, not .Fa. Reported by: 0mp MFC after:2 weeks Sponsored by: DARPA, AFRL Modified: head/share/man/man7/port

svn commit: r344056 - in head/contrib/llvm: include/llvm/CodeGen lib/CodeGen/SelectionDAG lib/Target/AArch64 lib/Target/ARM

2019-02-12 Thread Dimitry Andric
Author: dim Date: Tue Feb 12 18:32:14 2019 New Revision: 344056 URL: https://svnweb.freebsd.org/changeset/base/344056 Log: Pull in r339734 from upstream llvm trunk (by Eli Friedman): [ARM] Make PerformSHLSimplify add nodes to the DAG worklist correctly. Intentionally excluding node

svn commit: r344057 - head/usr.sbin/bhyve

2019-02-12 Thread Warner Losh
Author: imp Date: Tue Feb 12 19:05:09 2019 New Revision: 344057 URL: https://svnweb.freebsd.org/changeset/base/344057 Log: Revert r343077 until the license issues surrounding it can be resolved. Approved by: core@ Modified: head/usr.sbin/bhyve/uart_emul.c Modified: head/usr.sbin/bhyve/

svn commit: r344059 - head/share/man/man4

2019-02-12 Thread Poul-Henning Kamp
Author: phk Date: Tue Feb 12 21:06:07 2019 New Revision: 344059 URL: https://svnweb.freebsd.org/changeset/base/344059 Log: Point people to SMP(4) for CPU<->domain mapping. Modified: head/share/man/man4/numa.4 Modified: head/share/man/man4/numa.4 ==

svn commit: r344060 - head/sys/net

2019-02-12 Thread Marius Strobl
Author: marius Date: Tue Feb 12 21:08:44 2019 New Revision: 344060 URL: https://svnweb.freebsd.org/changeset/base/344060 Log: Further correct and optimize the bus_dma(9) usage of iflib(4): o Correct the obvious bugs in the netmap(4) parts: - No longer check for the existence of DMA maps as

svn commit: r344061 - head/sys/netinet

2019-02-12 Thread Kristof Provost
Author: kp Date: Tue Feb 12 21:22:57 2019 New Revision: 344061 URL: https://svnweb.freebsd.org/changeset/base/344061 Log: garp: Fix vnet related panic for gratuitous arp Gratuitous ARP packets are sent from a timer, which means we don't have a vnet context set. As a result we panic trying

svn commit: r344062 - in head/sys: compat/linuxkpi/common/src kern net sys

2019-02-12 Thread Marius Strobl
Author: marius Date: Tue Feb 12 21:23:59 2019 New Revision: 344062 URL: https://svnweb.freebsd.org/changeset/base/344062 Log: Make taskqgroup_attach{,_cpu}(9) work across architectures So far, intr_{g,s}etaffinity(9) take a single int for identifying a device interrupt. This approach does

svn commit: r344064 - head/sys/net

2019-02-12 Thread Marius Strobl
Author: marius Date: Tue Feb 12 22:33:17 2019 New Revision: 344064 URL: https://svnweb.freebsd.org/changeset/base/344064 Log: Fix the build with ALTQ after r344060. Modified: head/sys/net/iflib.c Modified: head/sys/net/iflib.c =

svn commit: r344065 - in head: contrib/libarchive/cpio/test contrib/libarchive/libarchive contrib/libarchive/libarchive/test contrib/libarchive/test_utils lib/libarchive lib/libarchive/tests

2019-02-12 Thread Martin Matuska
Author: mm Date: Tue Feb 12 23:24:45 2019 New Revision: 344065 URL: https://svnweb.freebsd.org/changeset/base/344065 Log: MFV r344063: Sync libarchive with vendor. Relevant vendor changes: PR #1085: Fix a null pointer dereference bug in zip writer PR #1110: ZIP reader added suppor

svn commit: r344066 - head/share/man/man8

2019-02-12 Thread Enji Cooper
Author: ngie Date: Tue Feb 12 23:33:16 2019 New Revision: 344066 URL: https://svnweb.freebsd.org/changeset/base/344066 Log: Add rc.resume(8) alias for rc(8) to fix the manpage cross references This issue was noticed when running `make manlint` as part of MFCing r342597 to ^/stable/11:

svn commit: r344067 - head/sbin/bectl/tests

2019-02-12 Thread Enji Cooper
Author: ngie Date: Tue Feb 12 23:35:46 2019 New Revision: 344067 URL: https://svnweb.freebsd.org/changeset/base/344067 Log: Fix up concurrent test zpool setup and teardown Set up zpools with a more unique name, stash the zpool name away in a file pointed to by `$ZPOOL_NAME_FILE` (which i

svn commit: r344069 - head/sys/modules/hwpmc

2019-02-12 Thread Marius Strobl
Author: marius Date: Tue Feb 12 23:39:18 2019 New Revision: 344069 URL: https://svnweb.freebsd.org/changeset/base/344069 Log: With r344062 in place, hwpmc_mod.c generally needs bus_if.h and device_if.h. Modified: head/sys/modules/hwpmc/Makefile Modified: head/sys/modules/hwpmc/Makefile ===

Re: svn commit: r344065 - in head: contrib/libarchive/cpio/test contrib/libarchive/libarchive contrib/libarchive/libarchive/test contrib/libarchive/test_utils lib/libarchive lib/libarchive/tests

2019-02-12 Thread Enji Cooper
> On Feb 12, 2019, at 3:24 PM, Martin Matuska wrote: > > Author: mm > Date: Tue Feb 12 23:24:45 2019 > New Revision: 344065 > URL: https://svnweb.freebsd.org/changeset/base/344065 > > Log: > MFV r344063: > Sync libarchive with vendor. > > Relevant vendor changes: >PR #1085: Fix a null

svn commit: r344070 - head/sys/cam

2019-02-12 Thread Warner Losh
Author: imp Date: Wed Feb 13 00:10:12 2019 New Revision: 344070 URL: https://svnweb.freebsd.org/changeset/base/344070 Log: Fix panic message. The panic message lead people to believe some userland CAM request had caused a problem when in reallity it was for a kernel request (eg the USER

svn commit: r344083 - head/sys/powerpc/booke

2019-02-12 Thread Justin Hibbits
Author: jhibbits Date: Wed Feb 13 03:11:12 2019 New Revision: 344083 URL: https://svnweb.freebsd.org/changeset/base/344083 Log: powerpc/booke: Use the 'tlbilx' instruction on newer cores Newer cores have the 'tlbilx' instruction, which doesn't broadcast over CoreNet. This is significantl

svn commit: r344084 - head/lib/libbe

2019-02-12 Thread Kyle Evans
Author: kevans Date: Wed Feb 13 04:19:08 2019 New Revision: 344084 URL: https://svnweb.freebsd.org/changeset/base/344084 Log: libbe(3): Fix be_destroy behavior w.r.t. deep BE snapshots and -o be_destroy is documented to recursively destroy a boot environment. In the case of snapshots, on

svn commit: r344085 - head/lib/libc/gen

2019-02-12 Thread David E. O'Brien
Author: obrien Date: Wed Feb 13 04:52:01 2019 New Revision: 344085 URL: https://svnweb.freebsd.org/changeset/base/344085 Log: Note that readpassphrase() came into FreeBSD's libc at 4.6. Modified: head/lib/libc/gen/readpassphrase.3 Modified: head/lib/libc/gen/readpassphrase.3

svn commit: r344089 - head/contrib/libarchive/libarchive

2019-02-12 Thread Martin Matuska
Author: mm Date: Wed Feb 13 07:37:33 2019 New Revision: 344089 URL: https://svnweb.freebsd.org/changeset/base/344089 Log: MFV r344088 (libarchive): archive_read_disk_posix.c: initialize delayed_errno MFC after:2 weeks Modified: head/contrib/libarchive/libarchive/archive_read_disk_p