svn commit: r365831 - head/contrib/netbsd-tests/fs/tmpfs

2020-09-17 Thread Li-Wen Hsu
Author: lwhsu Date: Thu Sep 17 07:13:41 2020 New Revision: 365831 URL: https://svnweb.freebsd.org/changeset/base/365831 Log: Revert r249362, atime update in tmpfs is fixed in r365810 PR: 249362 Sponsored by: The FreeBSD Foundation Modified: head/contrib/netbsd-tests/fs/tmpfs/

svn commit: r365832 - in head/sys: amd64/amd64 amd64/linux amd64/linux32 arm/arm arm64/arm64 arm64/linux compat/ia32 compat/linux i386/i386 i386/linux kern mips/mips powerpc/powerpc riscv/riscv sys

2020-09-17 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Sep 17 11:39:33 2020 New Revision: 365832 URL: https://svnweb.freebsd.org/changeset/base/365832 Log: Get rid of sv_errtbl and SV_ABI_ERRNO(). Reviewed by: kib Sponsored by: DARPA Differential Revision:https://reviews.freebsd.org/D26388 Modified: head/

svn commit: r365833 - head/sys/compat/linux

2020-09-17 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Sep 17 11:44:45 2020 New Revision: 365833 URL: https://svnweb.freebsd.org/changeset/base/365833 Log: Add support for SOUND_MIXER_WRITE_MONITOR ioctl. Fixes alsamixer(1) on my x220. Reviewed by: emaste MFC after:2 weeks Sponsored by: The FreeBSD Foundation

svn commit: r365834 - head/sys/compat/linux

2020-09-17 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Sep 17 12:14:24 2020 New Revision: 365834 URL: https://svnweb.freebsd.org/changeset/base/365834 Log: Reduce code duplication by introducing linux_copyout_sockaddr() helper function. No functional changes. Reviewed by: emaste MFC after:2 weeks Sponsored by

svn commit: r365835 - head/sys/modules/dtb/sifive

2020-09-17 Thread Mitchell Horne
Author: mhorne Date: Thu Sep 17 14:58:30 2020 New Revision: 365835 URL: https://svnweb.freebsd.org/changeset/base/365835 Log: Add dtb/sifive module This allows building the HiFive Unleashed device tree blob. Reviewed by: manu Differential Revision:https://reviews.freebsd.org

svn commit: r365836 - head/share/mk

2020-09-17 Thread Alex Richardson
Author: arichardson Date: Thu Sep 17 15:07:25 2020 New Revision: 365836 URL: https://svnweb.freebsd.org/changeset/base/365836 Log: Stop using lorder and ranlib when building libraries Use of ranlib or lorder is no longer necessary with current linkers (probably anything newer than ~1990)

Re: svn commit: r365836 - head/share/mk

2020-09-17 Thread Steffen Nurpmeso
Alex Richardson wrote in <202009171507.08hf7qns080...@repo.freebsd.org>: |Author: arichardson |Date: Thu Sep 17 15:07:25 2020 |New Revision: 365836 |URL: https://svnweb.freebsd.org/changeset/base/365836 | |Log: | Stop using lorder and ranlib when building libraries | | Use of ranlib o

Re: svn commit: r365836 - head/share/mk

2020-09-17 Thread Warner Losh
On Thu, Sep 17, 2020 at 9:39 AM Steffen Nurpmeso wrote: > Alex Richardson wrote in > <202009171507.08hf7qns080...@repo.freebsd.org>: > |Author: arichardson > |Date: Thu Sep 17 15:07:25 2020 > |New Revision: 365836 > |URL: https://svnweb.freebsd.org/changeset/base/365836 > | > |Log: > | S

svn commit: r365837 - head

2020-09-17 Thread Kyle Evans
Author: kevans Date: Thu Sep 17 15:58:42 2020 New Revision: 365837 URL: https://svnweb.freebsd.org/changeset/base/365837 Log: Promote the installworld `certctl rehash` to distributeworld Contrary to my belief, installworld is not sufficient for getting certs installed into VM images. Prom

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

