svn commit: r359528 - stable/12/sys/dev/mlx5/mlx5_core

2020-04-01 Thread Konstantin Belousov
Author: kib Date: Wed Apr 1 19:06:26 2020 New Revision: 359528 URL: https://svnweb.freebsd.org/changeset/base/359528 Log: MFC r359094: mlx5_core: add sysctls to report device capabilities. Modified: stable/12/sys/dev/mlx5/mlx5_core/mlx5_main.c Directory Properties: stable/12/ (props

svn commit: r359507 - head/usr.sbin/autofs

2020-04-01 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Apr 1 15:08:13 2020 New Revision: 359507 URL: https://svnweb.freebsd.org/changeset/base/359507 Log: Stop hardcoding WARNS in automount(8) et al. MFC after:2 weeks Sponsored by: DARPA Modified: head/usr.sbin/autofs/Makefile Modified:

Re: svn commit: r359504 - head/lib/libc/locale

2020-04-01 Thread Rodney W. Grimes
> Author: 0mp (doc,ports committer) > Date: Wed Apr 1 09:01:35 2020 > New Revision: 359504 > URL: https://svnweb.freebsd.org/changeset/base/359504 > > Log: > Use proper mdoc(7) macros for literal text and do not use Tn > > Tn is deprecated and upsets linters. > I know I am way late to

svn commit: r359525 - in stable/12/sys/compat/linuxkpi/common: include/linux src

2020-04-01 Thread Konstantin Belousov
Author: kib Date: Wed Apr 1 17:13:43 2020 New Revision: 359525 URL: https://svnweb.freebsd.org/changeset/base/359525 Log: MFC r359096, r359165 (by imp): linuxkpi: Add infrastructure to pass FreeBSD IOV method calls into pci_driver methods. Modified:

Re: svn commit: r359503 - in head

2020-04-01 Thread Cy Schubert
On March 31, 2020 10:53:14 PM PDT, Glen Barber wrote: >Author: gjb >Date: Wed Apr 1 05:51:46 UTC 2020 >New Revision: 359503 >URL: https://svnweb.freebsd.org/changeset/base/359503 > >Log: > Update head to 14.0-CURRENT in order to prevent having > a 13.0-RELEASE. > >Modified: > Makefile.inc1 >

svn commit: r359514 - head/tools/test/bsnmp

2020-04-01 Thread Hartmut Brandt
Author: harti Date: Wed Apr 1 15:39:02 2020 New Revision: 359514 URL: https://svnweb.freebsd.org/changeset/base/359514 Log: Add a makefile to build and run the tests for the bsnmp library. This is not automatically built or run but must explicitly be built with 'make' and run with 'make

svn commit: r359523 - stable/12/sys/conf

2020-04-01 Thread Konstantin Belousov
Author: kib Date: Wed Apr 1 17:08:55 2020 New Revision: 359523 URL: https://svnweb.freebsd.org/changeset/base/359523 Log: MFC r359095: Add pci_iov_if.h header as a dependency for Linuxkpi consumers. MFC note: this is not a true merge of r359095, but an adaptation of the committed bit

svn commit: r359527 - in stable/11/sys/compat/linuxkpi/common: include/linux src

2020-04-01 Thread Konstantin Belousov
Author: kib Date: Wed Apr 1 17:19:27 2020 New Revision: 359527 URL: https://svnweb.freebsd.org/changeset/base/359527 Log: MFC r359096, r359165 (by imp): linuxkpi: Add infrastructure to pass FreeBSD IOV method calls into pci_driver methods. Modified:

svn commit: r359512 - in head: contrib/bsnmp/lib contrib/bsnmp/snmp_mibII contrib/bsnmp/snmp_usm contrib/bsnmp/snmp_vacm contrib/bsnmp/snmpd contrib/bsnmp/tests lib/libbsnmp/libbsnmp

2020-04-01 Thread Hartmut Brandt
Author: harti Date: Wed Apr 1 15:25:16 2020 New Revision: 359512 URL: https://svnweb.freebsd.org/changeset/base/359512 Log: Merge release 1.14 of bsnmp. Added: head/contrib/bsnmp/tests/ - copied from r359490, vendor/bsnmp/dist/tests/ Replaced: head/contrib/bsnmp/snmpd/trans_inet.c

Re: svn commit: r359514 - head/tools/test/bsnmp

2020-04-01 Thread Enji Cooper
> On Apr 1, 2020, at 08:56, Hartmut Brandt wrote: > > Author: harti > Date: Wed Apr 1 15:39:02 2020 > New Revision: 359514 > URL: https://svnweb.freebsd.org/changeset/base/359514 > > Log: > Add a makefile to build and run the tests for the bsnmp library. > This is not automatically built

svn commit: r359519 - head/release/scripts

2020-04-01 Thread Ed Maste
Author: emaste Date: Wed Apr 1 16:03:06 2020 New Revision: 359519 URL: https://svnweb.freebsd.org/changeset/base/359519 Log: pkgbase: remove more profile package leftovers As of r356797 we don't produce profile packages. r358549 removed one remnant of profile package support; clean up

svn commit: r359518 - stable/11/sys/x86/x86

2020-04-01 Thread Konstantin Belousov
Author: kib Date: Wed Apr 1 16:02:42 2020 New Revision: 359518 URL: https://svnweb.freebsd.org/changeset/base/359518 Log: MFC r359093: Do not spuriously re-enable disabled io_apic pin on EOI for some configurations. Modified: stable/11/sys/x86/x86/io_apic.c Directory Properties:

