CVS commit: src/sys/dev

2020-09-08 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Sep 9 05:23:26 UTC 2020 Modified Files: src/sys/dev: DEVNAMES Log Message: Add ixl and iavf To generate a diff of this commit: cvs rdiff -u -r1.328 -r1.329 src/sys/dev/DEVNAMES Please note that diffs are not public

CVS commit: src/doc

2020-09-08 Thread Shoichi YAMAGUCHI
wg(4): Add implementation of WireGuard protocol. [ozaki-r 20200820] dhcpcd: Update to version 9.2.0. [roy 20200906] + iavf(4): Add driver for Intel Ethernet Adaptive Virtual Function + [yamaguchi 20200908]

CVS commit: src/tools/gcc

2020-09-08 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Sep 9 04:52:32 UTC 2020 Modified Files: src/tools/gcc: mknative-gcc Log Message: consolidate a bunch of libstdc++ variable collection. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/tools/gcc/mknative-gcc

CVS commit: src/sys/dev/pci

2020-09-08 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Sep 9 00:56:17 UTC 2020 Modified Files: src/sys/dev/pci: if_iavf.c Log Message: Added the explain about locking order in iavf(4) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/if_iavf.c

CVS commit: src/sys/dev/pci

2020-09-08 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Sep 9 00:35:36 UTC 2020 Modified Files: src/sys/dev/pci: if_iavf.c Log Message: fix bad conditional in iavf_parse_modprop() found by clang To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/crypto/aes/arch/arm

2020-09-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Sep 8 23:58:09 UTC 2020 Modified Files: src/sys/crypto/aes/arch/arm: aes_armv8_64.S Log Message: aesarmv8: Reallocate registers to shave off unnecessary MOV. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/crypto/aes/arch/arm

2020-09-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Sep 8 23:57:43 UTC 2020 Modified Files: src/sys/crypto/aes/arch/arm: aes_armv8_64.S Log Message: aesarmv8: Issue two 4-register ld/st, not four 2-register ld/st. To generate a diff of this commit: cvs rdiff -u -r1.13

CVS commit: src/sys/crypto/aes/arch/arm

2020-09-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Sep 8 23:57:13 UTC 2020 Modified Files: src/sys/crypto/aes/arch/arm: aes_armv8_64.S Log Message: aesarmv8: Adapt aes_armv8_64.S to big-endian. Patch mainly from (and tested by) jakllsch@ with minor tweaks by me. To

CVS commit: src/sys/crypto/aes

2020-09-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Sep 8 22:48:24 UTC 2020 Modified Files: src/sys/crypto/aes: aes_selftest.c src/sys/crypto/aes/arch/x86: aes_sse2_subr.c Log Message: aes(9): Fix edge case in bitsliced SSE2 AES-CBC decryption. Make sure

CVS commit: src/sys/arch/alpha/alpha

2020-09-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Sep 8 21:41:37 UTC 2020 Modified Files: src/sys/arch/alpha/alpha: pmap.c Log Message: alpha: Use load-acquire/store-release. Omit needless membar in pmap_kenter_pa while here -- caller must ensure pmap_kenter_pa on one

CVS commit: src/tools/gcc

2020-09-08 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 8 19:17:24 UTC 2020 Modified Files: src/tools/gcc: mknative-gcc Log Message: oops, pull out the value of pstl_headers. To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/tools/gcc/mknative-gcc Please

CVS commit: src/distrib/sets

2020-09-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 8 19:11:30 UTC 2020 Modified Files: src/distrib/sets: fmt-list Log Message: distrib/sets/fmt-list: add no-action mode This is useful for finding parse errors only. Inspired by some entries that are obsolete and have

CVS commit: src/distrib/sets/lists/man

2020-09-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 8 19:06:49 UTC 2020 Modified Files: src/distrib/sets/lists/man: mi Log Message: lists/man/mi: remove extraneous space To generate a diff of this commit: cvs rdiff -u -r1.1701 -r1.1702 src/distrib/sets/lists/man/mi

CVS commit: src/usr.bin/make

2020-09-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 8 18:51:23 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): clean up comments in cond.c To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117 src/usr.bin/make/cond.c Please note that

CVS commit: src/usr.bin/make

2020-09-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 8 18:10:34 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): add CondLexer_SkipWhitespace To generate a diff of this commit: cvs rdiff -u -r1.115 -r1.116 src/usr.bin/make/cond.c Please note that

CVS commit: src/usr.bin/make

2020-09-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 8 18:06:27 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): rename CondLexer.condPushBack to curr This variable has some context information from the struct now, therefore its name can be shorter.

CVS commit: src/usr.bin/make

2020-09-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 8 17:55:23 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): group the condition parsing state into a struct Instead of having 3 global variables, the struct clearly communicates that the 3

CVS commit: src/sys/arch/evbarm/conf

2020-09-08 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Sep 8 17:39:04 UTC 2020 Modified Files: src/sys/arch/evbarm/conf: std.generic64 Log Message: Enable __BUS_SPACE_HAS_STREAM_METHODS in std.generic64 These are needed for virtio_pci on aarch64eb. To generate a diff of

