CVS commit: src/sys/sys

2021-04-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 23 05:56:43 UTC 2021 Modified Files: src/sys/sys: cdefs.h Log Message: Provide __CONCATn macros that take from 3 to 8 arguments and concatenate them. I didn't provide the non-STDC versions To generate a diff of this

CVS commit: src/sys/sys

2021-04-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 23 05:56:43 UTC 2021 Modified Files: src/sys/sys: cdefs.h Log Message: Provide __CONCATn macros that take from 3 to 8 arguments and concatenate them. I didn't provide the non-STDC versions To generate a diff of this

CVS commit: src/sys/rump/net/lib/libpppoe

2021-04-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 23 03:44:05 UTC 2021 Modified Files: src/sys/rump/net/lib/libpppoe: Makefile Log Message: enabled PPPOE_DEBUG for librumpnet_pppoe* when RUMP_DEBUG is defined To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/sys/rump/net/lib/libpppoe

2021-04-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 23 03:44:05 UTC 2021 Modified Files: src/sys/rump/net/lib/libpppoe: Makefile Log Message: enabled PPPOE_DEBUG for librumpnet_pppoe* when RUMP_DEBUG is defined To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/tests/net/if_pppoe

2021-04-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 23 03:41:55 UTC 2021 Modified Files: src/tests/net/if_pppoe: t_pppoe.sh Log Message: Added a test case for MTU of pppoe(4) To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/tests/net/if_pppoe

2021-04-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 23 03:41:55 UTC 2021 Modified Files: src/tests/net/if_pppoe: t_pppoe.sh Log Message: Added a test case for MTU of pppoe(4) To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/tests/net/if_pppoe

2021-04-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 23 03:40:05 UTC 2021 Modified Files: src/tests/net/if_pppoe: t_pppoe.sh Log Message: Make IFF_DEBUG enabled if $DEBUG is true To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/tests/net/if_pppoe

2021-04-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 23 03:40:05 UTC 2021 Modified Files: src/tests/net/if_pppoe: t_pppoe.sh Log Message: Make IFF_DEBUG enabled if $DEBUG is true To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/tests/net/if_pppoe

2021-04-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 23 03:38:19 UTC 2021 Modified Files: src/tests/net/if_pppoe: t_pppoe.sh Log Message: functionalize rump.ifconfig and pppoectl for clearer test code To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/tests/net/if_pppoe

2021-04-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 23 03:38:19 UTC 2021 Modified Files: src/tests/net/if_pppoe: t_pppoe.sh Log Message: functionalize rump.ifconfig and pppoectl for clearer test code To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/sys/net

2021-04-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 23 03:36:13 UTC 2021 Modified Files: src/sys/net: if_spppsubr.c Log Message: Adjust mtu at LCP instead at IPCP The adjustment must be done at LCP when a PPPoE connection does not use IPCP. To generate a diff of this

CVS commit: src/sys/net

2021-04-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 23 03:36:13 UTC 2021 Modified Files: src/sys/net: if_spppsubr.c Log Message: Adjust mtu at LCP instead at IPCP The adjustment must be done at LCP when a PPPoE connection does not use IPCP. To generate a diff of this

CVS commit: src/sys/net

2021-04-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 23 03:31:33 UTC 2021 Modified Files: src/sys/net: if_spppsubr.c Log Message: Fix to set mtu even if it is bigger than mru notified at LCP To generate a diff of this commit: cvs rdiff -u -r1.218 -r1.219

CVS commit: src/sys/net

2021-04-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 23 03:31:33 UTC 2021 Modified Files: src/sys/net: if_spppsubr.c Log Message: Fix to set mtu even if it is bigger than mru notified at LCP To generate a diff of this commit: cvs rdiff -u -r1.218 -r1.219

CVS commit: src/tests/net/if_pppoe

2021-04-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 23 03:07:19 UTC 2021 Modified Files: src/tests/net/if_pppoe: t_pppoe.sh Log Message: Added test cases for "pppoectl passiveauthproto" To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/tests/net/if_pppoe

2021-04-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 23 03:07:19 UTC 2021 Modified Files: src/tests/net/if_pppoe: t_pppoe.sh Log Message: Added test cases for "pppoectl passiveauthproto" To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sbin/pppoectl

2021-04-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 23 02:28:40 UTC 2021 Modified Files: src/sbin/pppoectl: pppoectl.c Log Message: Add a new option to enable SPPP_AUTHFLAG_PASSIVEAUTHPROTO flag To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/sbin/pppoectl

2021-04-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 23 02:28:40 UTC 2021 Modified Files: src/sbin/pppoectl: pppoectl.c Log Message: Add a new option to enable SPPP_AUTHFLAG_PASSIVEAUTHPROTO flag To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src

2021-04-22 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Apr 23 01:56:14 UTC 2021 Modified Files: src/distrib/sets/lists/comp: mi src/external/gpl3/gcc/usr.bin: Makefile Makefile.backend src/external/gpl3/gcc/usr.bin/gcov-dump: Makefile Added Files:

CVS commit: src

