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

2022-05-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri May 13 09:49:44 UTC 2022 Modified Files: src/sys/arch/arm/rockchip: rk_v1crypto.c Log Message: rkv1crypto(4): Fix units in RNG repeated-output health test. This code was intended to check whether the two 4-word halves of

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

2022-05-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri May 13 09:49:44 UTC 2022 Modified Files: src/sys/arch/arm/rockchip: rk_v1crypto.c Log Message: rkv1crypto(4): Fix units in RNG repeated-output health test. This code was intended to check whether the two 4-word halves of

CVS commit: [netbsd-9] src/sys/arch/xen/x86

2022-05-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri May 13 11:12:49 UTC 2022 Modified Files: src/sys/arch/xen/x86 [netbsd-9]: x86_xpmap.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #1444): sys/arch/xen/x86/x86_xpmap.c: revision 1.91 In

CVS commit: [netbsd-9] src/sys/arch/xen/x86

2022-05-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri May 13 11:12:49 UTC 2022 Modified Files: src/sys/arch/xen/x86 [netbsd-9]: x86_xpmap.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #1444): sys/arch/xen/x86/x86_xpmap.c: revision 1.91 In

CVS commit: src/sys/arch

2022-05-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri May 13 10:45:24 UTC 2022 Modified Files: src/sys/arch/amd64/conf: ALL src/sys/arch/i386/conf: ALL Log Message: Add MFI_DEBUG and MFII_DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171

CVS commit: src/sys/arch

2022-05-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri May 13 10:45:24 UTC 2022 Modified Files: src/sys/arch/amd64/conf: ALL src/sys/arch/i386/conf: ALL Log Message: Add MFI_DEBUG and MFII_DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171

CVS commit: src/sys/dev/pci

2022-05-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri May 13 10:44:39 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: Fix compile error when MFII_DEBUG is set. Whitespace fix. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/pci/mfii.c

CVS commit: src/sys/dev/pci

2022-05-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri May 13 10:44:39 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: Fix compile error when MFII_DEBUG is set. Whitespace fix. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/pci/mfii.c

CVS commit: src/sys/kern

2022-05-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri May 13 09:39:52 UTC 2022 Modified Files: src/sys/kern: kern_entropy.c Log Message: entropy(9): Note rules about how to use entropy_extract output. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

CVS commit: src/sys/kern

2022-05-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri May 13 09:40:25 UTC 2022 Modified Files: src/sys/kern: subr_cprng.c Log Message: cprng(9): Fix accidental 4x seed size. With SHA-256, NIST Hash_DRBG takes an preferred 440-bit/55-byte seed. It's a weird number, and I'm

CVS commit: src/sys/kern

2022-05-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri May 13 09:40:25 UTC 2022 Modified Files: src/sys/kern: subr_cprng.c Log Message: cprng(9): Fix accidental 4x seed size. With SHA-256, NIST Hash_DRBG takes an preferred 440-bit/55-byte seed. It's a weird number, and I'm

CVS commit: src/sys/kern

2022-05-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri May 13 09:40:02 UTC 2022 Modified Files: src/sys/kern: kern_entropy.c Log Message: entropy(9): Update comment about where entropy_extract is allowed. As of last month, it is forbidden in all hard interrupt context. To

CVS commit: src/sys/kern

2022-05-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri May 13 09:40:02 UTC 2022 Modified Files: src/sys/kern: kern_entropy.c Log Message: entropy(9): Update comment about where entropy_extract is allowed. As of last month, it is forbidden in all hard interrupt context. To

CVS commit: [netbsd-9] src/sys/dev/pci/ixgbe

2022-05-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri May 13 11:18:40 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe [netbsd-9]: ix_txrx.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #1445): sys/dev/pci/ixgbe/ix_txrx.c: revision 1.98

CVS commit: [netbsd-9] src/sys/dev/pci/ixgbe

2022-05-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri May 13 11:18:40 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe [netbsd-9]: ix_txrx.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #1445): sys/dev/pci/ixgbe/ix_txrx.c: revision 1.98