2020-09-17 Thread Glen Barber
Author: gjb Date: Thu Sep 17 16:09:38 2020 New Revision: 365838 URL: https://svnweb.freebsd.org/changeset/base/365838 Log: MFC r365646, r365720: r365646: Enclose BRANCH_OVERRIDE in quotes in order to fix an issue with freebsd-update(8) builds, where BRANCH is suffixed with -p0 for

svn commit: r365839 - releng/12.2/sys/conf

2020-09-17 Thread Glen Barber
Author: gjb Date: Thu Sep 17 16:31:19 2020 New Revision: 365839 URL: https://svnweb.freebsd.org/changeset/base/365839 Log: MFS12 r365838: MFC r365646, r365720: r365646: Enclose BRANCH_OVERRIDE in quotes in order to fix an issue with freebsd-update(8) builds, where BRANCH is suffixe

svn commit: r365840 - head/tests/sys/posixshm

2020-09-17 Thread Mark Johnston
Author: markj Date: Thu Sep 17 16:44:12 2020 New Revision: 365840 URL: https://svnweb.freebsd.org/changeset/base/365840 Log: Add some basic regression tests for SHM_LARGEPAGE. Discussed with: kib Sponsored by: Juniper Networks, Inc. Sponsored by: Klara, Inc. Differential Revisio

svn commit: r365841 - head/sys/vm

2020-09-17 Thread Mark Johnston
Author: markj Date: Thu Sep 17 16:49:28 2020 New Revision: 365841 URL: https://svnweb.freebsd.org/changeset/base/365841 Log: Increase the default vm.max_user_wired value. Since r347532 (merged to stable/12) we only count user-wired pages towards the system limit. However, we now also tre

Re: svn commit: r365836 - head/share/mk

2020-09-17 Thread Rodney W. Grimes
> On Thu, Sep 17, 2020 at 9:39 AM Steffen Nurpmeso wrote: > > > Alex Richardson wrote in > > <202009171507.08hf7qns080...@repo.freebsd.org>: > > |Author: arichardson > > |Date: Thu Sep 17 15:07:25 2020 > > |New Revision: 365836 > > |URL: https://svnweb.freebsd.org/changeset/base/365836 > >

svn commit: r365842 - head/usr.sbin/bhyvectl

2020-09-17 Thread John Baldwin
Author: jhb Date: Thu Sep 17 17:07:04 2020 New Revision: 365842 URL: https://svnweb.freebsd.org/changeset/base/365842 Log: Remove support for setting some obscure fields. Don't permit setting the exception bitmap or VMCS entry interrupt information. These are not generally useful to set.

Re: svn commit: r365836 - head/share/mk

2020-09-17 Thread Alexander Richardson
On Thu, 17 Sep 2020 at 18:05, Rodney W. Grimes wrote: > > > On Thu, Sep 17, 2020 at 9:39 AM Steffen Nurpmeso wrote: > > > > > Alex Richardson wrote in > > > <202009171507.08hf7qns080...@repo.freebsd.org>: > > > |Author: arichardson > > > |Date: Thu Sep 17 15:07:25 2020 > > > |New Revision: 36

Re: svn commit: r365836 - head/share/mk

2020-09-17 Thread Jessica Clarke
> On 17 Sep 2020, at 18:05, Rodney W. Grimes wrote: > >> On Thu, Sep 17, 2020 at 9:39 AM Steffen Nurpmeso wrote: >> >>> Alex Richardson wrote in >>> <202009171507.08hf7qns080...@repo.freebsd.org>: >>> |Author: arichardson >>> |Date: Thu Sep 17 15:07:25 2020 >>> |New Revision: 365836 >>> |URL: h

Re: svn commit: r365836 - head/share/mk

