Re: svn commit: r362338 - in head: share/man/man4 sys/conf sys/kern sys/netinet sys/netinet6 sys/netipsec sys/netpfil/pf

2020-06-22 Thread John Baldwin
On 6/21/20 6:10 PM, Mark Johnston wrote: > On Fri, Jun 19, 2020 at 08:33:35AM -0700, John Baldwin wrote: >> On 6/18/20 12:32 PM, Mark Johnston wrote: >>> Author: markj >>> Date: Thu Jun 18 19:32:34 2020 >>> New Revision: 362338 >>> URL: https://svnweb.freebsd.org/changeset/base/362338 >>> >>> Log:

Re: svn commit: r362294 - head/sys/dev/sound/pci/hda

2020-06-22 Thread Konstantin Belousov
On Mon, Jun 22, 2020 at 09:37:15AM +0300, Andriy Gapon wrote: > On 22/06/2020 00:59, Konstantin Belousov wrote: > > This commit (or rather, a merge of this commit to stable/12) causes an issue > > on my Apollo Lake machine. Look: > > hdac0@pci0:0:14:0: class=0x040300 card=0xa1821458

Re: svn commit: r362338 - in head: share/man/man4 sys/conf sys/kern sys/netinet sys/netinet6 sys/netipsec sys/netpfil/pf

2020-06-22 Thread Rodney W. Grimes
> On 6/21/20 6:10 PM, Mark Johnston wrote: > > On Fri, Jun 19, 2020 at 08:33:35AM -0700, John Baldwin wrote: > >> On 6/18/20 12:32 PM, Mark Johnston wrote: > >>> Author: markj > >>> Date: Thu Jun 18 19:32:34 2020 > >>> New Revision: 362338 > >>> URL:

Re: svn commit: r362148 - head/contrib/nvi/common

2020-06-22 Thread Gleb Smirnoff
Yuri, Zhihao, this commit totally broke Russian input for me in nvi. After exiting edit mode, nvi immediately converts all text to ???. I don't have any special settings in my environment. All I have is "russian" class for my user which yields in these environment variables: declare -x

svn commit: r362515 - head/contrib/nvi/common

2020-06-22 Thread Yuri Pankov
Author: yuripv Date: Mon Jun 22 22:59:03 2020 New Revision: 362515 URL: https://svnweb.freebsd.org/changeset/base/362515 Log: Revert r362148. Breaks UTF-8 input for new or having only 7bit characters present files. Reported by: glebius Modified: head/contrib/nvi/common/exf.c

svn commit: r362517 - in head: share/man/man9 sys/opencrypto

2020-06-22 Thread John Baldwin
Author: jhb Date: Mon Jun 22 23:20:43 2020 New Revision: 362517 URL: https://svnweb.freebsd.org/changeset/base/362517 Log: Add support to the crypto framework for separate AAD buffers. This permits requests to provide the AAD in a separate side buffer instead of as a region in the crypto

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

2020-06-22 Thread Allan Jude
Author: allanjude Date: Mon Jun 22 19:03:02 2020 New Revision: 362505 URL: https://svnweb.freebsd.org/changeset/base/362505 Log: MFOpenZFS: Add zio_ddt_free()+ddt_phys_decref() error handling The assumption in zio_ddt_free() is that ddt_phys_select() must always find a match. However,

Re: svn commit: r358181 - head/usr.sbin/pstat

2020-06-22 Thread Piotr P. Stefaniak
On 2020-02-20 21:12:10, Christian S.J. Peron wrote: Author: csjp Date: Thu Feb 20 21:12:10 2020 New Revision: 358181 URL: https://svnweb.freebsd.org/changeset/base/358181 Log: - Implement -h (human readable) for the size of the underlying block disk. Currently, the size of the swap device

Re: svn commit: r362338 - in head: share/man/man4 sys/conf sys/kern sys/netinet sys/netinet6 sys/netipsec sys/netpfil/pf

2020-06-22 Thread Mark Johnston
On Mon, Jun 22, 2020 at 11:35:38AM -0700, John Baldwin wrote: > On 6/21/20 6:10 PM, Mark Johnston wrote: > > On Fri, Jun 19, 2020 at 08:33:35AM -0700, John Baldwin wrote: > >> On 6/18/20 12:32 PM, Mark Johnston wrote: > >>> Author: markj > >>> Date: Thu Jun 18 19:32:34 2020 > >>> New Revision:

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

2020-06-22 Thread John Baldwin
Author: jhb Date: Mon Jun 22 23:22:13 2020 New Revision: 362518 URL: https://svnweb.freebsd.org/changeset/base/362518 Log: Add support for requests with separate AAD to aesni(4). Sponsored by: Chelsio Communications Differential Revision:https://reviews.freebsd.org/D25289