CVS commit: src/sys/dev/ic

2022-05-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri May 13 10:41:42 UTC 2022 Modified Files: src/sys/dev/ic: mfi.c Log Message: Improve DNPRINTF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/dev/ic/mfi.c Please note that diffs

CVS commit: src/sys/dev/ic

2022-05-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri May 13 10:41:42 UTC 2022 Modified Files: src/sys/dev/ic: mfi.c Log Message: Improve DNPRINTF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/dev/ic/mfi.c Please note that diffs

CVS commit: [netbsd-9] src/sys/arch/x86/x86

2022-05-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri May 13 11:10:38 UTC 2022 Modified Files: src/sys/arch/x86/x86 [netbsd-9]: pmap.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #1443): sys/arch/x86/x86/pmap.c: revision 1.414 return after

CVS commit: [netbsd-9] src/sys/arch/x86/x86

2022-05-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri May 13 11:10:38 UTC 2022 Modified Files: src/sys/arch/x86/x86 [netbsd-9]: pmap.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #1443): sys/arch/x86/x86/pmap.c: revision 1.414 return after

CVS commit: [netbsd-9] src/doc

2022-05-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri May 13 11:20:04 UTC 2022 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Tickets #1443 - #1445 To generate a diff of this commit: cvs rdiff -u -r1.1.2.89 -r1.1.2.90 src/doc/CHANGES-9.3 Please note that diffs

CVS commit: [netbsd-9] src/doc

2022-05-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri May 13 11:20:04 UTC 2022 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Tickets #1443 - #1445 To generate a diff of this commit: cvs rdiff -u -r1.1.2.89 -r1.1.2.90 src/doc/CHANGES-9.3 Please note that diffs

CVS commit: src/sys/kern

2022-05-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri May 13 09:39:52 UTC 2022 Modified Files: src/sys/kern: kern_entropy.c Log Message: entropy(9): Note rules about how to use entropy_extract output. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

CVS commit: src/sys/arch/x86/x86

2022-05-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri May 13 09:39:40 UTC 2022 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: x86/pmap: Feed entropy_extract output through nist_hash_drbg. The entropy pool algorithm is NOT designed to provide backtracking

CVS commit: src/sys/arch/x86/x86

2022-05-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri May 13 09:39:40 UTC 2022 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: x86/pmap: Feed entropy_extract output through nist_hash_drbg. The entropy pool algorithm is NOT designed to provide backtracking

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

2022-05-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 13 18:40:03 UTC 2022 Modified Files: src/sys/arch/hppa/hppa: hppa_machdep.c Log Message: port-hppa/56830: RAS support is slightly incorrect on hppa When searching for RAS use tf_iioq_head without the HPPA_PC_PRIV_MASK

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

2022-05-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 13 18:40:03 UTC 2022 Modified Files: src/sys/arch/hppa/hppa: hppa_machdep.c Log Message: port-hppa/56830: RAS support is slightly incorrect on hppa When searching for RAS use tf_iioq_head without the HPPA_PC_PRIV_MASK

CVS commit: src

2022-05-13 Thread Brad Spencer
Module Name:src Committed By: brad Date: Fri May 13 16:39:33 UTC 2022 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/man: mi src/external/mpl/bind/bin/confgen/ddns-confgen: Makefile Log Message: Add LINKS and MLINKS to the

CVS commit: src

2022-05-13 Thread Brad Spencer
Module Name:src Committed By: brad Date: Fri May 13 16:39:33 UTC 2022 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/man: mi src/external/mpl/bind/bin/confgen/ddns-confgen: Makefile Log Message: Add LINKS and MLINKS to the

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

2022-05-13 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Fri May 13 19:34:47 UTC 2022 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_vmx.c Log Message: nvmm_x86_vmx.c: remove an #ifdef DIAGNOSTIC, it is wrong since r1.66 To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83

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

2022-05-13 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Fri May 13 19:34:47 UTC 2022 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_vmx.c Log Message: nvmm_x86_vmx.c: remove an #ifdef DIAGNOSTIC, it is wrong since r1.66 To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83