2020-09-17 Thread Jessica Clarke
> On 17 Sep 2020, at 18:23, Jessica Clarke wrote: > >> On 17 Sep 2020, at 18:05, Rodney W. Grimes wrote: >> >>> On Thu, Sep 17, 2020 at 9:39 AM Steffen Nurpmeso wrote: >>> Alex Richardson wrote in <202009171507.08hf7qns080...@repo.freebsd.org>: |Author: arichardson |Date:

svn commit: r365843 - head/sys/kern

2020-09-17 Thread Warner Losh
Author: imp Date: Thu Sep 17 17:29:33 2020 New Revision: 365843 URL: https://svnweb.freebsd.org/changeset/base/365843 Log: Move to a more robust and conservative alloation scheme for devctl messages Change the zone setup: - Allow slabs to be returned to the OS - Set the number of slots

Re: svn commit: r365449 - head/sbin/rcorder

2020-09-17 Thread Olivier Cochard-Labbé
On Tue, Sep 8, 2020 at 12:36 PM Andrey V. Elsukov wrote: > Author: ae > Date: Tue Sep 8 10:36:11 2020 > New Revision: 365449 > URL: https://svnweb.freebsd.org/changeset/base/365449 > > Log: > Add a few features to rcorder: > > > Hi Andrey, I've spent some time bisecting an IPSec gateway perfo

svn commit: r365844 - head/usr.sbin/bhyvectl

2020-09-17 Thread John Baldwin
Author: jhb Date: Thu Sep 17 18:06:57 2020 New Revision: 365844 URL: https://svnweb.freebsd.org/changeset/base/365844 Log: Remove no longer used variable. Pointy hat to:jhb Reported by: kevans MFC after:1 week Modified: head/usr.sbin/bhyvectl/bhyvectl.c Modified: head/u

svn commit: r365845 - head/lib/libpmc/pmu-events

2020-09-17 Thread Eric van Gyzen
Author: vangyzen Date: Thu Sep 17 18:24:51 2020 New Revision: 365845 URL: https://svnweb.freebsd.org/changeset/base/365845 Log: Fix additional memory leak in process_mapfile Additional Coverity detected memory leak fix. Submitted by: bret_ketc...@dell.com Reported by: Coverity Rev

svn commit: r365846 - head

2020-09-17 Thread Ed Maste
Author: emaste Date: Thu Sep 17 18:47:23 2020 New Revision: 365846 URL: https://svnweb.freebsd.org/changeset/base/365846 Log: Cirrus-CI: build as an unprivileged user The Cirrus-CI-provided working tree is owned by root. Leave that as is for simplicity but build as an unprivileged user;

Re: svn commit: r365836 - head/share/mk

2020-09-17 Thread Warner Losh
On Thu, Sep 17, 2020, 11:25 AM Jessica Clarke wrote: > > On 17 Sep 2020, at 18:23, Jessica Clarke wrote: > > > >> On 17 Sep 2020, at 18:05, Rodney W. Grimes > wrote: > >> > >>> On Thu, Sep 17, 2020 at 9:39 AM Steffen Nurpmeso > wrote: > >>> > Alex Richardson wrote in > <202009171507.

Re: svn commit: r365846 - head

2020-09-17 Thread Kyle Evans
On Thu, Sep 17, 2020 at 1:47 PM Ed Maste wrote: > > Author: emaste > Date: Thu Sep 17 18:47:23 2020 > New Revision: 365846 > URL: https://svnweb.freebsd.org/changeset/base/365846 > > Log: > Cirrus-CI: build as an unprivileged user > > The Cirrus-CI-provided working tree is owned by root. Leav

svn commit: r365847 - in head/usr.sbin/makefs: . cd9660

2020-09-17 Thread Ed Maste
Author: emaste Date: Thu Sep 17 19:41:10 2020 New Revision: 365847 URL: https://svnweb.freebsd.org/changeset/base/365847 Log: makefs: connect cd9660 El Torito EFI boot image system type Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/makefs/cd9660/cd9660_eltorito.c head/us

