CVS commit: src/sys/dev/pci

2021-11-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Nov 5 05:52:49 UTC 2021 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix a bug that device timeout still happens on ICH/PCH. Fixes PR kern/56478. - if_wm.c rev. 1.695 for PR kern/40981 still had a problem. The

CVS commit: src/sys/dev/pci

2021-11-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Nov 5 05:52:49 UTC 2021 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix a bug that device timeout still happens on ICH/PCH. Fixes PR kern/56478. - if_wm.c rev. 1.695 for PR kern/40981 still had a problem. The

CVS commit: src/sys/dev/mii

2021-11-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Nov 5 01:53:30 UTC 2021 Modified Files: src/sys/dev/mii: ihphy.c Log Message: Don't power down the PHY when the interface goes down. - All of other PHY drivers don't power down the PHY. Do the same way. - At least,

CVS commit: src/sys/dev/mii

2021-11-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Nov 5 01:53:30 UTC 2021 Modified Files: src/sys/dev/mii: ihphy.c Log Message: Don't power down the PHY when the interface goes down. - All of other PHY drivers don't power down the PHY. Do the same way. - At least,

CVS commit: src/sys/dev/pci

2021-11-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Nov 5 01:49:15 UTC 2021 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Use macro. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.716 -r1.717 src/sys/dev/pci/if_wm.c Please note that

CVS commit: src/sys/dev/pci

2021-11-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Nov 5 01:49:15 UTC 2021 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Use macro. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.716 -r1.717 src/sys/dev/pci/if_wm.c Please note that

Re: CVS commit: src

2021-11-04 Thread Joerg Sonnenberger
On Mon, Nov 01, 2021 at 03:09:59AM +, Alistair G. Crooks wrote: > Module Name: src > Committed By: agc > Date: Mon Nov 1 03:09:59 UTC 2021 > > Modified Files: > src/external/apache2/argon2/dist/phc-winner-argon2/src: argon2.c core.c > src/lib/libcrypt: Makefile > > Log

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

2021-11-04 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Nov 4 21:31:30 UTC 2021 Modified Files: src/sys/arch/arm/fdt: gic_fdt.c Log Message: make compilable at NPCI==0 To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/fdt/gic_fdt.c Please note

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

2021-11-04 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Nov 4 21:31:30 UTC 2021 Modified Files: src/sys/arch/arm/fdt: gic_fdt.c Log Message: make compilable at NPCI==0 To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/fdt/gic_fdt.c Please note

CVS commit: src/usr.bin/indent

2021-11-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 4 20:31:05 UTC 2021 Modified Files: src/usr.bin/indent: indent.c Log Message: indent: split process_comment_in_code into separate functions No functional change. To generate a diff of this commit: cvs rdiff -u -r1.206

CVS commit: src/usr.bin/indent

2021-11-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 4 20:31:05 UTC 2021 Modified Files: src/usr.bin/indent: indent.c Log Message: indent: split process_comment_in_code into separate functions No functional change. To generate a diff of this commit: cvs rdiff -u -r1.206

CVS commit: src/usr.bin/indent

2021-11-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 4 19:23:57 UTC 2021 Modified Files: src/usr.bin/indent: io.c Log Message: indent: do not discard former error comments anymore Since io.c 1.20 from 2019-10-19, indent has not placed error comments in the code anymore.

CVS commit: src/usr.bin/indent

2021-11-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 4 19:23:57 UTC 2021 Modified Files: src/usr.bin/indent: io.c Log Message: indent: do not discard former error comments anymore Since io.c 1.20 from 2019-10-19, indent has not placed error comments in the code anymore.

CVS commit: src

2021-11-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 4 18:38:37 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_comment.c src/usr.bin/indent: pr_comment.c Log Message: indent: fix parsing of C99 comments containing '*/' To generate a diff of this commit:

CVS commit: src

2021-11-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 4 18:38:37 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_comment.c src/usr.bin/indent: pr_comment.c Log Message: indent: fix parsing of C99 comments containing '*/' To generate a diff of this commit:

CVS commit: src/tests/usr.bin/indent

2021-11-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 4 18:31:23 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_comment.c Log Message: tests/indent: demonstrate wrong edge case in C99 comments To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/tests/usr.bin/indent

2021-11-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 4 18:31:23 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_comment.c Log Message: tests/indent: demonstrate wrong edge case in C99 comments To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/usr.bin/indent

2021-11-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 4 17:37:03 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: split process_comments into separate functions No functional change. To generate a diff of this commit: cvs rdiff -u -r1.94

CVS commit: src/usr.bin/indent

