CVS commit: src

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 07:28:45 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_comment.c src/usr.bin/indent: debug.c indent.c indent.h io.c lexi.c parse.c pr_comment.c Log Message: indent: clean up memory and

CVS commit: src

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 07:28:45 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_comment.c src/usr.bin/indent: debug.c indent.c indent.h io.c lexi.c parse.c pr_comment.c Log Message: indent: clean up memory and

CVS commit: src/sys/dev/pci/ixgbe

2023-05-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon May 15 08:01:22 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_common.c ixgbe_type.h Log Message: Count the number of link down events in the MAC using with LINK_DN_CNT. - Add new event counter "link_dn_cnt"

CVS commit: src/sys/dev/pci/ixgbe

2023-05-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon May 15 08:01:22 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_common.c ixgbe_type.h Log Message: Count the number of link down events in the MAC using with LINK_DN_CNT. - Add new event counter "link_dn_cnt"

CVS commit: src/usr.bin/indent

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 08:02:01 UTC 2023 Modified Files: src/usr.bin/indent: indent.c indent.h lexi.c Log Message: indent: clean up memory allocation No functional change. To generate a diff of this commit: cvs rdiff -u -r1.269 -r1.270

CVS commit: src/usr.bin/indent

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 08:02:01 UTC 2023 Modified Files: src/usr.bin/indent: indent.c indent.h lexi.c Log Message: indent: clean up memory allocation No functional change. To generate a diff of this commit: cvs rdiff -u -r1.269 -r1.270

CVS commit: src

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 08:56:39 UTC 2023 Modified Files: src/tests/usr.bin/indent: psym_for_exprs.c src/usr.bin/indent: indent.c Log Message: indent: fix spacing in for loop with declaration (since 2022-02-13) To generate a diff of

CVS commit: src

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 08:56:39 UTC 2023 Modified Files: src/tests/usr.bin/indent: psym_for_exprs.c src/usr.bin/indent: indent.c Log Message: indent: fix spacing in for loop with declaration (since 2022-02-13) To generate a diff of

CVS commit: src/usr.bin/indent

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 09:00:51 UTC 2023 Modified Files: src/usr.bin/indent: debug.c Log Message: indent: document feature toggle for debugging output To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.bin/indent/debug.c

CVS commit: src/usr.bin/indent

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 09:00:51 UTC 2023 Modified Files: src/usr.bin/indent: debug.c Log Message: indent: document feature toggle for debugging output To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.bin/indent/debug.c

CVS commit: src/usr.bin/indent

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 07:57:22 UTC 2023 Modified Files: src/usr.bin/indent: debug.c indent.c indent.h lexi.c Log Message: indent: move debugging code to separate file No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/indent

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 07:57:22 UTC 2023 Modified Files: src/usr.bin/indent: debug.c indent.c indent.h lexi.c Log Message: indent: move debugging code to separate file No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/indent

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 08:11:27 UTC 2023 Modified Files: src/usr.bin/indent: indent.c io.c parse.c Log Message: indent: remove redundant include lines To generate a diff of this commit: cvs rdiff -u -r1.270 -r1.271

CVS commit: src/usr.bin/indent

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 08:11:27 UTC 2023 Modified Files: src/usr.bin/indent: indent.c io.c parse.c Log Message: indent: remove redundant include lines To generate a diff of this commit: cvs rdiff -u -r1.270 -r1.271

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

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 08:22:23 UTC 2023 Modified Files: src/tests/usr.bin/indent: psym_for_exprs.c Log Message: tests/indent: demonstrate wrong spacing in for loops To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 08:22:23 UTC 2023 Modified Files: src/tests/usr.bin/indent: psym_for_exprs.c Log Message: tests/indent: demonstrate wrong spacing in for loops To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 09:05:08 UTC 2023 Modified Files: src/tests/usr.bin/indent: opt_badp.c Log Message: tests/indent: -badp should not add blank lines in initializers To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

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

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 09:05:08 UTC 2023 Modified Files: src/tests/usr.bin/indent: opt_badp.c Log Message: tests/indent: -badp should not add blank lines in initializers To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/usr.bin/indent

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 09:22:53 UTC 2023 Modified Files: src/usr.bin/indent: .indent.pro indent.c lexi.c pr_comment.c Log Message: indent: let indent format its own code With manual corrections, as indent does not properly indent multi-line