svn commit: r365848 - in head/contrib/llvm-project/clang: include/clang/Basic include/clang/Sema lib/AST lib/Headers lib/Sema lib/Serialization

2020-09-17 Thread Dimitry Andric
Author: dim Date: Thu Sep 17 19:43:25 2020 New Revision: 365848 URL: https://svnweb.freebsd.org/changeset/base/365848 Log: Merge commit e09107ab8 from llvm git (by Raul Tambre): [Sema] Introduce BuiltinAttr, per-declaration builtin-ness Instead of relying on whether a certain ident

svn commit: r365849 - head/contrib/llvm-project/llvm/lib/Target/X86

2020-09-17 Thread Dimitry Andric
Author: dim Date: Thu Sep 17 19:47:41 2020 New Revision: 365849 URL: https://svnweb.freebsd.org/changeset/base/365849 Log: Merge commit 46673763f from llvm git (by Craig Topper): [X86] Place new constant node in topological order in X86DAGToDAGISel::matchBitExtract Fixes PR4748

Re: svn commit: r365449 - head/sbin/rcorder

2020-09-17 Thread John Baldwin
On 9/17/20 10:49 AM, Olivier Cochard-Labbé wrote: > On Tue, Sep 8, 2020 at 12:36 PM Andrey V. Elsukov wrote: > >> Author: ae >> Date: Tue Sep 8 10:36:11 2020 >> New Revision: 365449 >> URL: https://svnweb.freebsd.org/changeset/base/365449 >> >> Log: >> Add a few features to rcorder: >> >> >> >

svn commit: r365850 - head/share/man/man9

2020-09-17 Thread Gordon Bergling
Author: gbe (doc committer) Date: Thu Sep 17 20:25:31 2020 New Revision: 365850 URL: https://svnweb.freebsd.org/changeset/base/365850 Log: bus_dma(9): Some markup fixes - new sentence, new line - no blank before trailing delimiter - whitespace at end of input line MFC after:3 d

svn commit: r365851 - head/share/man/man9

2020-09-17 Thread Gordon Bergling
Author: gbe (doc committer) Date: Thu Sep 17 20:32:10 2020 New Revision: 365851 URL: https://svnweb.freebsd.org/changeset/base/365851 Log: rmlock(9): Some markup fixes - new sentence, new line MFC after:3 days Modified: head/share/man/man9/rmlock.9 Modified: head/share/man/man9

svn commit: r365852 - head/usr.sbin/bsdinstall/scripts

2020-09-17 Thread Kyle Evans
Author: kevans Date: Thu Sep 17 20:35:45 2020 New Revision: 365852 URL: https://svnweb.freebsd.org/changeset/base/365852 Log: Revert r361257: bsdinstall: do a `certctl rehash` upon installation [...] As of r365829, any given base distribution set will now include the /etc/ssl symlinks tha

svn commit: r365853 - head/share/man/man9

2020-09-17 Thread Gordon Bergling
Author: gbe (doc committer) Date: Thu Sep 17 20:37:54 2020 New Revision: 365853 URL: https://svnweb.freebsd.org/changeset/base/365853 Log: domainset(9): Some markup fixes - new sentence, new line - whitespace at end of input line MFC after:3 days Modified: head/share/man/man9/

svn commit: r365854 - head/share/man/man9

2020-09-17 Thread Gordon Bergling
Author: gbe (doc committer) Date: Thu Sep 17 20:42:41 2020 New Revision: 365854 URL: https://svnweb.freebsd.org/changeset/base/365854 Log: VOP_INACTIVE(9): Remove trailing whitespace MFC after:3 days Modified: head/share/man/man9/VOP_INACTIVE.9 Modified: head/share/man/man9/VOP_INAC

svn commit: r365855 - head/share/man/man9