svn commit: r362509 - head/sys/x86/x86

2020-06-22 Thread Jung-uk Kim
Author: jkim Date: Mon Jun 22 20:42:58 2020 New Revision: 362509 URL: https://svnweb.freebsd.org/changeset/base/362509 Log: Assume all TSCs are synchronized for AMD Family 17h processors and later when it has passed the synchronization test. "Processor Programming Reference (PPR) for AMD

Re: svn commit: r362148 - head/contrib/nvi/common

2020-06-22 Thread Yuri Pankov
Gleb Smirnoff wrote: Yuri, Zhihao, this commit totally broke Russian input for me in nvi. After exiting edit mode, nvi immediately converts all text to ???. I don't have any special settings in my environment. All I have is "russian" class for my user which yields in these environment

Re: svn commit: r362148 - head/contrib/nvi/common

2020-06-22 Thread Gleb Smirnoff
On Tue, Jun 23, 2020 at 01:20:01AM +0300, Yuri Pankov wrote: Y> Gleb Smirnoff wrote: Y> >Yuri, Zhihao, Y> > Y> > this commit totally broke Russian input for me in nvi. After Y> > exiting edit mode, nvi immediately converts all text to ???. Y> > Y> > I don't have any special settings in

svn commit: r362519 - head/sys/dev/cxgbe/crypto

2020-06-22 Thread John Baldwin
Author: jhb Date: Mon Jun 22 23:41:33 2020 New Revision: 362519 URL: https://svnweb.freebsd.org/changeset/base/362519 Log: Add support for requests with separate AAD to ccr(4). Sponsored by: Chelsio Communications Differential Revision:https://reviews.freebsd.org/D25290

Re: svn commit: r362338 - in head: share/man/man4 sys/conf sys/kern sys/netinet sys/netinet6 sys/netipsec sys/netpfil/pf

2020-06-22 Thread John Baldwin
On 6/22/20 3:07 PM, Mark Johnston wrote: > On Mon, Jun 22, 2020 at 11:35:38AM -0700, John Baldwin wrote: >> On 6/21/20 6:10 PM, Mark Johnston wrote: >>> On Fri, Jun 19, 2020 at 08:33:35AM -0700, John Baldwin wrote: On 6/18/20 12:32 PM, Mark Johnston wrote: > Author: markj > Date: Thu

Re: svn commit: r362148 - head/contrib/nvi/common