CVS commit: src/usr.bin/make

2022-05-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri May 13 20:37:01 UTC 2022 Modified Files: src/usr.bin/make: str.c Log Message: make: clean up low-level comments, eliminate common subexpression No functional change. To generate a diff of this commit: cvs rdiff -u -r1.89

CVS commit: src/usr.bin/make

2022-05-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri May 13 20:37:01 UTC 2022 Modified Files: src/usr.bin/make: str.c Log Message: make: clean up low-level comments, eliminate common subexpression No functional change. To generate a diff of this commit: cvs rdiff -u -r1.89

CVS commit: src/sys/ufs/ffs

2022-05-13 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri May 13 15:02:34 UTC 2022 Modified Files: src/sys/ufs/ffs: ffs_wapbl.c Log Message: Fix typo dallocate -> deallocate To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/ufs/ffs/ffs_wapbl.c Please note

CVS commit: src/sys/ufs/ffs

2022-05-13 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri May 13 15:02:34 UTC 2022 Modified Files: src/sys/ufs/ffs: ffs_wapbl.c Log Message: Fix typo dallocate -> deallocate To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/ufs/ffs/ffs_wapbl.c Please note

CVS commit: src/usr.bin/make

2022-05-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri May 13 21:42:30 UTC 2022 Modified Files: src/usr.bin/make: str.c Log Message: make: document platform dependency in string pattern matching No unit test for this edge case since all other unit tests are platform-

CVS commit: src/usr.bin/make

2022-05-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri May 13 21:42:30 UTC 2022 Modified Files: src/usr.bin/make: str.c Log Message: make: document platform dependency in string pattern matching No unit test for this edge case since all other unit tests are platform-

CVS commit: src/sys/dev/adb

2022-05-13 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sat May 14 01:16:55 UTC 2022 Modified Files: src/sys/dev/adb: adb_kbd.c adb_keymap.h adb_usb_map.c Log Message: Add ISO and JIS keyboard layouts for ADB to USB emulation The layout is configurable using sysctl

CVS commit: src/sys/dev/adb

2022-05-13 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sat May 14 01:16:55 UTC 2022 Modified Files: src/sys/dev/adb: adb_kbd.c adb_keymap.h adb_usb_map.c Log Message: Add ISO and JIS keyboard layouts for ADB to USB emulation The layout is configurable using sysctl

Re: CVS commit: src/common/lib/libc/atomic

2022-05-13 Thread Nick Hudson
On 14/05/2022 06:35, Nick Hudson wrote: Module Name:src Committed By: skrll Date: Sat May 14 05:35:55 UTC 2022 Modified Files: src/common/lib/libc/atomic: atomic_c11_compare_exchange_cas_16.c atomic_c11_compare_exchange_cas_32.c

CVS commit: src/common/lib/libc/atomic

2022-05-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 14 05:35:55 UTC 2022 Modified Files: src/common/lib/libc/atomic: atomic_c11_compare_exchange_cas_16.c atomic_c11_compare_exchange_cas_32.c atomic_c11_compare_exchange_cas_8.c To generate a diff of

CVS commit: src/common/lib/libc/atomic

2022-05-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 14 05:35:55 UTC 2022 Modified Files: src/common/lib/libc/atomic: atomic_c11_compare_exchange_cas_16.c atomic_c11_compare_exchange_cas_32.c atomic_c11_compare_exchange_cas_8.c To generate a diff of

CVS commit: src/sys/dev/pci

2022-05-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat May 14 04:04:55 UTC 2022 Modified Files: src/sys/dev/pci: ahcisata_pci.c Log Message: Apply extra-delay quirk to "Intel 9 Series SATA Controller (AHCI)"; without the quirk, the controller fails to probe some HDD models, at least

CVS commit: src/sys/dev/pci

2022-05-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat May 14 04:04:55 UTC 2022 Modified Files: src/sys/dev/pci: ahcisata_pci.c Log Message: Apply extra-delay quirk to "Intel 9 Series SATA Controller (AHCI)"; without the quirk, the controller fails to probe some HDD models, at least