CVS commit: src

2020-09-08 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Sep 8 17:35:27 UTC 2020 Modified Files: src/sys/crypto/aes/arch/arm: files.aesneon src/sys/crypto/chacha/arch/arm: files.chacha_arm src/tests/sys/crypto/aes: Makefile src/tests/sys/crypto/chacha:

CVS commit: src/share/man/man4

2020-09-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Sep 8 17:30:44 UTC 2020 Modified Files: src/share/man/man4: ip.4 Log Message: Serial comma. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/share/man/man4/ip.4 Please note that diffs are not public domain;

CVS commit: src/share/man/man4

2020-09-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Sep 8 17:30:10 UTC 2020 Modified Files: src/share/man/man4: ip6.4 Log Message: Improve BINDANY formatting. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/share/man/man4/ip6.4 Please note that diffs are not

CVS commit: src/share/man/man4

2020-09-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Sep 8 17:29:20 UTC 2020 Modified Files: src/share/man/man4: ip6.4 Log Message: Remove superfluous Pp. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/share/man/man4/ip6.4 Please note that diffs are not

CVS commit: src/share/man/man4

2020-09-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Sep 8 17:29:10 UTC 2020 Modified Files: src/share/man/man4: ip.4 Log Message: Use \(em. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/share/man/man4/ip.4 Please note that diffs are not public domain; they

CVS commit: src/sys/arch/arm/arm

2020-09-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Sep 8 17:20:11 UTC 2020 Modified Files: src/sys/arch/arm/arm: efi_runtime.c Log Message: Disable EFI runtime support for BE kernels To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/crypto/chacha/arch/arm

2020-09-08 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Sep 8 17:17:32 UTC 2020 Modified Files: src/sys/crypto/chacha/arch/arm: files.chacha_arm Log Message: use correct condition To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src

2020-09-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Sep 8 17:02:18 UTC 2020 Modified Files: src/share/man/man9: workqueue.9 src/sys/kern: subr_workqueue.c Log Message: workqueue: Lift unnecessary restriction on workqueue_wait. Allow multiple concurrent waits at a

CVS commit: src/sys/dev/nvmm/x86

2020-09-08 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Sep 8 17:00:07 UTC 2020 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_vmx.c Log Message: nvmm-x86-vmx: improve the handling of CR0 - CR0_ET is hard-wired to 1 in the cpu, so force CR0_ET to 1 in the shadow. - Clarify.

CVS commit: src/sys/dev/nvmm/x86

2020-09-08 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Sep 8 17:02:03 UTC 2020 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_svm.c nvmm_x86_vmx.c Log Message: nvmm-x86: avoid hogging behavior observed recently When the FPU code got rewritten in NetBSD, the dependency on IPL_HIGH

CVS commit: src/sys/dev/nvmm

2020-09-08 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Sep 8 16:58:38 UTC 2020 Modified Files: src/sys/dev/nvmm: nvmm.c nvmm_ioctl.h src/sys/dev/nvmm/x86: nvmm_x86.c nvmm_x86_svm.c Log Message: nvmm: cosmetic changes - Style. - Explicitly include ioccom.h. To generate

CVS commit: src/sys/external/bsd/acpica/dist/include/platform

2020-09-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Sep 8 16:56:29 UTC 2020 Modified Files: src/sys/external/bsd/acpica/dist/include/platform: acnetbsd.h Log Message: Define ACPI_BIG_ENDIAN on BE targets To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 \

CVS commit: src/sys/net

2020-09-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Sep 8 16:39:58 UTC 2020 Modified Files: src/sys/net: if_wg.c Log Message: wg: Drop wgp_lock while waiting for endpoint psref to drain. - This is safe because wgp_endpoint_changing locks out any attempts to change the

CVS commit: src

2020-09-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Sep 8 16:39:36 UTC 2020 Modified Files: src/distrib/sets/lists/base: ad.aarch64 ad.arm src/sys/arch/evbarm/stand: Makefile Log Message: Build EFI bootloader on big endian armv7 and aarch64 targets. To generate a

CVS commit: src/sys/stand/efiboot/bootaa64

2020-09-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Sep 8 16:34:43 UTC 2020 Modified Files: src/sys/stand/efiboot/bootaa64: Makefile Log Message: Be explicit about building for little endian. This allows efiboot to be built with the aarch64eb toolchain. To generate a diff

CVS commit: src/etc

2020-09-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Sep 8 16:10:53 UTC 2020 Modified Files: src/etc: rc Log Message: Ooops, overlooked one MOUNTCRITLOCAL reference in the rename to CRITLOCALMOUNTED. To generate a diff of this commit: cvs rdiff -u -r1.174 -r1.175 src/etc/rc

CVS commit: src/sys

2020-09-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Sep 8 16:00:35 UTC 2020 Modified Files: src/sys/kern: init_main.c subr_ipi.c src/sys/sys: ipi.h Log Message: ipi: Split up initialization into two parts. First part runs early so ipi_register can be used in

CVS commit: src/sys/stand/efiboot/bootarm

2020-09-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Sep 8 15:36:37 UTC 2020 Modified Files: src/sys/stand/efiboot/bootarm: Makefile Log Message: Be explicit about building for little endian. This allows efiboot to be built with the armv7be toolchain. To generate a diff of

CVS commit: src/distrib/sets/lists/debug

2020-09-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Sep 8 14:57:32 UTC 2020 Modified Files: src/distrib/sets/lists/debug: module.md.amd64 module.md.i386 Log Message: Add if_iavf To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/distrib/sets/lists/modules

2020-09-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Sep 8 14:55:44 UTC 2020 Modified Files: src/distrib/sets/lists/modules: mi Log Message: Remove if_iavf To generate a diff of this commit: cvs rdiff -u -r1.140 -r1.141 src/distrib/sets/lists/modules/mi Please note that

CVS commit: src/distrib/sets/lists/modules

2020-09-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Sep 8 14:53:11 UTC 2020 Modified Files: src/distrib/sets/lists/modules: mi Log Message: Add if_iavf To generate a diff of this commit: cvs rdiff -u -r1.139 -r1.140 src/distrib/sets/lists/modules/mi Please note that diffs

CVS commit: src/usr.bin/make

2020-09-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 8 14:51:43 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): in CondGetString, replace repeated Buf_Add with Buf_AddStr To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113