2020-09-17 Thread Gordon Bergling
Author: gbe (doc committer) Date: Thu Sep 17 20:50:02 2020 New Revision: 365855 URL: https://svnweb.freebsd.org/changeset/base/365855 Log: crypto_buffer(9): Sort the SEE ALSO section MFC after:3 days Modified: head/share/man/man9/crypto_buffer.9 Modified: head/share/man/man9/crypto_

svn commit: r365856 - head/share/man/man9

2020-09-17 Thread Gordon Bergling
Author: gbe (doc committer) Date: Thu Sep 17 20:53:24 2020 New Revision: 365856 URL: https://svnweb.freebsd.org/changeset/base/365856 Log: mbuf(9): Some markup fixes - whitespace at end of input line - no blank before trailing delimiter: Dv MJUM16BYTES MFC after:3 days Modified:

svn commit: r365857 - head/share/man/man9

2020-09-17 Thread Gordon Bergling
Author: gbe (doc committer) Date: Thu Sep 17 20:55:42 2020 New Revision: 365857 URL: https://svnweb.freebsd.org/changeset/base/365857 Log: pwmbus(9): some markup fixes - whitespace at end of input line MFC after:3 days Modified: head/share/man/man9/pwmbus.9 Modified: head/share

svn commit: r365858 - head/share/man/man9

2020-09-17 Thread Gordon Bergling
Author: gbe (doc committer) Date: Thu Sep 17 21:08:11 2020 New Revision: 365858 URL: https://svnweb.freebsd.org/changeset/base/365858 Log: man(9): Some markup fixes - whitespace at end of input line - skipping paragraph macro: Pp after Sh MFC after:3 days Modified: head/share/

svn commit: r365859 - head/share/man/man7

2020-09-17 Thread Gordon Bergling
Author: gbe (doc committer) Date: Thu Sep 17 21:24:11 2020 New Revision: 365859 URL: https://svnweb.freebsd.org/changeset/base/365859 Log: arch(7): Some markup fixes - no blank before trailing delimiter MFC after:3 days Modified: head/share/man/man7/arch.7 Modified: head/share/

svn commit: r365860 - stable/12/sys/cddl/compat/opensolaris/kern

2020-09-17 Thread Allan Jude
Author: allanjude Date: Thu Sep 17 21:51:05 2020 New Revision: 365860 URL: https://svnweb.freebsd.org/changeset/base/365860 Log: Update naming of per-dataset counters introduced in r365689 Upstream OpenZFS is changing the structure of the sysctl mibs to avoid having a / in the element nam

svn commit: r365861 - in head/sys: conf dev/cxgbe/firmware modules/cxgbe/t4_firmware modules/cxgbe/t5_firmware modules/cxgbe/t6_firmware

2020-09-17 Thread Navdeep Parhar
Author: np Date: Thu Sep 17 22:14:11 2020 New Revision: 365861 URL: https://svnweb.freebsd.org/changeset/base/365861 Log: cxgbe(4): Update T4/5/6 firmwares to 1.25.0.0. Obtained from:Chelsio Communications MFC after:3 days Sponsored by: Chelsio Communications Added: head/

svn commit: r365862 - stable/12/sys/nlm

2020-09-17 Thread Konstantin Belousov
Author: kib Date: Thu Sep 17 22:27:07 2020 New Revision: 365862 URL: https://svnweb.freebsd.org/changeset/base/365862 Log: MFC r360219: Make nfslockd depend on xdr. PR: 249378 Modified: stable/12/sys/nlm/nlm_prot_impl.c Directory Properties: stable/12/ (props changed) Modified:

svn commit: r365863 - head/sys/kgssapi

2020-09-17 Thread Konstantin Belousov
Author: kib Date: Thu Sep 17 22:29:38 2020 New Revision: 365863 URL: https://svnweb.freebsd.org/changeset/base/365863 Log: State kgssapi dependency on xdr. Submitted by: Dmitry Afanasiev PR: 249378 MFC after:3 days Modified: head/sys/kgssapi/gss_impl.c Modified: head/sys/kgssa

