CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 10:56:06 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: move documentation from process_comment to copy_comment_wrap To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 10:56:06 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: move documentation from process_comment to copy_comment_wrap To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110

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

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 08:03:15 UTC 2021 Modified Files: src/tests/usr.bin/indent: opt_eei.c Log Message: tests/indent: demonstrate buggy combination of '-eei' and '-nlp' Seen in indent.c. To generate a diff of this commit: cvs rdiff -u

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

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 08:03:15 UTC 2021 Modified Files: src/tests/usr.bin/indent: opt_eei.c Log Message: tests/indent: demonstrate buggy combination of '-eei' and '-nlp' Seen in indent.c. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 10:17:39 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: clean up copy_comment_nowrap The action for '\f' was the same as the default action. Replacing 'switch' with 'if' makes the code

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 10:17:39 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: clean up copy_comment_nowrap The action for '\f' was the same as the default action. Replacing 'switch' with 'if' makes the code

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 10:26:43 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: skip redundant conditions in copy_comment_nowrap No functional change. To generate a diff of this commit: cvs rdiff -u -r1.104

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 10:26:43 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: skip redundant conditions in copy_comment_nowrap No functional change. To generate a diff of this commit: cvs rdiff -u -r1.104

CVS commit: src

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 10:42:58 UTC 2021 Modified Files: src/tests/usr.bin/indent: t_errors.sh src/usr.bin/indent: pr_comment.c Log Message: indent: remove redundant assignment At that point, ps.next_col_1 is already false. No

CVS commit: src

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 10:42:58 UTC 2021 Modified Files: src/tests/usr.bin/indent: t_errors.sh src/usr.bin/indent: pr_comment.c Log Message: indent: remove redundant assignment At that point, ps.next_col_1 is already false. No

Re: CVS commit: src

2021-11-07 Thread Robert Elz
Date:Sat, 6 Nov 2021 10:40:58 -0700 From:Alistair Crooks Message-ID: | The author of the software made a conscious decision | to make the variable unsigned, sincr the length | would never be less than zero. | | The author then made a default definition

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 11:08:25 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: remove dead code from copy_comment_wrap C99 comments are not wrapped, therefore there is no need to check for them in

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 11:08:25 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: remove dead code from copy_comment_wrap C99 comments are not wrapped, therefore there is no need to check for them in

CVS commit: src

2021-11-07 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Nov 7 20:31:10 UTC 2021 Modified Files: src/games/quiz: rxp.c src/lib/libc/compat/net: compat_ns_addr.c src/lib/libresolv: dst_internal.h src/lib/librpcsvc: nfs_prot.x src/sys/dev/dm/doc:

CVS commit: src

2021-11-07 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Nov 7 20:31:10 UTC 2021 Modified Files: src/games/quiz: rxp.c src/lib/libc/compat/net: compat_ns_addr.c src/lib/libresolv: dst_internal.h src/lib/librpcsvc: nfs_prot.x src/sys/dev/dm/doc:

CVS commit: src

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 19:18:57 UTC 2021 Modified Files: src/tests/usr.bin/indent: opt_bl_br.c t_misc.sh src/usr.bin/indent: indent.c Log Message: indent: fix handling of C99 comments after 'if (expr)' To generate a diff of this

CVS commit: src

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 19:18:57 UTC 2021 Modified Files: src/tests/usr.bin/indent: opt_bl_br.c t_misc.sh src/usr.bin/indent: indent.c Log Message: indent: fix handling of C99 comments after 'if (expr)' To generate a diff of this

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

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 19:25:26 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_ident.c Log Message: tests/indent: test identifiers containing '$' To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 19:25:26 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_ident.c Log Message: tests/indent: test identifiers containing '$' To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 20:16:50 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_ident.c Log Message: tests/indent: document quick-and-dirty approach of lex_number To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 20:16:50 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_ident.c Log Message: tests/indent: document quick-and-dirty approach of lex_number To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/arm

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 19:21:33 UTC 2021 Modified Files: src/sys/arch/arm/amlogic: meson_dwmac.c src/sys/arch/arm/rockchip: rk_gmac.c src/sys/arch/arm/sunxi: sunxi_emac.c sunxi_gmac.c Log Message: Handle RGMII variants.

