svn commit: r363379 - head/sys/opencrypto

2020-07-20 Thread John Baldwin
Author: jhb Date: Mon Jul 20 22:32:39 2020 New Revision: 363379 URL: https://svnweb.freebsd.org/changeset/base/363379 Log: Don't dynamically allocate data structures for KTLS crypto requests. Allocate iovec arrays and struct cryptop and struct ocf_operation objects on the stack to reduce

svn commit: r363378 - head/sys/net

2020-07-20 Thread Vincenzo Maffione
Author: vmaffione Date: Mon Jul 20 21:08:56 2020 New Revision: 363378 URL: https://svnweb.freebsd.org/changeset/base/363378 Log: iflib: initialize netmap with the correct number of descriptors In case the network device has a RX or TX control queue, the correct number of TX/RX

svn commit: r363376 - stable/11/libexec/rtld-elf

2020-07-20 Thread Leandro Lupori
Author: luporl Date: Mon Jul 20 20:19:56 2020 New Revision: 363376 URL: https://svnweb.freebsd.org/changeset/base/363376 Log: MFC r362958 Handle non-PLT GNU IFUNC relocations in rtld Modified: stable/11/libexec/rtld-elf/rtld.c Directory Properties: stable/11/ (props changed)

svn commit: r363381 - in head: contrib/netbsd-tests/usr.bin/grep usr.bin/grep

2020-07-20 Thread Craig Leres
Author: leres (ports committer) Date: Mon Jul 20 23:57:53 2020 New Revision: 363381 URL: https://svnweb.freebsd.org/changeset/base/363381 Log: Fix some regressions with the zgrep(1) wrapper. - Handle whitespace with long flags that take arguments: echo 'foo bar' > test

svn commit: r363380 - head/sys/netinet/cc

2020-07-20 Thread Richard Scheffenegger
Author: rscheff Date: Mon Jul 20 23:47:27 2020 New Revision: 363380 URL: https://svnweb.freebsd.org/changeset/base/363380 Log: Add MODULE_VERSION to TCP loadable congestion control modules. Without versioning information, using preexisting loader / linker code is not easily possible when

svn commit: r363375 - head/contrib/elftoolchain/libdwarf

2020-07-20 Thread Mark Johnston
Author: markj Date: Mon Jul 20 18:22:38 2020 New Revision: 363375 URL: https://svnweb.freebsd.org/changeset/base/363375 Log: libdwarf: Hide SHT_NOBITS sections. gnu_debuglink external debug files will contain an .eh_frame section of type SHT_NOBITS. libdwarf does not handle such

svn commit: r363377 - head/tests/sys/kern

2020-07-20 Thread Chuck Silvers
Author: chs Date: Mon Jul 20 20:36:32 2020 New Revision: 363377 URL: https://svnweb.freebsd.org/changeset/base/363377 Log: add a few tests for sendfile. Reviewed by: markj Sponsored by: Netflix Differential Revision:https://reviews.freebsd.org/D25431 Added:

svn commit: r363362 - head/cddl/contrib/opensolaris/cmd/zpool

2020-07-20 Thread Gordon Bergling
Author: gbe (doc committer) Date: Mon Jul 20 13:01:19 2020 New Revision: 363362 URL: https://svnweb.freebsd.org/changeset/base/363362 Log: zpool(8): Fix a few typos regarding 'inverval' -> 'interval' PR: 248068 Submitted by: PauAmma Reviewed by: bcr (mentor) Approved by:

svn commit: r363361 - head/tests/sys/opencrypto

2020-07-20 Thread Alan Somers
Author: asomers Date: Mon Jul 20 12:47:15 2020 New Revision: 363361 URL: https://svnweb.freebsd.org/changeset/base/363361 Log: tests/sys/opencrypto: use python3 python2 will be EOL soon Reviewed by: lwhsu, jmg MFC after:2 weeks Sponsored by: Axcient Differential Revision:

svn commit: r363363 - head/lib/geom/eli

2020-07-20 Thread Gordon Bergling
Author: gbe (doc committer) Date: Mon Jul 20 13:24:50 2020 New Revision: 363363 URL: https://svnweb.freebsd.org/changeset/base/363363 Log: geli(8): Add an example on how to use geli(8) with a file as encrypted storage Reviewed by: bcr (mentor) Approved by: bcr (mentor) MFC after:

svn commit: r363366 - in stable/12: lib/libpmc lib/libpmc/pmu-events/arch/x86 sys/dev/hwpmc