CVS commit: src/usr.bin/indent

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 09:22:53 UTC 2023 Modified Files: src/usr.bin/indent: .indent.pro indent.c lexi.c pr_comment.c Log Message: indent: let indent format its own code With manual corrections, as indent does not properly indent multi-line

CVS commit: src/usr.bin/indent

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 09:53:32 UTC 2023 Modified Files: src/usr.bin/indent: indent.h Log Message: indent: group parser state by topic No functional change. To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136

CVS commit: src/usr.bin/indent

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 09:53:32 UTC 2023 Modified Files: src/usr.bin/indent: indent.h Log Message: indent: group parser state by topic No functional change. To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136

CVS commit: src

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 10:13:40 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_question.c src/usr.bin/indent: indent.c indent.h Log Message: indent: fix indentation of multi-line '?:' expressions in functions To generate a

CVS commit: [netbsd-9] src/doc

2023-05-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 15 10:26:43 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ammend entry for ticket #1632 To generate a diff of this commit: cvs rdiff -u -r1.1.2.65 -r1.1.2.66 src/doc/CHANGES-9.4 Please note that

CVS commit: [netbsd-9] src/doc

2023-05-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 15 10:26:43 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ammend entry for ticket #1632 To generate a diff of this commit: cvs rdiff -u -r1.1.2.65 -r1.1.2.66 src/doc/CHANGES-9.4 Please note that

CVS commit: [netbsd-10] src/sys/arch/x68k/stand/boot_ufs

