svn commit: r348302 - head/lib/libcrypt

2019-05-26 Thread Xin LI
Author: delphij Date: Mon May 27 06:37:23 2019 New Revision: 348302 URL: https://svnweb.freebsd.org/changeset/base/348302 Log: Chase r261913: hardcoded default crypt(3) algorithm is SHA-512 when DES is not available. Submitted by: Ali Mashtizadeh MFC after:3 days Modified: head/

svn commit: r348301 - head/sbin/ipfw

2019-05-26 Thread Andrey V. Elsukov
Author: ae Date: Mon May 27 06:34:36 2019 New Revision: 348301 URL: https://svnweb.freebsd.org/changeset/base/348301 Log: Remove unused token that was added in r348235. MFC after:2 weeks Modified: head/sbin/ipfw/ipfw2.h Modified: head/sbin/ipfw/ipfw2.h ==

svn commit: r348300 - head/sys/ufs/ffs

2019-05-26 Thread Kirk McKusick
Author: mckusick Date: Mon May 27 06:22:43 2019 New Revision: 348300 URL: https://svnweb.freebsd.org/changeset/base/348300 Log: Add function name and line number debugging information to softupdates worklist structures to help track their movement between work lists. No functional change to

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 pl

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 do

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 numer

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, for

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 wa

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: head/share/man/man4/virtio.4

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 Modi

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: head/sys

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 in

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 PAW

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 demand

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 > > applica

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) Differential

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 > applicatio

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 b