CVS commit: src/usr.bin/make/unit-tests

2020-12-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 9 08:15:45 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: opt-jobs-no-action.mk Log Message: make(1): split the -j -n test into separate targets The manual page says that in -j mode when the shell does not have Er

CVS commit: src/usr.bin/make/unit-tests

2020-12-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 9 08:18:35 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile opt-jobs-no-action.exp opt-jobs-no-action.mk Log Message: make(1): remove noise from test output of opt-jobs-no-action To generate a

CVS commit: src/usr.bin/make/unit-tests

2020-12-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 9 08:20:56 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: opt-jobs-no-action.exp opt-jobs-no-action.mk Log Message: make(1): clean up test output of opt-jobs-no-action To generate a diff of this commi

CVS commit: src/sys/arch/aarch64/aarch64

2020-12-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Dec 9 08:51:05 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: aarch64_machdep.c Log Message: Remove unnecessary aarch64_dcache_wbinv_all now that pmapboot_enter does dsb(ish) To generate a diff of this commit: cvs rd

CVS commit: src/sys/arch/sparc/sparc

2020-12-09 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Dec 9 11:35:44 UTC 2020 Modified Files: src/sys/arch/sparc/sparc: pmap.c Log Message: Add "memory" constraint on wrpsr, lost in previous. To generate a diff of this commit: cvs rdiff -u -r1.368 -r1.369 src/sys/arch/sparc/sparc

CVS commit: src/sys/dev/pci

2020-12-09 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Dec 9 14:21:09 UTC 2020 Modified Files: src/sys/dev/pci: xhci_pci.c Log Message: xhci_pci: avoid potential double free of interrupt handles Found by Kouichi Hashikawa in PR 55855. To generate a diff of this commit: cvs r

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

2020-12-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Dec 9 15:28:38 UTC 2020 Modified Files: src/sys/arch/arm/footbridge: footbridge_intr.h Log Message: Remove include and assume users already include that. Removes an include cycle when including via: ys/time.h, sys/timevar.h

CVS commit: src/crypto/external/bsd/openssl

2020-12-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 10 00:33:14 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist: CHANGES Configure NEWS README e_os.h src/crypto/external/bsd/openssl/dist/apps: ca.c s_client.c src/crypto/external/bs

CVS commit: src/doc

2020-12-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 10 00:36:23 UTC 2020 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: New OpenSSL To generate a diff of this commit: cvs rdiff -u -r1.1767 -r1.1768 src/doc/3RDPARTY cvs rdiff -u -r1.2764 -r1.2765 src/doc/CHANGES

CVS commit: src/sys/dev/pci

2020-12-09 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Dec 10 03:58:35 UTC 2020 Modified Files: src/sys/dev/pci: if_iavf.c Log Message: Fix a wrong value about HENA configuration To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/pci/if_iavf.c Please not

CVS commit: src/sys/dev/pci

2020-12-09 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Dec 10 04:00:11 UTC 2020 Modified Files: src/sys/dev/pci: if_iavf.c Log Message: remove unnecessary lock acquire and release To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/if_iavf.c Please n

CVS commit: src/sys/dev/pci

2020-12-09 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Dec 10 04:03:00 UTC 2020 Modified Files: src/sys/dev/pci: if_iavf.c Log Message: Add a string literal for IAVF_VC_OP_CONFIG_RSS_LUT To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/pci/if_iavf.c

CVS commit: src/external/gpl3/gdb/dist/gdb

2020-12-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Dec 10 07:14:58 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: nbsd-nat.c Log Message: Fix arm, for which PT_STEP is defined but unimplemented. XXX Stop exposing PT_STEP to userland for arm? To generate a diff of thi

CVS commit: src/external/gpl3/gdb/dist/gdb

2020-12-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Dec 10 07:27:37 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: arm-nbsd-tdep.c Log Message: Fix armeb; CORE_ADDR is uint64_t but 2nd argument of raw_supply() is expected to be the same size as PC. Therefore, PC was alwa