2023-05-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 15 10:31:10 UTC 2023 Modified Files: src/sys/arch/x68k/stand/boot_ufs [netbsd-10]: Makefile Log Message: Pull up following revision(s) (requested by chs in ticket #166): sys/arch/x68k/stand/boot_ufs/Makefile:

CVS commit: [netbsd-10] src/sys/arch/x68k/stand/boot_ufs

2023-05-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 15 10:31:10 UTC 2023 Modified Files: src/sys/arch/x68k/stand/boot_ufs [netbsd-10]: Makefile Log Message: Pull up following revision(s) (requested by chs in ticket #166): sys/arch/x68k/stand/boot_ufs/Makefile:

CVS commit: [netbsd-10] src/sys/uvm

2023-05-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 15 10:32:53 UTC 2023 Modified Files: src/sys/uvm [netbsd-10]: uvm_map.c Log Message: Pull up following revision(s) (requested by chs in ticket #167): sys/uvm/uvm_map.c: revision 1.406 uvm: avoid a deadlock in

CVS commit: [netbsd-10] src/sys/uvm

2023-05-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 15 10:32:53 UTC 2023 Modified Files: src/sys/uvm [netbsd-10]: uvm_map.c Log Message: Pull up following revision(s) (requested by chs in ticket #167): sys/uvm/uvm_map.c: revision 1.406 uvm: avoid a deadlock in

CVS commit: [netbsd-10] src/doc

2023-05-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 15 10:40:13 UTC 2023 Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #166 - #169 To generate a diff of this commit: cvs rdiff -u -r1.1.2.63 -r1.1.2.64 src/doc/CHANGES-10.0 Please note that diffs

CVS commit: [netbsd-10] src/sys/arch/mips/include

2023-05-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 15 10:37:24 UTC 2023 Modified Files: src/sys/arch/mips/include [netbsd-10]: vmparam.h Log Message: Pull up following revision(s) (requested by he in ticket #169): sys/arch/mips/include/vmparam.h: revision 1.67

CVS commit: [netbsd-10] src/doc

2023-05-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 15 10:40:13 UTC 2023 Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #166 - #169 To generate a diff of this commit: cvs rdiff -u -r1.1.2.63 -r1.1.2.64 src/doc/CHANGES-10.0 Please note that diffs

CVS commit: [netbsd-10] src/sys/arch/mips/include

2023-05-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 15 10:37:24 UTC 2023 Modified Files: src/sys/arch/mips/include [netbsd-10]: vmparam.h Log Message: Pull up following revision(s) (requested by he in ticket #169): sys/arch/mips/include/vmparam.h: revision 1.67

CVS commit: [netbsd-10] src/sys

2023-05-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 15 10:34:58 UTC 2023 Modified Files: src/sys/arch/hppa/stand/xxboot [netbsd-10]: Makefile src/sys/sys [netbsd-10]: types.h Log Message: Pull up following revision(s) (requested by chs in ticket #168):

CVS commit: [netbsd-10] src/sys

2023-05-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 15 10:34:58 UTC 2023 Modified Files: src/sys/arch/hppa/stand/xxboot [netbsd-10]: Makefile src/sys/sys [netbsd-10]: types.h Log Message: Pull up following revision(s) (requested by chs in ticket #168):

CVS commit: src

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 10:13:40 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_question.c src/usr.bin/indent: indent.c indent.h Log Message: indent: fix indentation of multi-line '?:' expressions in functions To generate a

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

2023-05-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 15 10:25:31 UTC 2023 Modified Files: src/sys/arch/xen/conf [netbsd-9]: files.xen Log Message: Apply patch, requested by manu in ticket #1632: sys/arch/xen/conf/files.xen (apply patch) Build fix to

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

2023-05-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 15 10:25:31 UTC 2023 Modified Files: src/sys/arch/xen/conf [netbsd-9]: files.xen Log Message: Apply patch, requested by manu in ticket #1632: sys/arch/xen/conf/files.xen (apply patch) Build fix to

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

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 12:11:07 UTC 2023 Modified Files: src/tests/usr.bin/indent: opt_eei.c Log Message: tests/indent: test extra indentation with fixed continuation indentation To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 12:11:07 UTC 2023 Modified Files: src/tests/usr.bin/indent: opt_eei.c Log Message: tests/indent: test extra indentation with fixed continuation indentation To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 12:59:44 UTC 2023 Modified Files: src/tests/usr.bin/indent: opt_eei.c src/usr.bin/indent: indent.c indent.h io.c Log Message: indent: fix indentation of expressions in -nlp -eei mode To generate a diff of

CVS commit: src

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 12:59:44 UTC 2023 Modified Files: src/tests/usr.bin/indent: opt_eei.c src/usr.bin/indent: indent.c indent.h io.c Log Message: indent: fix indentation of expressions in -nlp -eei mode To generate a diff of

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm

2023-05-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 15 14:27:29 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm: crypto.inc Log Message: armv4 also needs the atomic hack To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 \

CVS commit: src/share/mk

2023-05-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 15 16:12:39 UTC 2023 Modified Files: src/share/mk: bsd.own.mk Log Message: switch everyone to OpenSSL-3.x To generate a diff of this commit: cvs rdiff -u -r1.1323 -r1.1324 src/share/mk/bsd.own.mk Please note that

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch

2023-05-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 15 16:12:03 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sh3: crypto.inc Added Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc: ec.inc

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch

2023-05-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 15 16:12:03 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sh3: crypto.inc Added Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc: ec.inc

CVS commit: src/share/mk

2023-05-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 15 16:12:39 UTC 2023 Modified Files: src/share/mk: bsd.own.mk Log Message: switch everyone to OpenSSL-3.x To generate a diff of this commit: cvs rdiff -u -r1.1323 -r1.1324 src/share/mk/bsd.own.mk Please note that

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

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 17:51:49 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_type_outside_parentheses.c Log Message: tests/indent: test type detection To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

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

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 17:38:56 UTC 2023 Modified Files: src/tests/usr.bin/indent: t_misc.sh t_options.awk Log Message: indent: remove accidental space before tab To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

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

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 17:51:49 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_type_outside_parentheses.c Log Message: tests/indent: test type detection To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

CVS commit: src

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 14:55:47 UTC 2023 Modified Files: src/tests/usr.bin/indent: fmt_decl.c opt_pcs.c opt_ta.c ps_ind_level.c src/usr.bin/indent: indent.c Log Message: indent: fix spacing between function prototype and attributes

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

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 15:04:48 UTC 2023 Modified Files: src/tests/usr.bin/indent: fmt_decl.c Log Message: tests/indent: demonstrate wrong spacing after function prototype To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

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

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 15:04:48 UTC 2023 Modified Files: src/tests/usr.bin/indent: fmt_decl.c Log Message: tests/indent: demonstrate wrong spacing after function prototype To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

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

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 17:38:56 UTC 2023 Modified Files: src/tests/usr.bin/indent: t_misc.sh t_options.awk Log Message: indent: remove accidental space before tab To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc

2023-05-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 15 17:06:05 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc: crypto.inc Log Message: 32bit sparc needs the atomic hack too To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc

2023-05-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 15 17:06:05 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc: crypto.inc Log Message: 32bit sparc needs the atomic hack too To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 17:28:14 UTC 2023 Modified Files: src/tests/usr.bin/indent: lex_ident.c src/usr.bin/indent: lexi.c Log Message: indent: remove backslash line continuation outside preprocessing The indenter did not handle

CVS commit: src

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 17:28:14 UTC 2023 Modified Files: src/tests/usr.bin/indent: lex_ident.c src/usr.bin/indent: lexi.c Log Message: indent: remove backslash line continuation outside preprocessing The indenter did not handle

CVS commit: src

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 14:55:47 UTC 2023 Modified Files: src/tests/usr.bin/indent: fmt_decl.c opt_pcs.c opt_ta.c ps_ind_level.c src/usr.bin/indent: indent.c Log Message: indent: fix spacing between function prototype and attributes

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm

2023-05-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 15 14:27:29 UTC 2023 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm: crypto.inc Log Message: armv4 also needs the atomic hack To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 \

CVS commit: src

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 18:22:40 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_type_outside_parentheses.c src/usr.bin/indent: indent.c lexi.c Log Message: indent: improve type guessing, fix formatting of declarations To

CVS commit: src

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 18:22:40 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_type_outside_parentheses.c src/usr.bin/indent: indent.c lexi.c Log Message: indent: improve type guessing, fix formatting of declarations To

CVS commit: src

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 19:55:51 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_comment.c src/usr.bin/indent: pr_comment.c Log Message: indent: fix line wrapping of comments to the right of code To generate a diff of this

CVS commit: src

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 19:55:51 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_comment.c src/usr.bin/indent: pr_comment.c Log Message: indent: fix line wrapping of comments to the right of code To generate a diff of this

CVS commit: src

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 20:50:37 UTC 2023 Modified Files: src/tests/usr.bin/indent: fmt_decl.c opt_pcs.c opt_ta.c src/usr.bin/indent: indent.c Log Message: indent: fix type cast in function definition To generate a diff of this

CVS commit: src

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 20:50:37 UTC 2023 Modified Files: src/tests/usr.bin/indent: fmt_decl.c opt_pcs.c opt_ta.c src/usr.bin/indent: indent.c Log Message: indent: fix type cast in function definition To generate a diff of this

CVS commit: src/etc/mtree

2023-05-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 15 21:13:07 UTC 2023 Modified Files: src/etc/mtree: NetBSD.compat.riscv64 Log Message: add more OpenSSL-3.x To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/etc/mtree/NetBSD.compat.riscv64 Please note

CVS commit: src/etc/mtree

2023-05-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 15 21:13:07 UTC 2023 Modified Files: src/etc/mtree: NetBSD.compat.riscv64 Log Message: add more OpenSSL-3.x To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/etc/mtree/NetBSD.compat.riscv64 Please note

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

2023-05-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 15 21:12:11 UTC 2023 Added Files: src/distrib/sets/lists/base: md.riskv64 Log Message: add compat files To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/distrib/sets/lists/base/md.riskv64 Please note

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/riskv64

2023-05-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 15 21:09:11 UTC 2023 Added Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/riskv64: ec.inc Log Message: add riskv64 from Robert Swindells To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 \

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/riskv64

2023-05-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 15 21:09:11 UTC 2023 Added Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/riskv64: ec.inc Log Message: add riskv64 from Robert Swindells To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 \

CVS commit: src/usr.bin/indent

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 20:12:28 UTC 2023 Modified Files: src/usr.bin/indent: indent.c indent.h parse.c Log Message: indent: format its own code, extend some comments With manual corrections, as there are still some bugs left. No functional

CVS commit: src/usr.bin/indent

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 20:12:28 UTC 2023 Modified Files: src/usr.bin/indent: indent.c indent.h parse.c Log Message: indent: format its own code, extend some comments With manual corrections, as there are still some bugs left. No functional

CVS commit: src

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 20:30:20 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_comment.c src/usr.bin/indent: indent.c indent.h Log Message: indent: fix duplicate space between comment and binary operator To generate a diff

CVS commit: src

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 20:30:20 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_comment.c src/usr.bin/indent: indent.c indent.h Log Message: indent: fix duplicate space between comment and binary operator To generate a diff

CVS commit: src

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 21:51:46 UTC 2023 Modified Files: src/tests/usr.bin/indent: fmt_decl.c src/usr.bin/indent: indent.c Log Message: indent: fix detection of casts A word followed by a '(' does not start a cast expression. To

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch

2023-05-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 15 21:55:26 UTC 2023 Added Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/riscv64: ec.inc Removed Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/riskv64: ec.inc Log Message: fix typo To

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch

2023-05-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 15 21:55:26 UTC 2023 Added Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/riscv64: ec.inc Removed Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/riskv64: ec.inc Log Message: fix typo To

CVS commit: src/usr.bin/indent

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 22:35:41 UTC 2023 Modified Files: src/usr.bin/indent: indent.c io.c Log Message: indent: fix cast detection In process_lparen_or_lbracket, ps.paren[...].maybe_cast was not initialized, which may have been the cause

CVS commit: src/usr.bin/indent

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 22:35:41 UTC 2023 Modified Files: src/usr.bin/indent: indent.c io.c Log Message: indent: fix cast detection In process_lparen_or_lbracket, ps.paren[...].maybe_cast was not initialized, which may have been the cause

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

2023-05-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 15 21:12:11 UTC 2023 Added Files: src/distrib/sets/lists/base: md.riskv64 Log Message: add compat files To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/distrib/sets/lists/base/md.riskv64 Please note

CVS commit: src/tools

2023-05-15 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Mon May 15 21:24:56 UTC 2023 Modified Files: src/tools: Makefile.gnuhost Log Message: tools: if MAKEVERBOSE >=2, noisy automake builds Explicitly build with V=1 for MAKEVERBOSE >= 2 so that Makefile.gnuhost (automake) consumers

CVS commit: src/tools

2023-05-15 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Mon May 15 21:24:56 UTC 2023 Modified Files: src/tools: Makefile.gnuhost Log Message: tools: if MAKEVERBOSE >=2, noisy automake builds Explicitly build with V=1 for MAKEVERBOSE >= 2 so that Makefile.gnuhost (automake) consumers

CVS commit: src/etc/mtree

2023-05-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 15 19:02:34 UTC 2023 Modified Files: src/etc/mtree: NetBSD.compat.mips64 Log Message: add openssl files To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/etc/mtree/NetBSD.compat.mips64 Please note that

CVS commit: src/etc/mtree

2023-05-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 15 19:03:23 UTC 2023 Modified Files: src/etc/mtree: NetBSD.compat.powerpc64 Log Message: Add openssl files To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/etc/mtree/NetBSD.compat.powerpc64 Please note

CVS commit: src/etc/mtree

2023-05-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 15 19:02:34 UTC 2023 Modified Files: src/etc/mtree: NetBSD.compat.mips64 Log Message: add openssl files To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/etc/mtree/NetBSD.compat.mips64 Please note that

CVS commit: src/share/misc

2023-05-15 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon May 15 20:54:53 UTC 2023 Modified Files: src/share/misc: acronyms.comp Log Message: +LRO Large Receive Offload, +RSC Receive Segment Coalescing (win counterpart) PR 57408 To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/misc

2023-05-15 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon May 15 20:54:53 UTC 2023 Modified Files: src/share/misc: acronyms.comp Log Message: +LRO Large Receive Offload, +RSC Receive Segment Coalescing (win counterpart) PR 57408 To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/indent

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 22:52:21 UTC 2023 Modified Files: src/usr.bin/indent: debug.c indent.c indent.h lexi.c Log Message: indent: clean up detection of whether parentheses form a cast No functional change. To generate a diff of this

CVS commit: src/usr.bin/indent

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 22:52:21 UTC 2023 Modified Files: src/usr.bin/indent: debug.c indent.c indent.h lexi.c Log Message: indent: clean up detection of whether parentheses form a cast No functional change. To generate a diff of this

CVS commit: src/usr.bin/indent

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 20:35:56 UTC 2023 Modified Files: src/usr.bin/indent: .indent.pro Log Message: indent: clean up local indentation profile The -eei option now works, the type hints are no longer necessary. To generate a diff of this

CVS commit: src

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 21:51:46 UTC 2023 Modified Files: src/tests/usr.bin/indent: fmt_decl.c src/usr.bin/indent: indent.c Log Message: indent: fix detection of casts A word followed by a '(' does not start a cast expression. To

CVS commit: src/usr.bin/indent

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 20:35:56 UTC 2023 Modified Files: src/usr.bin/indent: .indent.pro Log Message: indent: clean up local indentation profile The -eei option now works, the type hints are no longer necessary. To generate a diff of this

CVS commit: src/etc/mtree

2023-05-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 15 19:03:23 UTC 2023 Modified Files: src/etc/mtree: NetBSD.compat.powerpc64 Log Message: Add openssl files To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/etc/mtree/NetBSD.compat.powerpc64 Please note

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

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 13:28:05 UTC 2023 Modified Files: src/tests/usr.bin/indent: opt_eei.c Log Message: tests/indent: add another test for -eei -nlp To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

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

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 13:28:05 UTC 2023 Modified Files: src/tests/usr.bin/indent: opt_eei.c Log Message: tests/indent: add another test for -eei -nlp To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 13:33:20 UTC 2023 Modified Files: src/tests/usr.bin/indent: opt_eei.c src/usr.bin/indent: indent.c indent.h io.c Log Message: indent: fix indentation of statements after controlling expression To generate a

CVS commit: src

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 13:33:20 UTC 2023 Modified Files: src/tests/usr.bin/indent: opt_eei.c src/usr.bin/indent: indent.c indent.h io.c Log Message: indent: fix indentation of statements after controlling expression To generate a

CVS commit: src/usr.bin/indent

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 13:37:16 UTC 2023 Modified Files: src/usr.bin/indent: debug.c indent.c io.c lexi.c Log Message: indent: indent multi-line conditions No functional change. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/usr.bin/indent

2023-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 15 13:37:16 UTC 2023 Modified Files: src/usr.bin/indent: debug.c indent.c io.c lexi.c Log Message: indent: indent multi-line conditions No functional change. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

  1   2   >