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

2021-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 24 17:37:55 UTC 2021 Modified Files: src/tests/usr.bin/indent: comments.0 comments.0.stdout opt-fc1.0 opt-fc1.0.stdout opt-nfc1.0 opt-nfc1.0.stdout Log Message: tests/indent: demonstrate inconsistent

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

2021-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 24 17:37:55 UTC 2021 Modified Files: src/tests/usr.bin/indent: comments.0 comments.0.stdout opt-fc1.0 opt-fc1.0.stdout opt-nfc1.0 opt-nfc1.0.stdout Log Message: tests/indent: demonstrate inconsistent

CVS commit: src/usr.bin/indent

2021-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 24 18:00:13 UTC 2021 Modified Files: src/usr.bin/indent: io.c Log Message: indent: rename local variable in fill_buffer The local variable name 'com' prevented grouping the global variables combuf, s_com, e_com and l_com

CVS commit: src/usr.bin/indent

2021-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 24 18:00:13 UTC 2021 Modified Files: src/usr.bin/indent: io.c Log Message: indent: rename local variable in fill_buffer The local variable name 'com' prevented grouping the global variables combuf, s_com, e_com and l_com

CVS commit: src

2021-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 24 16:29:31 UTC 2021 Modified Files: src/tests/usr.bin/indent: comment-line-end.0 comment-line-end.0.stdout src/usr.bin/indent: io.c Log Message: indent: fix token duplication after C99 comment The code that

CVS commit: src

2021-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 24 16:29:31 UTC 2021 Modified Files: src/tests/usr.bin/indent: comment-line-end.0 comment-line-end.0.stdout src/usr.bin/indent: io.c Log Message: indent: fix token duplication after C99 comment The code that

CVS commit: src/usr.bin/indent

2021-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 24 18:14:06 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent_globs.h io.c lexi.c pr_comment.c Log Message: indent: group global variables for the comment buffer No functional change. To generate a diff of

CVS commit: src/usr.bin/indent

2021-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 24 18:14:06 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent_globs.h io.c lexi.c pr_comment.c Log Message: indent: group global variables for the comment buffer No functional change. To generate a diff of

CVS commit: src/usr.bin/indent

2021-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 24 18:47:29 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent_globs.h io.c lexi.c pr_comment.c Log Message: indent: group global variables for label buffer into struct No functional change. To generate a

CVS commit: src/usr.bin/indent

2021-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 24 18:47:29 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent_globs.h io.c lexi.c pr_comment.c Log Message: indent: group global variables for label buffer into struct No functional change. To generate a

CVS commit: src/usr.bin/indent

2021-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 24 18:37:03 UTC 2021 Modified Files: src/usr.bin/indent: io.c Log Message: indent: extract parse_indent_comment from fill_buffer No functional change. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/usr.bin/indent

2021-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 24 18:37:03 UTC 2021 Modified Files: src/usr.bin/indent: io.c Log Message: indent: extract parse_indent_comment from fill_buffer No functional change. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/doc

2021-09-24 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Sep 24 15:48:35 UTC 2021 Modified Files: src/doc: 3RDPARTY Log Message: mandoc 1.14.6 out. To generate a diff of this commit: cvs rdiff -u -r1.1814 -r1.1815 src/doc/3RDPARTY Please note that diffs are not public domain; they

CVS commit: src/doc

2021-09-24 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Sep 24 15:48:35 UTC 2021 Modified Files: src/doc: 3RDPARTY Log Message: mandoc 1.14.6 out. To generate a diff of this commit: cvs rdiff -u -r1.1814 -r1.1815 src/doc/3RDPARTY Please note that diffs are not public domain; they

CVS commit: src/sys/arch

2021-09-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Sep 24 08:07:40 UTC 2021 Modified Files: src/sys/arch/arm/imx: imx31_intr.h imx51_intr.h src/sys/arch/arm/marvell: mvsoc_intr.h src/sys/arch/arm/omap: omap2_intr.h src/sys/arch/epoc32/include: intr.h

CVS commit: src/sys/arch

2021-09-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Sep 24 08:07:40 UTC 2021 Modified Files: src/sys/arch/arm/imx: imx31_intr.h imx51_intr.h src/sys/arch/arm/marvell: mvsoc_intr.h src/sys/arch/arm/omap: omap2_intr.h src/sys/arch/epoc32/include: intr.h

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

2021-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 24 06:30:02 UTC 2021 Modified Files: src/tests/usr.bin/indent: comment-line-end.0 comment-line-end.0.stdout t_indent.sh Log Message: tests/indent: demonstrate token repetition after line-end comment To

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

2021-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 24 06:30:02 UTC 2021 Modified Files: src/tests/usr.bin/indent: comment-line-end.0 comment-line-end.0.stdout t_indent.sh Log Message: tests/indent: demonstrate token repetition after line-end comment To

CVS commit: src/usr.bin/indent

2021-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 24 06:23:35 UTC 2021 Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: fix space-tab in indentation To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/usr.bin/indent/lexi.c Please note that

CVS commit: src/usr.bin/indent