2020-06-22 Thread Zhihao Yuan
On Mon, Jun 22, 2020 at 5:24 PM Gleb Smirnoff wrote: > > My first attempt was this fix: > > --- common/exf.c(revision 362200) > +++ common/exf.c(working copy) > @@ -1252,7 +1252,8 @@ file_encinit(SCR *sp) > else if (O_ISSET(sp, O_FILEENCODING) && >

Re: svn commit: r362148 - head/contrib/nvi/common

2020-06-22 Thread Yuri Pankov
Zhihao Yuan wrote: On Mon, Jun 22, 2020 at 5:24 PM Gleb Smirnoff > wrote: My first attempt was this fix: --- common/exf.c        (revision 362200) +++ common/exf.c        (working copy) @@ -1252,7 +1252,8 @@ file_encinit(SCR *sp)         else

svn commit: r362516 - head/contrib/ldns/drill

2020-06-22 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jun 22 23:13:14 2020 New Revision: 362516 URL: https://svnweb.freebsd.org/changeset/base/362516 Log: Fix crash in drill(1) when IP has two subsequent dots Cherry-pick crash fix from the upstream repo PR: 226575 Reported by: Goran Mekić Obtained

Re: svn commit: r362503 - head/share/man/man5

2020-06-22 Thread Hiroki Sato
Eugene Grosbein wrote in <202006221752.05mhqend013...@repo.freebsd.org>: eu> Author: eugen eu> Date: Mon Jun 22 17:52:13 2020 eu> New Revision: 362503 eu> URL: https://svnweb.freebsd.org/changeset/base/362503 eu> eu> Log: eu> Followup to r362502: rc.conf(5): unobsolete gif_interfaces eu> eu>

svn commit: r362523 - head/sys/opencrypto

2020-06-22 Thread John Baldwin
Author: jhb Date: Tue Jun 23 00:02:28 2020 New Revision: 362523 URL: https://svnweb.freebsd.org/changeset/base/362523 Log: Store the AAD in a separate buffer for KTLS. For TLS 1.2 this permits reusing one of the existing iovecs without always having to duplicate both. While here,

svn commit: r362530 - head/sys/dev/ena

2020-06-22 Thread Andriy Gapon
Author: avg Date: Tue Jun 23 04:58:36 2020 New Revision: 362530 URL: https://svnweb.freebsd.org/changeset/base/362530 Log: teach ena driver about RSS kernel option Networking is broken if the driver configures its (virtual) hardware to use a hash algorithm (or a key) different from the

Re: svn commit: r362488 - in head: contrib/file/magic/Magdir contrib/tcpdump lib/geom/part stand/efi/include stand/i386/boot0 sys/dev/hptmv sys/geom/part usr.bin/fortune/datfiles usr.bin/mkimg usr.sbi

2020-06-22 Thread Pedro Giffuni
On 22/06/2020 02:58, Alexey Dokuchaev wrote: On Mon, Jun 22, 2020 at 07:46:25AM +, Baptiste Daroussin wrote: New Revision: 362488 URL: https://svnweb.freebsd.org/changeset/base/362488 Log: Revert r362466 Such change should not have happen without prior discussion and review.

svn commit: r362502 - head/libexec/rc

2020-06-22 Thread Eugene Grosbein
Author: eugen Date: Mon Jun 22 17:25:21 2020 New Revision: 362502 URL: https://svnweb.freebsd.org/changeset/base/362502 Log: network.subr: unobsolete gif_interfaces There are cases when gif_interfaces cannot be replaced with cloned_interfaces, such as tunnels with external IPv6 addresses

svn commit: r362503 - head/share/man/man5

2020-06-22 Thread Eugene Grosbein
Author: eugen Date: Mon Jun 22 17:52:13 2020 New Revision: 362503 URL: https://svnweb.freebsd.org/changeset/base/362503 Log: Followup to r362502: rc.conf(5): unobsolete gif_interfaces There are cases when gif_interfaces cannot be replaced with cloned_interfaces, such as tunnels with

svn commit: r362487 - in head/sys/dev/cxgbe: iw_cxgbe tom

2020-06-22 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Jun 22 07:35:23 2020 New Revision: 362487 URL: https://svnweb.freebsd.org/changeset/base/362487 Log: Switch cxgbe interface lookup to use fibX_lookup() from older fibX_lookup_nh_ext(). fibX_lookup_nh_ represents pre-epoch generation of fib kpi, providing

svn commit: r362488 - in head: contrib/file/magic/Magdir contrib/tcpdump lib/geom/part stand/efi/include stand/i386/boot0 sys/dev/hptmv sys/geom/part usr.bin/fortune/datfiles usr.bin/mkimg usr.sbin...

2020-06-22 Thread Baptiste Daroussin
Author: bapt Date: Mon Jun 22 07:46:24 2020 New Revision: 362488 URL: https://svnweb.freebsd.org/changeset/base/362488 Log: Revert r362466 Such change should not have happen without prior discussion and review. With hat: transitioning core Modified:

svn commit: r362495 - head/lib/libc/string

2020-06-22 Thread Piotr Pawel Stefaniak
Author: pstef Date: Mon Jun 22 11:03:36 2020 New Revision: 362495 URL: https://svnweb.freebsd.org/changeset/base/362495 Log: strtok(3): make it easier to find the RETURN VALUES section MFC after:1 week Modified: head/lib/libc/string/strtok.3 Modified: head/lib/libc/string/strtok.3

svn commit: r362491 - head/sbin/rcorder

2020-06-22 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Mon Jun 22 10:01:24 2020 New Revision: 362491 URL: https://svnweb.freebsd.org/changeset/base/362491 Log: Improve the rcorder manual page - Fix formatting issues such as: - Use Ql instead of Dq Li as Li is deprecated - Address some mandoc

svn commit: r362492 - head/sys/dev/gpio

2020-06-22 Thread Andriy Gapon
Author: avg Date: Mon Jun 22 10:32:41 2020 New Revision: 362492 URL: https://svnweb.freebsd.org/changeset/base/362492 Log: gpiobus_release_pin: remove incorrect prefix from error messages It's interesting that similar messages from gpiobus_acquire_pin never had any prefix while

svn commit: r362493 - head/sys/dev/pci

2020-06-22 Thread Andrew Turner
Author: andrew Date: Mon Jun 22 10:49:50 2020 New Revision: 362493 URL: https://svnweb.freebsd.org/changeset/base/362493 Log: Translaate the PCI address when activating a resource When the PCI address != physical address we need to translate from the former to the latter before passing

Re: svn commit: r362452 - in head: contrib/xz/src/liblzma/check lib/liblzma share/mk

2020-06-22 Thread Ruslan Garipov
On 6/21/2020 2:32 AM, Xin LI wrote: > Author: delphij > Date: Sat Jun 20 21:32:07 2020 > New Revision: 362452 > URL: https://svnweb.freebsd.org/changeset/base/362452 > > Log: > liblzma: Make liblzma use libmd implementation of SHA256. I'm trying to update from r362172 (GENERIC-NODEBUG) to

Re: svn commit: r362452 - in head: contrib/xz/src/liblzma/check lib/liblzma share/mk

2020-06-22 Thread Yuri Pankov
Ruslan Garipov wrote: On 6/21/2020 2:32 AM, Xin LI wrote: Author: delphij Date: Sat Jun 20 21:32:07 2020 New Revision: 362452 URL: https://svnweb.freebsd.org/changeset/base/362452 Log: liblzma: Make liblzma use libmd implementation of SHA256. I'm trying to update from r362172

Re: svn commit: r362488 - in head: contrib/file/magic/Magdir contrib/tcpdump lib/geom/part stand/efi/include stand/i386/boot0 sys/dev/hptmv sys/geom/part usr.bin/fortune/datfiles usr.bin/mkimg usr.sbi

2020-06-22 Thread Alexey Dokuchaev
On Mon, Jun 22, 2020 at 07:46:25AM +, Baptiste Daroussin wrote: > New Revision: 362488 > URL: https://svnweb.freebsd.org/changeset/base/362488 > > Log: > Revert r362466 > > Such change should not have happen without prior discussion and review. Thank you Baptiste. ./danfe

svn commit: r362489 - head/sys/arm/broadcom/bcm2835

2020-06-22 Thread Andrew Turner
Author: andrew Date: Mon Jun 22 08:12:21 2020 New Revision: 362489 URL: https://svnweb.freebsd.org/changeset/base/362489 Log: Fix reboot command on the Raspberry Pi series. The Raspbery Pi computers do not properly implement PSCI. The canonical way to reset them is to set a watchdog

svn commit: r362490 - head/sys/fs/nfs

2020-06-22 Thread Doug Rabson
Author: dfr Date: Mon Jun 22 08:23:16 2020 New Revision: 362490 URL: https://svnweb.freebsd.org/changeset/base/362490 Log: Add some missing parts for supporting va_birthtime. Reviewed by: rmacklem Modified: head/sys/fs/nfs/nfs_commonsubs.c head/sys/fs/nfs/nfsport.h

Re: svn commit: r362294 - head/sys/dev/sound/pci/hda

2020-06-22 Thread Andriy Gapon
On 22/06/2020 00:59, Konstantin Belousov wrote: > This commit (or rather, a merge of this commit to stable/12) causes an issue > on my Apollo Lake machine. Look: > hdac0@pci0:0:14:0: class=0x040300 card=0xa1821458 chip=0x5a988086 rev=0x0b > hdr=0x00 > vendor = 'Intel Corporation' >

Re: svn commit: r362477 - in head: . libexec/flua tools/build

2020-06-22 Thread Mateusz Piotrowski
On 6/22/20 5:14 AM, Ryan Moeller wrote: > Author: freqlabs > Date: Mon Jun 22 03:14:43 2020 > New Revision: 362477 > URL: https://svnweb.freebsd.org/changeset/base/362477 > > Log: > flua: add ucl library > > libucl comes with a Lua library binding. Build it into flua. > > This lets

svn commit: r362496 - in head: share/man/man4 sys/dev/acpi_support

2020-06-22 Thread Mark Johnston
Author: markj Date: Mon Jun 22 12:36:05 2020 New Revision: 362496 URL: https://svnweb.freebsd.org/changeset/base/362496 Log: acpi_ibm(4): Add support for putting fans in disengaged mode. PR: 247306 Submitted by: Ali Abdallah MFC after:2 weeks Modified:

svn commit: r362497 - head/sys/netinet

2020-06-22 Thread Mark Johnston
Author: markj Date: Mon Jun 22 14:01:31 2020 New Revision: 362497 URL: https://svnweb.freebsd.org/changeset/base/362497 Log: Move the definition of SCTP's system_base_info into sctp_crc32.c. This file is the only SCTP source file compiled into the kernel when SCTP_SUPPORT is configured.

svn commit: r362498 - head/sys/netinet

2020-06-22 Thread Michael Tuexen
Author: tuexen Date: Mon Jun 22 14:36:14 2020 New Revision: 362498 URL: https://svnweb.freebsd.org/changeset/base/362498 Log: No need to include netinet/sctp_crc32.h twice. Modified: head/sys/netinet/sctp_crc32.c Modified: head/sys/netinet/sctp_crc32.c