2021-11-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 4 17:37:03 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: split process_comments into separate functions No functional change. To generate a diff of this commit: cvs rdiff -u -r1.94

CVS commit: src

2021-11-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 4 17:12:12 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_binary_op.c token_unary_op.c src/usr.bin/indent: indent.c Log Message: indent: fix joining of adjacent unary '+' operators To generate a diff

CVS commit: src

2021-11-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 4 17:12:12 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_binary_op.c token_unary_op.c src/usr.bin/indent: indent.c Log Message: indent: fix joining of adjacent unary '+' operators To generate a diff

CVS commit: src/usr.bin/indent

2021-11-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 4 17:10:37 UTC 2021 Modified Files: src/usr.bin/indent: io.c Log Message: indent: extract compute_code_indent_lineup into separate function Having 9 different paths in a single function made it more complicated to

CVS commit: src/usr.bin/indent

2021-11-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 4 17:10:37 UTC 2021 Modified Files: src/usr.bin/indent: io.c Log Message: indent: extract compute_code_indent_lineup into separate function Having 9 different paths in a single function made it more complicated to

CVS commit: src/usr.bin/indent

2021-11-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 4 17:08:50 UTC 2021 Modified Files: src/usr.bin/indent: io.c Log Message: indent: fix off-by-one confusion in paren_indent The variable was called 'indent' but actually contained a 'column', which was off by one. No

CVS commit: src/usr.bin/indent

2021-11-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 4 17:08:50 UTC 2021 Modified Files: src/usr.bin/indent: io.c Log Message: indent: fix off-by-one confusion in paren_indent The variable was called 'indent' but actually contained a 'column', which was off by one. No

CVS commit: src/usr.bin/indent

2021-11-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 4 17:07:02 UTC 2021 Modified Files: src/usr.bin/indent: io.c Log Message: indent: replace column computation with indentation computation No functional change. To generate a diff of this commit: cvs rdiff -u -r1.110

CVS commit: src/usr.bin/indent

2021-11-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 4 17:07:02 UTC 2021 Modified Files: src/usr.bin/indent: io.c Log Message: indent: replace column computation with indentation computation No functional change. To generate a diff of this commit: cvs rdiff -u -r1.110

CVS commit: src/etc

2021-11-04 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu Nov 4 12:40:01 UTC 2021 Modified Files: src/etc: security Log Message: Recognize argon2 passwords as valid in daily security reports. from RVP in misc/56486 To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129

CVS commit: src/etc

2021-11-04 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu Nov 4 12:40:01 UTC 2021 Modified Files: src/etc: security Log Message: Recognize argon2 passwords as valid in daily security reports. from RVP in misc/56486 To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129

CVS commit: src/sys/dev/pci

2021-11-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 4 12:25:05 UTC 2021 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Add some sysctl info for debugging. To generate a diff of this commit: cvs rdiff -u -r1.715 -r1.716 src/sys/dev/pci/if_wm.c Please note that

CVS commit: src/sys/dev/pci

2021-11-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 4 12:25:05 UTC 2021 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Add some sysctl info for debugging. To generate a diff of this commit: cvs rdiff -u -r1.715 -r1.716 src/sys/dev/pci/if_wm.c Please note that

CVS commit: src/sys/stand/efiboot

2021-11-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Nov 4 07:28:34 UTC 2021 Modified Files: src/sys/stand/efiboot: boot.c Log Message: Fix non-ACPI builds. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/stand/efiboot/boot.c Please note that diffs are

CVS commit: src/sys/stand/efiboot

2021-11-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Nov 4 07:28:34 UTC 2021 Modified Files: src/sys/stand/efiboot: boot.c Log Message: Fix non-ACPI builds. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/stand/efiboot/boot.c Please note that diffs are

Re: CVS commit: src

2021-11-04 Thread Rin Okuyama
On 2021/11/01 12:09, Alistair G. Crooks wrote: Module Name:src Committed By: agc Date: Mon Nov 1 03:09:59 UTC 2021 Modified Files: src/external/apache2/argon2/dist/phc-winner-argon2/src: argon2.c core.c src/lib/libcrypt: Makefile Log Message: Remove the

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

2021-11-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Nov 4 06:57:51 UTC 2021 Modified Files: src/sys/arch/arm/at91: at91emac.c Log Message: Remove unnecessary duplicate bit define in mask PR port-arm/50687 To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

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

2021-11-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Nov 4 06:57:51 UTC 2021 Modified Files: src/sys/arch/arm/at91: at91emac.c Log Message: Remove unnecessary duplicate bit define in mask PR port-arm/50687 To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33