2021-04-22 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Apr 23 01:56:14 UTC 2021 Modified Files: src/distrib/sets/lists/comp: mi src/external/gpl3/gcc/usr.bin: Makefile Makefile.backend src/external/gpl3/gcc/usr.bin/gcov-dump: Makefile Added Files:

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

2021-04-22 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Apr 23 01:53:55 UTC 2021 Modified Files: src/distrib/sets/lists/comp: mi Log Message: sort. To generate a diff of this commit: cvs rdiff -u -r1.2380 -r1.2381 src/distrib/sets/lists/comp/mi Please note that diffs are not

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

2021-04-22 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Apr 23 01:53:55 UTC 2021 Modified Files: src/distrib/sets/lists/comp: mi Log Message: sort. To generate a diff of this commit: cvs rdiff -u -r1.2380 -r1.2381 src/distrib/sets/lists/comp/mi Please note that diffs are not

CVS commit: src/sys/net

2021-04-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 23 01:13:26 UTC 2021 Modified Files: src/sys/net: if_sppp.h if_spppsubr.c Log Message: Introduct a new flag to accept different authentication protocol in myauthproto and hisauthproto When the flag is enabled, a

CVS commit: src/sys/net

2021-04-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Apr 23 01:13:26 UTC 2021 Modified Files: src/sys/net: if_sppp.h if_spppsubr.c Log Message: Introduct a new flag to accept different authentication protocol in myauthproto and hisauthproto When the flag is enabled, a

CVS commit: src

2021-04-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Apr 22 22:43:26 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile t_integration.sh Added Files: src/tests/usr.bin/xlint/lint1: gcc_typeof_after_statement.c

CVS commit: src

2021-04-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Apr 22 22:43:26 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile t_integration.sh Added Files: src/tests/usr.bin/xlint/lint1: gcc_typeof_after_statement.c

CVS commit: src/external/gpl3/gcc

2021-04-22 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Apr 22 20:45:00 UTC 2021 Modified Files: src/external/gpl3/gcc: README.gcc10 Log Message: arm64eb works. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/external/gpl3/gcc/README.gcc10 Please note that diffs

CVS commit: src/external/gpl3/gcc

2021-04-22 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Apr 22 20:45:00 UTC 2021 Modified Files: src/external/gpl3/gcc: README.gcc10 Log Message: arm64eb works. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/external/gpl3/gcc/README.gcc10 Please note that diffs

CVS commit: src/lib/libc/regex

2021-04-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 22 19:20:25 UTC 2021 Modified Files: src/lib/libc/regex: utils.h Log Message: PR/56120: Chris Pinnock: build.sh (-m alpha) release fails on current on Darwin in libc compilation We build the regex code in tools without

CVS commit: src/lib/libc/regex

2021-04-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 22 19:20:25 UTC 2021 Modified Files: src/lib/libc/regex: utils.h Log Message: PR/56120: Chris Pinnock: build.sh (-m alpha) release fails on current on Darwin in libc compilation We build the regex code in tools without

CVS commit: src/games/cgram

2021-04-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Apr 22 14:57:36 UTC 2021 Modified Files: src/games/cgram: cgram.6 cgram.c Log Message: cgram: allow providing an input file instead of the random fortune To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/games/cgram

2021-04-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Apr 22 14:57:36 UTC 2021 Modified Files: src/games/cgram: cgram.6 cgram.c Log Message: cgram: allow providing an input file instead of the random fortune To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/net

2021-04-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Apr 22 10:26:24 UTC 2021 Modified Files: src/sys/net: if_pppoe.c Log Message: Added missing free of sc_hunique to prevent memory leak when using PPPoE server To generate a diff of this commit: cvs rdiff -u -r1.169

CVS commit: src/sys/net

2021-04-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Apr 22 10:26:24 UTC 2021 Modified Files: src/sys/net: if_pppoe.c Log Message: Added missing free of sc_hunique to prevent memory leak when using PPPoE server To generate a diff of this commit: cvs rdiff -u -r1.169

CVS commit: [netbsd-9] src/doc

2021-04-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 22 10:08:47 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Ticket #1250 To generate a diff of this commit: cvs rdiff -u -r1.1.2.67 -r1.1.2.68 src/doc/CHANGES-9.2 Please note that diffs are not

CVS commit: [netbsd-9] src/doc

2021-04-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 22 10:08:47 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Ticket #1250 To generate a diff of this commit: cvs rdiff -u -r1.1.2.67 -r1.1.2.68 src/doc/CHANGES-9.2 Please note that diffs are not

CVS commit: [netbsd-9] src/external/cddl/osnet/dist/uts/common/fs/zfs

2021-04-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 22 10:07:58 UTC 2021 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs [netbsd-9]: arc.c Log Message: Pull up following revision(s) (requested by hannken in ticket #1250):

CVS commit: [netbsd-9] src/external/cddl/osnet/dist/uts/common/fs/zfs

2021-04-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 22 10:07:58 UTC 2021 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs [netbsd-9]: arc.c Log Message: Pull up following revision(s) (requested by hannken in ticket #1250):