2021-09-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 24 06:23:35 UTC 2021 Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: fix space-tab in indentation To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/usr.bin/indent/lexi.c Please note that

CVS commit: src/sys/arch/evbarm/conf

2021-09-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Sep 24 08:04:15 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: std.kobo std.netwalker Log Message: Make the KOBO and NETWALKER kernels compile again. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/arch/evbarm/conf

2021-09-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Sep 24 08:04:15 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: std.kobo std.netwalker Log Message: Make the KOBO and NETWALKER kernels compile again. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/net

2021-09-24 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Sep 24 08:40:35 UTC 2021 Modified Files: src/sys/net: toeplitz.c Log Message: Add copyright for no-memcpy toeplitz hash, pointed out by wiz@n.o, thanks. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/net

2021-09-24 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Sep 24 08:40:35 UTC 2021 Modified Files: src/sys/net: toeplitz.c Log Message: Add copyright for no-memcpy toeplitz hash, pointed out by wiz@n.o, thanks. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS import: src/external/bsd/pam-u2f/dist

2021-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 24 12:51:20 UTC 2021 Update of /cvsroot/src/external/bsd/pam-u2f/dist In directory ivanova.netbsd.org:/tmp/cvs-serv115 Log Message: Import version 1.2.0 * Version 1.2.0 (released 2021-09-22) ** Added support for EdDSA keys. **

CVS import: src/external/bsd/pam-u2f/dist

2021-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 24 12:51:20 UTC 2021 Update of /cvsroot/src/external/bsd/pam-u2f/dist In directory ivanova.netbsd.org:/tmp/cvs-serv115 Log Message: Import version 1.2.0 * Version 1.2.0 (released 2021-09-22) ** Added support for EdDSA keys. **

CVS commit: src/external/bsd/pam-u2f/dist

2021-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 24 13:08:16 UTC 2021 Modified Files: src/external/bsd/pam-u2f/dist: util.c Log Message: Merge conflicts, avoid ssp issues To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/bsd/pam-u2f/dist

2021-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 24 13:08:16 UTC 2021 Modified Files: src/external/bsd/pam-u2f/dist: util.c Log Message: Merge conflicts, avoid ssp issues To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/bsd/pam-u2f/dist

2021-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 24 13:11:39 UTC 2021 Modified Files: src/external/bsd/pam-u2f/dist: b64.c drop_privs.h pam-u2f.c util.h Removed Files: src/external/bsd/pam-u2f/dist: .travis.yml

CVS commit: src/external/bsd/pam-u2f/dist

2021-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 24 13:11:39 UTC 2021 Modified Files: src/external/bsd/pam-u2f/dist: b64.c drop_privs.h pam-u2f.c util.h Removed Files: src/external/bsd/pam-u2f/dist: .travis.yml

CVS import: src/external/bsd/libfido2/dist

2021-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 24 12:43:30 UTC 2021 Update of /cvsroot/src/external/bsd/libfido2/dist In directory ivanova.netbsd.org:/tmp/cvs-serv27831 Log Message: Import libfido2 1.8.0 * Version 1.8.0 (2021-07-22) ** Dropped 'Requires.private' entry

CVS import: src/external/bsd/libfido2/dist

2021-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 24 12:43:30 UTC 2021 Update of /cvsroot/src/external/bsd/libfido2/dist In directory ivanova.netbsd.org:/tmp/cvs-serv27831 Log Message: Import libfido2 1.8.0 * Version 1.8.0 (2021-07-22) ** Dropped 'Requires.private' entry

CVS commit: src/external/bsd/libfido2

2021-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 24 13:07:34 UTC 2021 Modified Files: src/external/bsd/libfido2/dist/tools: util.c src/external/bsd/libfido2/lib: Makefile Log Message: merge conflicts To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/external/bsd/libfido2

2021-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 24 13:07:34 UTC 2021 Modified Files: src/external/bsd/libfido2/dist/tools: util.c src/external/bsd/libfido2/lib: Makefile Log Message: merge conflicts To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/distrib/sets/lists

2021-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 24 13:13:08 UTC 2021 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: bump libfido2 To generate a diff of this commit: cvs rdiff -u -r1.926 -r1.927

CVS commit: src/distrib/sets/lists

2021-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 24 13:13:08 UTC 2021 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: bump libfido2 To generate a diff of this commit: cvs rdiff -u -r1.926 -r1.927

CVS commit: src/doc

2021-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 24 13:14:50 UTC 2021 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new libfido2, pam-u2f To generate a diff of this commit: cvs rdiff -u -r1.1813 -r1.1814 src/doc/3RDPARTY cvs rdiff -u -r1.2832 -r1.2833

CVS commit: src/doc

2021-09-24 Thread Christos Zoulas
e. @@ -426,3 +426,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0: pwritev() system calls to COMPAT_LINUX and COMPAT_LINXU32. [thorpej 20210919] aarch64: Add initial COMPAT_LINUX support. [ryo 20210923] + libfido2: Import 1.8.0 [christos 20210924] + pam-u2f: Import pam u2f 1.2.0 [christos 20210924]