CVS commit: src/sys/arch/arm

2021-11-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 7 19:21:33 UTC 2021 Modified Files: src/sys/arch/arm/amlogic: meson_dwmac.c src/sys/arch/arm/rockchip: rk_gmac.c src/sys/arch/arm/sunxi: sunxi_emac.c sunxi_gmac.c Log Message: Handle RGMII variants.

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 07:06:00 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h io.c lexi.c pr_comment.c Log Message: indent: rename 'inbuf' functions to 'inp' The variable 'inp' used to be named 'inbuf'. Make the function

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 07:35:06 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h lexi.c Log Message: indent: distinguish between typename in parentheses and other words This gets rid of two members of parser_state. No

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 07:35:06 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h lexi.c Log Message: indent: distinguish between typename in parentheses and other words This gets rid of two members of parser_state. No

CVS commit: src/external/gpl3/gcc/dist/gcc/config

2021-11-07 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Nov 7 09:22:58 UTC 2021 Modified Files: src/external/gpl3/gcc/dist/gcc/config: netbsd.h Log Message: Libtsan intercepts the pthread exported functions with dlsym(RTLD_NEXT, func_name). This fails for pthread_join() as it

CVS commit: src/external/gpl3/gcc/dist/gcc/config

2021-11-07 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Nov 7 09:22:58 UTC 2021 Modified Files: src/external/gpl3/gcc/dist/gcc/config: netbsd.h Log Message: Libtsan intercepts the pthread exported functions with dlsym(RTLD_NEXT, func_name). This fails for pthread_join() as it

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 10:31:13 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: clean up overcomplicated conditions in copy_comment_nowrap No functional change. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/indent

2021-11-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 7 10:31:13 UTC 2021 Modified Files: src/usr.bin/indent: pr_comment.c Log Message: indent: clean up overcomplicated conditions in copy_comment_nowrap No functional change. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/net/lagg

2021-11-07 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Nov 8 06:29:16 UTC 2021 Modified Files: src/sys/net/lagg: if_lagg.c if_lagg.h Log Message: remove unused ioctl command named SIOCGLAGGPORT to get status of l2tp(4) added to lagg NOTE: SIOCGLAGGPORT is based on FreeBSD

CVS commit: src/sys/net/lagg

2021-11-07 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Nov 8 06:29:16 UTC 2021 Modified Files: src/sys/net/lagg: if_lagg.c if_lagg.h Log Message: remove unused ioctl command named SIOCGLAGGPORT to get status of l2tp(4) added to lagg NOTE: SIOCGLAGGPORT is based on FreeBSD

CVS commit: src/sys/net/lagg

2021-11-07 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Nov 8 06:22:16 UTC 2021 Modified Files: src/sys/net/lagg: if_lagg.c Log Message: lagg: renew MAC addresses to change the value of interface type The interface type(ifnet::if_type) is changed on adding to lagg(4) and

CVS commit: src/sys/net/lagg

2021-11-07 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Nov 8 06:22:16 UTC 2021 Modified Files: src/sys/net/lagg: if_lagg.c Log Message: lagg: renew MAC addresses to change the value of interface type The interface type(ifnet::if_type) is changed on adding to lagg(4) and

CVS commit: src/sys/net/lagg

2021-11-07 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Nov 8 06:17:05 UTC 2021 Modified Files: src/sys/net/lagg: if_lagg.c Log Message: Update the MAC address of all child interface when that of lagg is changed. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/net/lagg

2021-11-07 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Nov 8 06:17:05 UTC 2021 Modified Files: src/sys/net/lagg: if_lagg.c Log Message: Update the MAC address of all child interface when that of lagg is changed. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/tests/net/if_lagg

2021-11-07 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Nov 8 06:24:11 UTC 2021 Modified Files: src/tests/net/if_lagg: t_lagg.sh Log Message: Added tests for lagg(4) about MAC addresses To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/tests/net/if_lagg

2021-11-07 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Nov 8 06:24:11 UTC 2021 Modified Files: src/tests/net/if_lagg: t_lagg.sh Log Message: Added tests for lagg(4) about MAC addresses To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

<    1   2