svn commit: r359517 - stable/12/sys/x86/x86

2020-04-01 Thread Konstantin Belousov
Author: kib Date: Wed Apr 1 16:01:03 2020 New Revision: 359517 URL: https://svnweb.freebsd.org/changeset/base/359517 Log: MFC r359093: Do not spuriously re-enable disabled io_apic pin on EOI for some configurations. Modified: stable/12/sys/x86/x86/io_apic.c Directory Properties:

svn commit: r359516 - stable/12/sys/x86/x86

2020-04-01 Thread Konstantin Belousov
Author: kib Date: Wed Apr 1 15:59:26 2020 New Revision: 359516 URL: https://svnweb.freebsd.org/changeset/base/359516 Log: MFC r359092: Stop (trying to) renumber io apics. Modified: stable/12/sys/x86/x86/io_apic.c Directory Properties: stable/12/ (props changed) Modified:

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

2020-04-01 Thread Ed Maste
Author: emaste Date: Wed Apr 1 15:34:10 2020 New Revision: 359513 URL: https://svnweb.freebsd.org/changeset/base/359513 Log: elf.5: add definitions of FreeBSD notes I hope to extend this with some more detail in the future but it gives a good starting point. Thanks to 0mp for

svn commit: r359511 - head/bin/sh

2020-04-01 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Apr 1 15:12:51 2020 New Revision: 359511 URL: https://svnweb.freebsd.org/changeset/base/359511 Log: Bump WARNS for sh(1). Reviewed by: jilles MFC after:2 weeks Sponsored by: DARPA Differential Revision:https://reviews.freebsd.org/D24181

Re: svn commit: r359499 - head/sys/dev/ahci

2020-04-01 Thread Alexander Motin
Hi. On 01.04.2020 00:28, Ravi Pokala wrote: > -Original Message- > From: on behalf of Alexander Motin > > Date: 2020-03-31, Tuesday at 20:19 > To: , , > > Subject: svn commit: r359499 - head/sys/dev/ahci > > Author: mav > Date: Wed Apr 1 03:19:42 2020 > New Revision:

svn commit: r359504 - head/lib/libc/locale

2020-04-01 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Wed Apr 1 09:01:35 2020 New Revision: 359504 URL: https://svnweb.freebsd.org/changeset/base/359504 Log: Use proper mdoc(7) macros for literal text and do not use Tn Tn is deprecated and upsets linters. MFC after:3 days Modified:

Re: svn commit: r359503 - in head

2020-04-01 Thread Cy Schubert
On April 1, 2020 5:06:06 AM PDT, Cy Schubert wrote: >On March 31, 2020 10:53:14 PM PDT, Glen Barber wrote: >>Author: gjb >>Date: Wed Apr 1 05:51:46 UTC 2020 >>New Revision: 359503 >>URL: https://svnweb.freebsd.org/changeset/base/359503 >> >>Log: >> Update head to 14.0-CURRENT in order to

svn commit: r359503 - stable/12/usr.bin/posixshmcontrol

2020-04-01 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Wed Apr 1 07:28:31 2020 New Revision: 359503 URL: https://svnweb.freebsd.org/changeset/base/359503 Log: MFC 359071: Document that posixshmcontrol first appeared in 12.1 Also while here, I am addressing some linting issues. PR: 243132

Re: svn commit: r359503 - in head

2020-04-01 Thread Li-Wen Hsu
On Wed, Apr 1, 2020 at 1:53 PM Glen Barber wrote: > > Author: gjb > Date: Wed Apr 1 05:51:46 UTC 2020 > New Revision: 359503 > URL: https://svnweb.freebsd.org/changeset/base/359503 > > Log: > Update head to 14.0-CURRENT in order to prevent having > a 13.0-RELEASE. ... > Index:

svn commit: r359505 - head/usr.sbin/jail

2020-04-01 Thread Andrew Turner
Author: andrew Date: Wed Apr 1 09:51:29 2020 New Revision: 359505 URL: https://svnweb.freebsd.org/changeset/base/359505 Log: Use memmove to copy within a buffer jail(8) would try to use strcpy to remove the interface from the start of an IP address. This is undefined, and on arm64 will

Re: svn commit: r359503 - in head

2020-04-01 Thread Glen Barber
On Wed, Apr 01, 2020 at 02:11:02PM +0800, Li-Wen Hsu wrote: > On Wed, Apr 1, 2020 at 1:53 PM Glen Barber wrote: > > > > Author: gjb > > Date: Wed Apr 1 05:51:46 UTC 2020 > > New Revision: 359503 > > URL: https://svnweb.freebsd.org/changeset/base/359503 > > > > Log: > > Update head to

svn commit: r359502 - in head: lib/libveriexec share/mk

2020-04-01 Thread Simon J. Gerraty
Author: sjg Date: Wed Apr 1 05:45:12 2020 New Revision: 359502 URL: https://svnweb.freebsd.org/changeset/base/359502 Log: Do not claim libbearssl et al are INTERNALLIB If INTERNALLIB is defined we need PIE and bsd.incs.mk is not included. PR: 245189 Reviewed by: emaste

svn commit: r359503 - in head

2020-04-01 Thread Glen Barber
Author: gjb Date: Wed Apr 1 05:51:46 UTC 2020 New Revision: 359503 URL: https://svnweb.freebsd.org/changeset/base/359503 Log: Update head to 14.0-CURRENT in order to prevent having a 13.0-RELEASE. Modified: Makefile.inc1 UPDATING lib/clang/freebsd_cc_version.h