Re: svn commit: r365846 - head

2020-09-17 Thread Ed Maste
On Thu, 17 Sep 2020 at 15:07, Kyle Evans wrote: > > Is there any way we can sneak a r/o src tree build in here? I've had a > PR open to do this in our Jenkins builds for a couple years, but > without any ability to test it myself I suspect it'll continue > unmerged. Cirrus-CI does the git clone f

Re: svn commit: r365855 - head/share/man/man9

2020-09-17 Thread John Baldwin
On 9/17/20 1:50 PM, Gordon Bergling wrote: > Author: gbe (doc committer) > Date: Thu Sep 17 20:50:02 2020 > New Revision: 365855 > URL: https://svnweb.freebsd.org/changeset/base/365855 > > Log: > crypto_buffer(9): Sort the SEE ALSO section > > MFC after: 3 days This manpage isn't in stabl

Re: svn commit: r365449 - head/sbin/rcorder

2020-09-17 Thread Olivier Cochard-Labbé
On Thu, Sep 17, 2020 at 10:21 PM John Baldwin wrote: > > > I don't think the issue is with rcorder though. I think the reason the > ordering matters warrants further investigation. Is aesni not getting > used when ipsec is loaded first? You can use dtrace with the script at > https://github.co

Re: svn commit: r365449 - head/sbin/rcorder

2020-09-17 Thread John Baldwin
On 9/17/20 3:44 PM, Olivier Cochard-Labbé wrote: > On Thu, Sep 17, 2020 at 10:21 PM John Baldwin wrote: >> I think long term we want OCF's notions of sessions to be a bit more >> fluid such that "client" sessions for things like GELI and IPSec can >> be backed by one or more "driver" sessions (inc

svn commit: r365864 - stable/11/sys/kern

2020-09-17 Thread Brooks Davis
Author: brooks Date: Thu Sep 17 23:14:17 2020 New Revision: 365864 URL: https://svnweb.freebsd.org/changeset/base/365864 Log: MFC r365284: Always report ENOSYS in init While rare, encountering an unimplemented system call early in init is catastrophic and difficult to debug. Even af

Re: svn commit: r365836 - head/share/mk

2020-09-17 Thread Steffen Nurpmeso
Warner Losh wrote in : |On Thu, Sep 17, 2020, 11:25 AM Jessica Clarke wrote: |>> On 17 Sep 2020, at 18:23, Jessica Clarke wrote: |>> |>>> On 17 Sep 2020, at 18:05, Rodney W. Grimes |> wrote: |>>> | On Thu, Sep 17, 2020 at 9:39 AM Steffen Nurpmeso |> wrote: | |> Alex Richa

svn commit: r365865 - releng/12.2/sys/conf

2020-09-17 Thread Glen Barber
Author: gjb Date: Fri Sep 18 00:02:58 2020 New Revision: 365865 URL: https://svnweb.freebsd.org/changeset/base/365865 Log: Rename releng/12.2 to BETA2 as part of the 12.2-RELEASE cycle. Approved by: re (implicit) Sponsored by: Rubicon Communications, LLC (netgate.com) Modified: releng

Re: svn commit: r365846 - head

2020-09-17 Thread Ed Maste
On Thu, 17 Sep 2020 at 18:35, Ed Maste wrote: > > On Thu, 17 Sep 2020 at 15:07, Kyle Evans wrote: > > > > Is there any way we can sneak a r/o src tree build in here? I've had a > > PR open to do this in our Jenkins builds for a couple years, but > > without any ability to test it myself I suspect

svn commit: r365867 - head/sys/sys

2020-09-17 Thread Navdeep Parhar
Author: np Date: Fri Sep 18 01:38:47 2020 New Revision: 365867 URL: https://svnweb.freebsd.org/changeset/base/365867 Log: mbuf checksum flags and fields to support tunneling protocols. These are being added to support VXLAN but will work for GENEVE as well. ENCAP_RSVD1 will likely become