CVS commit: src/distrib/sets/lists

2020-09-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 8 14:17:04 UTC 2020 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi Log Message: Add bind test To generate a diff of this commit: cvs rdiff -u -r1.331 -r1.332

CVS commit: src/tests/net/net

2020-09-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 8 14:13:50 UTC 2020 Modified Files: src/tests/net/net: Makefile Added Files: src/tests/net/net: t_bind.c Log Message: Add tests for IP_BINDANY, IPV6_BINDANY To generate a diff of this commit: cvs rdiff -u

CVS commit: src

2020-09-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 8 14:12:57 UTC 2020 Modified Files: src/share/man/man4: ip.4 ip6.4 src/sys/netinet: in.h in_pcb.c in_pcb.h ip_output.c raw_ip.c src/sys/netinet6: in6.h in6_pcb.c in6_pcb.h ip6_output.c

CVS commit: src/sys/dev/pci

2020-09-08 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Sep 8 13:28:51 UTC 2020 Modified Files: src/sys/dev/pci: if_iavf.c Log Message: iaq_datalen is 16-bit, always use htole16 fixes build failure on big endian To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/distrib/sets/lists/base

2020-09-08 Thread Adam Ciarcinski
Module Name:src Committed By: adam Date: Tue Sep 8 13:01:47 UTC 2020 Modified Files: src/distrib/sets/lists/base: shl.mi Log Message: Restore libgomp, liblsan, and libstdc++ as GCC-only To generate a diff of this commit: cvs rdiff -u -r1.900 -r1.901

CVS commit: src/etc/rc.d

2020-09-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Sep 8 12:54:36 UTC 2020 Modified Files: src/etc/rc.d: Makefile Log Message: Sort - no functional change To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 src/etc/rc.d/Makefile Please note that diffs are not

CVS commit: src/distrib/sets/lists/etc

2020-09-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Sep 8 12:52:44 UTC 2020 Modified Files: src/distrib/sets/lists/etc: mi Log Message: Adjust for MOUNTCRITLOCAL -> CRITLOCALMOUNTED rename To generate a diff of this commit: cvs rdiff -u -r1.262 -r1.263

CVS commit: src/etc/rc.d

2020-09-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Sep 8 12:52:18 UTC 2020 Modified Files: src/etc/rc.d: Makefile bootconf.sh clearcritlocal dhcpcd ip6addrctl ipfilter ipsec iscsid llvmlockdir mdnsd mountcritremote network npf npf_boot pf pf_boot

CVS commit: src/etc/rc.d

2020-09-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Sep 8 12:45:03 UTC 2020 Modified Files: src/etc/rc.d: clearcritlocal Log Message: Make it work with empty /var To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/etc/rc.d/clearcritlocal Please note that diffs

CVS commit: src/sys/arch/arm/arm32

2020-09-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 8 10:30:17 UTC 2020 Modified Files: src/sys/arch/arm/arm32: bus_dma.c Log Message: A few bus_dmatag_subregion fixes - return EOPNOTSUPP if min_addr isn't less than max_addr - fix the subset check to ensure that all the

CVS commit: src/share/man/man4

2020-09-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Sep 8 10:07:35 UTC 2020 Modified Files: src/share/man/man4: iavf.4 Log Message: Remove empty line. End sentence with dot. Avoid unnecessary linebreak. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/hppa/hppa

2020-09-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 8 06:13:53 UTC 2020 Modified Files: src/sys/arch/hppa/hppa: machdep.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/hppa/hppa/machdep.c Please note that diffs are not

CVS commit: src/tests/sbin/ifconfig

2020-09-08 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 8 06:11:32 UTC 2020 Modified Files: src/tests/sbin/ifconfig: t_woptions.sh Log Message: disable these tests unless ATF_SBIN_IFCONFIG_WIFI_ENABLE=yes is in the environment. they change wifi configuration, restart