svn commit: r348299 - head/sys/kern

2019-05-26 Thread Justin Hibbits
Author: jhibbits Date: Mon May 27 04:20:31 2019 New Revision: 348299 URL: https://svnweb.freebsd.org/changeset/base/348299 Log: kern/CTF: link_elf_ctf_get() on big endian platforms Check the CTF magic number in big endian platforms. This lets DTrace FBT handle types correctly on these

svn commit: r348298 - head/sys/cddl/dev/fbt/powerpc

2019-05-26 Thread Justin Hibbits
Author: jhibbits Date: Mon May 27 03:18:56 2019 New Revision: 348298 URL: https://svnweb.freebsd.org/changeset/base/348298 Log: powerpc/dtrace: Fix fbt function probing for ELFv2 '.' function names exist only in ELFv1. ELFv2 does away with function descriptors, and look more like they

svn commit: r348297 - in stable/12: lib/libjail sbin/bectl/tests

2019-05-26 Thread Kyle Evans
Author: kevans Date: Mon May 27 02:18:33 2019 New Revision: 348297 URL: https://svnweb.freebsd.org/changeset/base/348297 Log: MFC r348215, r348219: fix bectl(8) jail w/ numeric BE names r348215: jail_getid(3): validate jid string input Currently, if jail_getid(3) is passed in a

svn commit: r348296 - stable/12/sbin/bectl

2019-05-26 Thread Kyle Evans
Author: kevans Date: Mon May 27 02:17:41 2019 New Revision: 348296 URL: https://svnweb.freebsd.org/changeset/base/348296 Log: MFC r348127: bectl(8): add description for create subcommand In commit r345845, a portion of documentation for the create subcommand was removed. Specifically,

svn commit: r348295 - head/sys/dev/virtio/random

2019-05-26 Thread Conrad Meyer
Author: cem Date: Mon May 27 00:55:46 2019 New Revision: 348295 URL: https://svnweb.freebsd.org/changeset/base/348295 Log: virtio_random(4): Remove unneeded reference to device The device_t always references the softc, so we can pass the device and obtain the softc instead of the other

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

2019-05-26 Thread Conrad Meyer
Author: cem Date: Mon May 27 00:51:27 2019 New Revision: 348294 URL: https://svnweb.freebsd.org/changeset/base/348294 Log: virtio.4: Add missing devices and Xr This page could probably use further improvement. Modified: head/share/man/man4/virtio.4 Modified:

svn commit: r348293 - head/sys/crypto/aesni

2019-05-26 Thread Conrad Meyer
Author: cem Date: Mon May 27 00:47:51 2019 New Revision: 348293 URL: https://svnweb.freebsd.org/changeset/base/348293 Log: aesni(4): Fix trivial type typo This fixes the kernel build with xtoolchain-gcc (6.4.0). X-MFC-With: r348268 Modified: head/sys/crypto/aesni/aesni_ccm.c

svn commit: r348292 - head/sys/sys

2019-05-26 Thread Conrad Meyer
Author: cem Date: Mon May 27 00:43:43 2019 New Revision: 348292 URL: https://svnweb.freebsd.org/changeset/base/348292 Log: sys/bufobj.h: Avoid using C++ reserved keyword 'private' No functional change (except for out-of-tree C++ kmods). Modified: head/sys/sys/bufobj.h Modified:

svn commit: r348291 - head/sys/arm64/arm64

2019-05-26 Thread Jayachandran C.
Author: jchandra Date: Sun May 26 23:04:21 2019 New Revision: 348291 URL: https://svnweb.freebsd.org/changeset/base/348291 Log: arm64 nexus: remove incorrect warning acpi_config_intr() will be called when an arm64 system booted with ACPI. We do the interrupt mapping for ACPI interrupts

svn commit: r348290 - head/sys/netinet

2019-05-26 Thread Michael Tuexen
Author: tuexen Date: Sun May 26 17:18:14 2019 New Revision: 348290 URL: https://svnweb.freebsd.org/changeset/base/348290 Log: When an ACK segment as the third message of the three way handshake is received and support for time stamps was negotiated in the SYN/SYNACK exchange, perform the

svn commit: r348289 - stable/12/sys/netinet

2019-05-26 Thread Michael Tuexen
Author: tuexen Date: Sun May 26 16:43:06 2019 New Revision: 348289 URL: https://svnweb.freebsd.org/changeset/base/348289 Log: MFC r347975: Improve input validation for the IPPROTO_SCTP level socket options SCTP_CONNECT_X and SCTP_CONNECT_X_DELAYED. MFC r347976: Allow sending on

svn commit: r348288 - head/contrib/llvm/lib/CodeGen/SelectionDAG

2019-05-26 Thread Dimitry Andric
Author: dim Date: Sun May 26 15:44:58 2019 New Revision: 348288 URL: https://svnweb.freebsd.org/changeset/base/348288 Log: Pull in r361696 from upstream llvm trunk (by Sanjay Patel): [SelectionDAG] soften assertion when legalizing narrow vector FP ops The test based on PR42010:

Re: svn commit: r348286 - in head/sys/dev: ctau cxgbe

2019-05-26 Thread Alexey Dokuchaev
On Sun, May 26, 2019 at 07:05:20AM -0700, Enji Cooper wrote: > > On May 26, 2019, at 05:41, Alexey Dokuchaev wrote: > > New Revision: 348286 > > URL: https://svnweb.freebsd.org/changeset/base/348286 > > > > Log: > > Fix two errors reported by PVS Studio: V646 Consider inspecting the > >

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

2019-05-26 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Sun May 26 14:15:54 2019 New Revision: 348287 URL: https://svnweb.freebsd.org/changeset/base/348287 Log: ipheth.4: Explain how to manually configure USB tethering on Apple devices Reviewed by: danfe, hselasky Approved by: src (hselasky)

Re: svn commit: r348286 - in head/sys/dev: ctau cxgbe

2019-05-26 Thread Enji Cooper
> On May 26, 2019, at 05:41, Alexey Dokuchaev wrote: > > Author: danfe (ports committer) > Date: Sun May 26 12:41:03 2019 > New Revision: 348286 > URL: https://svnweb.freebsd.org/changeset/base/348286 > > Log: > Fix two errors reported by PVS Studio: V646 Consider inspecting the >

svn commit: r348286 - in head/sys/dev: ctau cxgbe

2019-05-26 Thread Alexey Dokuchaev
Author: danfe (ports committer) Date: Sun May 26 12:41:03 2019 New Revision: 348286 URL: https://svnweb.freebsd.org/changeset/base/348286 Log: Fix two errors reported by PVS Studio: V646 Consider inspecting the application's logic. It's possible that 'else' keyword is missing. Reviewed