svn commit: r365868 - in head: sbin/ifconfig sys/net

2020-09-17 Thread Navdeep Parhar
Author: np Date: Fri Sep 18 02:10:28 2020 New Revision: 365868 URL: https://svnweb.freebsd.org/changeset/base/365868 Log: Add two new ifnet capabilities for hw checksumming and TSO for VXLAN traffic. These are similar to the existing VLAN capabilities. Reviewed by: kib@ Sponsored by

svn commit: r365869 - in head/sys: netinet netinet6

2020-09-17 Thread Navdeep Parhar
Author: np Date: Fri Sep 18 02:21:15 2020 New Revision: 365869 URL: https://svnweb.freebsd.org/changeset/base/365869 Log: Add a knob to allow zero UDP checksums for UDP/IPv6 traffic on the given UDP port. This will be used by some upcoming changes to if_vxlan(4). RFC 7348 (VXLAN) says t

Re: svn commit: r365862 - stable/12/sys/nlm

2020-09-17 Thread Kyle Evans
On Thu, Sep 17, 2020 at 5:27 PM Konstantin Belousov wrote: > > Author: kib > Date: Thu Sep 17 22:27:07 2020 > New Revision: 365862 > URL: https://svnweb.freebsd.org/changeset/base/365862 > > Log: > MFC r360219: > Make nfslockd depend on xdr. > > PR: 249378 > Oy, my bad- thanks! __

svn commit: r365870 - in head: share/man/man4 share/man/man9 sys/net sys/netinet sys/netinet6

2020-09-17 Thread Navdeep Parhar
Author: np Date: Fri Sep 18 02:37:57 2020 New Revision: 365870 URL: https://svnweb.freebsd.org/changeset/base/365870 Log: if_vxlan(4): add support for hardware assisted checksumming, TSO, and RSS. This lets a VXLAN pseudo-interface take advantage of hardware checksumming (tx and rx), TSO,

svn commit: r365871 - in head: share/man/man4 sys/dev/cxgbe sys/dev/cxgbe/common sys/dev/cxgbe/firmware

2020-09-17 Thread Navdeep Parhar
Author: np Date: Fri Sep 18 03:01:47 2020 New Revision: 365871 URL: https://svnweb.freebsd.org/changeset/base/365871 Log: cxgbe(4): add support for stateless offloads for VXLAN traffic. Hardware assistance includes checksumming (tx and rx), TSO, and RSS on the inner traffic in a VXLAN tun

svn commit: r365872 - head/sys/dev/cxgbe/firmware

2020-09-17 Thread Navdeep Parhar
Author: np Date: Fri Sep 18 03:11:47 2020 New Revision: 365872 URL: https://svnweb.freebsd.org/changeset/base/365872 Log: cxgbe(4): add the firmware binaries instead of the empty files that were added in r365861. Obtained from:Chelsio Communications MFC after:3 days Sponso

svn commit: r365873 - head/usr.sbin/bhyve

2020-09-17 Thread Peter Grehan
Author: grehan Date: Fri Sep 18 05:54:59 2020 New Revision: 365873 URL: https://svnweb.freebsd.org/changeset/base/365873 Log: Fix byte-reversal of language ID in string descriptor. The language id of String Descriptors in usb mouse is 0x0904, while the spec require 0x0409 (English - Unite

Re: svn commit: r365855 - head/share/man/man9

2020-09-17 Thread Gordon Bergling
On Thu, Sep 17, 2020 at 03:40:48PM -0700, John Baldwin wrote: > On 9/17/20 1:50 PM, Gordon Bergling wrote: > > Author: gbe (doc committer) > > Date: Thu Sep 17 20:50:02 2020 > > New Revision: 365855 > > URL: https://svnweb.freebsd.org/changeset/base/365855 > > > > Log: > > crypto_buffer(9): Sort