2020-07-20 Thread Alexander Motin
Author: mav Date: Mon Jul 20 13:50:10 2020 New Revision: 363366 URL: https://svnweb.freebsd.org/changeset/base/363366 Log: MFC r363144, r363188: Add stepping to the kern.hwpmc.cpuid string on x86. It follows the equivalent Linux change to be able to differentiate skylakex and

svn commit: r363367 - head/sys/fs/ext2fs

2020-07-20 Thread Mark Johnston
Author: markj Date: Mon Jul 20 14:28:26 2020 New Revision: 363367 URL: https://svnweb.freebsd.org/changeset/base/363367 Log: ext2fs: Stop checking for failures from malloc(M_WAITOK). PR: 240545 Submitted by: Andrew Reiter Reviewed by: fsu MFC after:1 week

svn commit: r363364 - stable/12/sys/arm64/arm64

2020-07-20 Thread Mark Johnston
Author: markj Date: Mon Jul 20 13:30:42 2020 New Revision: 363364 URL: https://svnweb.freebsd.org/changeset/base/363364 Log: MFC r363162: Print arm64 physmem info during boot. PR: 243682 Modified: stable/12/sys/arm64/arm64/machdep.c Directory Properties: stable/12/ (props

svn commit: r363365 - stable/12/sbin/ping

2020-07-20 Thread Mark Johnston
Author: markj Date: Mon Jul 20 13:37:14 2020 New Revision: 363365 URL: https://svnweb.freebsd.org/changeset/base/363365 Log: MFC r363102: ping(8): Check for integer truncation when handling the value for -s. PR: 239976 Modified: stable/12/sbin/ping/ping.c Directory Properties:

svn commit: r363368 - head/sys/crypto/via

2020-07-20 Thread Alan Somers
Author: asomers Date: Mon Jul 20 16:12:14 2020 New Revision: 363368 URL: https://svnweb.freebsd.org/changeset/base/363368 Log: padlock: fix Via Padlock with 192-bit keys It's been broken since a typo in r359374 Reviewed by: jhb MFC after:2 weeks Sponsored by: Axcient

svn commit: r363369 - stable/12/usr.sbin/arp

2020-07-20 Thread Gordon Bergling
Author: gbe (doc committer) Date: Mon Jul 20 16:45:44 2020 New Revision: 363369 URL: https://svnweb.freebsd.org/changeset/base/363369 Log: MFC r363146: arp(8) clarify the use of the '-a flag' PR: 238146 Submitted by: Andrew Stevenson Reported by: Andrew Stevenson

svn commit: r363370 - stable/12/lib/libc/sys

2020-07-20 Thread Gordon Bergling
Author: gbe (doc committer) Date: Mon Jul 20 16:48:46 2020 New Revision: 363370 URL: https://svnweb.freebsd.org/changeset/base/363370 Log: MFC r363156: lseek(2): Document the seek behavior better and update the POSIX compliance PR: 162765 Submitted by: arundel@ Reported by:

svn commit: r363371 - stable/12/lib/libc/gen

2020-07-20 Thread Gordon Bergling
Author: gbe (doc committer) Date: Mon Jul 20 16:51:18 2020 New Revision: 363371 URL: https://svnweb.freebsd.org/changeset/base/363371 Log: MFC r363147: gethostname(3): Correct the reference of the undefined value HOST_NAME_MAX PR: 143472 Submitted by: bcran@ Reported by:

svn commit: r363372 - stable/12/libexec/rtld-elf

2020-07-20 Thread Leandro Lupori
Author: luporl Date: Mon Jul 20 17:04:25 2020 New Revision: 363372 URL: https://svnweb.freebsd.org/changeset/base/363372 Log: MFC r362958 Handle non-PLT GNU IFUNC relocations in rtld Modified: stable/12/libexec/rtld-elf/rtld.c Directory Properties: stable/12/ (props changed)

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

2020-07-20 Thread Mark Johnston
Author: markj Date: Mon Jul 20 17:05:44 2020 New Revision: 363373 URL: https://svnweb.freebsd.org/changeset/base/363373 Log: Fix a memory leak in dsl_scan_visitbp(). This should be triggered only if arc_read() fails, i.e., quite rarely. The same logic is already present in OpenZFS.

svn commit: r363374 - head/sys/opencrypto

2020-07-20 Thread Mark Johnston
Author: markj Date: Mon Jul 20 17:44:13 2020 New Revision: 363374 URL: https://svnweb.freebsd.org/changeset/base/363374 Log: crypto(9): Stop checking for failures from malloc(M_WAITOK). PR: 240545 Submitted by: Andrew Reiter Reviewed by: cem, delphij, jhb MFC after:1