CVS commit: src/sys/arch/aarch64/include

2021-10-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 31 08:21:25 UTC 2021 Modified Files: src/sys/arch/aarch64/include: cpu.h Log Message: Annotate some cpu_info members To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/arch/aarch64/include/cpu.h

CVS commit: src/sys/arch/aarch64/include

2021-10-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 31 08:21:25 UTC 2021 Modified Files: src/sys/arch/aarch64/include: cpu.h Log Message: Annotate some cpu_info members To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/arch/aarch64/include/cpu.h

CVS commit: src/doc/roadmaps

2021-10-31 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Oct 31 08:19:29 UTC 2021 Modified Files: src/doc/roadmaps: networking Log Message: Update networking roadmap. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/doc/roadmaps/networking Please note that diffs

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

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 10:56:19 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c Log Message: tests/indent: document that 'void' is not always parsed as a type To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 10:56:19 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c Log Message: tests/indent: document that 'void' is not always parsed as a type To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: [netbsd-9] src/lib/libcrypt

2021-10-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 31 14:47:05 UTC 2021 Modified Files: src/lib/libcrypt [netbsd-9]: crypt-sha1.c Log Message: Pull up following revision(s) (requested by nia in ticket #1370): lib/libcrypt/crypt-sha1.c: revision 1.10 libcrypt:

CVS commit: [netbsd-9] src/lib/libcrypt

2021-10-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 31 14:47:05 UTC 2021 Modified Files: src/lib/libcrypt [netbsd-9]: crypt-sha1.c Log Message: Pull up following revision(s) (requested by nia in ticket #1370): lib/libcrypt/crypt-sha1.c: revision 1.10 libcrypt:

CVS commit: src/usr.bin/indent

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 09:41:48 UTC 2021 Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: condense lexi_alnum No functional change. To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 src/usr.bin/indent/lexi.c

CVS commit: src/usr.bin/indent

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 09:41:48 UTC 2021 Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: condense lexi_alnum No functional change. To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 src/usr.bin/indent/lexi.c

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

2021-10-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 31 16:29:18 UTC 2021 Modified Files: src/sys/arch/arm/pic: pic.c Log Message: Only perform pic_unblock_percpu if all of the following are true - mp_online, i.e. APs are running. - is_mpsafe, i.e. the interrupt handler is

CVS commit: src/doc/roadmaps

2021-10-31 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Oct 31 08:19:29 UTC 2021 Modified Files: src/doc/roadmaps: networking Log Message: Update networking roadmap. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/doc/roadmaps/networking Please note that diffs

CVS commit: src/usr.bin/indent

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 09:52:37 UTC 2021 Modified Files: src/usr.bin/indent: indent.h lexi.c Log Message: indent: clean up definition of keywords Rename kw_struct_or_union_or_enum to the shorter kw_tag. Merge kw_jump with

CVS commit: src/usr.bin/indent

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 09:52:37 UTC 2021 Modified Files: src/usr.bin/indent: indent.h lexi.c Log Message: indent: clean up definition of keywords Rename kw_struct_or_union_or_enum to the shorter kw_tag. Merge kw_jump with

CVS commit: src/usr.sbin/timed/timed

2021-10-31 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Oct 31 10:47:18 UTC 2021 Modified Files: src/usr.sbin/timed/timed: timed.c Log Message: timed(8): avoid hand-rolling arc4random_uniform To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/usr.sbin/timed/timed

2021-10-31 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Oct 31 10:47:18 UTC 2021 Modified Files: src/usr.sbin/timed/timed: timed.c Log Message: timed(8): avoid hand-rolling arc4random_uniform To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/sys/arch

2021-10-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 31 16:23:48 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: aarch64_machdep.c cpu.c cpufunc.c db_machdep.c locore.S src/sys/arch/aarch64/include: cpu.h cpufunc.h db_machdep.h

CVS commit: src/sys/arch

2021-10-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 31 16:23:48 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: aarch64_machdep.c cpu.c cpufunc.c db_machdep.c locore.S src/sys/arch/aarch64/include: cpu.h cpufunc.h db_machdep.h

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

2021-10-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 31 16:24:47 UTC 2021 Modified Files: src/sys/arch/arm/pic: pic.c Log Message: Assert we can sleep in pic_add To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/arch/arm/pic/pic.c Please note that

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

2021-10-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 31 16:24:47 UTC 2021 Modified Files: src/sys/arch/arm/pic: pic.c Log Message: Assert we can sleep in pic_add To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/arch/arm/pic/pic.c Please note that

CVS commit: src/usr.bin/indent

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 10:00:38 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h lexi.c Log Message: indent: add separate lexer symbol for sizeof The plan is to get rid of the type keyword_kind, which largely overlaps with

CVS commit: src/usr.bin/indent

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 10:00:38 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h lexi.c Log Message: indent: add separate lexer symbol for sizeof The plan is to get rid of the type keyword_kind, which largely overlaps with

CVS commit: src/tests/lib/libc/stdio

2021-10-31 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Oct 31 11:36:26 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: Skip the test when there is insufficient disk space. Fixes PR misc/56324. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/tests/lib/libc/stdio

2021-10-31 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Oct 31 11:36:26 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: Skip the test when there is insufficient disk space. Fixes PR misc/56324. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: [netbsd-8] src/doc

2021-10-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 31 14:49:33 UTC 2021 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1705 To generate a diff of this commit: cvs rdiff -u -r1.1.2.107 -r1.1.2.108 src/doc/CHANGES-8.3 Please note that diffs are not

CVS commit: [netbsd-8] src/doc

2021-10-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 31 14:49:33 UTC 2021 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1705 To generate a diff of this commit: cvs rdiff -u -r1.1.2.107 -r1.1.2.108 src/doc/CHANGES-8.3 Please note that diffs are not

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

2021-10-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 31 16:29:18 UTC 2021 Modified Files: src/sys/arch/arm/pic: pic.c Log Message: Only perform pic_unblock_percpu if all of the following are true - mp_online, i.e. APs are running. - is_mpsafe, i.e. the interrupt handler is

CVS commit: src/doc/roadmaps

2021-10-31 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Oct 31 08:11:13 UTC 2021 Modified Files: src/doc/roadmaps: ports Log Message: drm++ To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/doc/roadmaps/ports Please note that diffs are not public domain; they are

CVS commit: src/doc/roadmaps

2021-10-31 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Oct 31 08:11:13 UTC 2021 Modified Files: src/doc/roadmaps: ports Log Message: drm++ To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/doc/roadmaps/ports Please note that diffs are not public domain; they are

CVS commit: src/lib/libcrypt

2021-10-31 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Oct 31 09:16:08 UTC 2021 Modified Files: src/lib/libcrypt: Makefile Log Message: libcrypt: Compile with USE_FORT, for this is cryptographic software. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/lib/libcrypt

2021-10-31 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Oct 31 09:16:08 UTC 2021 Modified Files: src/lib/libcrypt: Makefile Log Message: libcrypt: Compile with USE_FORT, for this is cryptographic software. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/usr.bin/indent

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 10:09:43 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h lexi.c Log Message: indent: add separate lexer symbol for offsetof No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/indent

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 10:09:43 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h lexi.c Log Message: indent: add separate lexer symbol for offsetof No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: [netbsd-8] src/lib/libcrypt

2021-10-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 31 14:48:42 UTC 2021 Modified Files: src/lib/libcrypt [netbsd-8]: crypt-sha1.c Log Message: Pull up following revision(s) (requested by nia in ticket #1705): lib/libcrypt/crypt-sha1.c: revision 1.10 libcrypt:

CVS commit: [netbsd-8] src/lib/libcrypt

2021-10-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 31 14:48:42 UTC 2021 Modified Files: src/lib/libcrypt [netbsd-8]: crypt-sha1.c Log Message: Pull up following revision(s) (requested by nia in ticket #1705): lib/libcrypt/crypt-sha1.c: revision 1.10 libcrypt:

CVS commit: [netbsd-9] src/doc

2021-10-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 31 14:47:59 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Ticket #1370 To generate a diff of this commit: cvs rdiff -u -r1.1.2.44 -r1.1.2.45 src/doc/CHANGES-9.3 Please note that diffs are not

CVS commit: [netbsd-9] src/doc

2021-10-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 31 14:47:59 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Ticket #1370 To generate a diff of this commit: cvs rdiff -u -r1.1.2.44 -r1.1.2.45 src/doc/CHANGES-9.3 Please note that diffs are not

CVS commit: src/sys/kern

2021-10-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 31 16:26:26 UTC 2021 Modified Files: src/sys/kern: kern_lock.c Log Message: Revert the 2015 change I made that allowed sleeping in the idle lwp if it wasn't running yet, e.g. in cpu_hatch --- sys/kern/kern_lock.c | 3 +--

CVS commit: src/sys/kern

2021-10-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 31 16:26:26 UTC 2021 Modified Files: src/sys/kern: kern_lock.c Log Message: Revert the 2015 change I made that allowed sleeping in the idle lwp if it wasn't running yet, e.g. in cpu_hatch --- sys/kern/kern_lock.c | 3 +--

CVS commit: src/sys/arch/aarch64/aarch64

2021-10-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 31 07:56:55 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: cpufunc.c Log Message: Sprinkle some const To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/aarch64/aarch64/cpufunc.c Please

CVS commit: src/sys/arch/aarch64/aarch64

2021-10-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 31 07:56:55 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: cpufunc.c Log Message: Sprinkle some const To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/aarch64/aarch64/cpufunc.c Please

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

2021-10-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 31 12:34:48 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: std.generic64 Log Message: Disable GIC_SPLFUNCS (still crashy) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

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

2021-10-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 31 12:34:48 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: std.generic64 Log Message: Disable GIC_SPLFUNCS (still crashy) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

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

2021-10-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 31 15:32:14 UTC 2021 Modified Files: src/sys/arch/arm/cortex: gic_splfuncs_armv8.S Log Message: Reload tpidr_el1 into x3 and re-test newipl vs cpl on restart. To generate a diff of this commit: cvs rdiff -u -r1.2

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

2021-10-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 31 15:32:14 UTC 2021 Modified Files: src/sys/arch/arm/cortex: gic_splfuncs_armv8.S Log Message: Reload tpidr_el1 into x3 and re-test newipl vs cpl on restart. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/usr.bin/xlint/lint1

2021-10-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 31 16:42:16 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: Avoid null pointer exception hpcmips/mipsel src/lib/libperfuse/ops.c To generate a diff of this commit: cvs rdiff -u -r1.386 -r1.387

CVS commit: src/usr.bin/xlint/lint1

2021-10-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 31 16:42:16 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: Avoid null pointer exception hpcmips/mipsel src/lib/libperfuse/ops.c To generate a diff of this commit: cvs rdiff -u -r1.386 -r1.387

CVS commit: src

2021-10-31 Thread Alistair G. Crooks
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 COPTS.*+= -Wno-error=.* lines for

CVS commit: src

2021-10-31 Thread Alistair G. Crooks
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 COPTS.*+= -Wno-error=.* lines for

CVS commit: src/lib/libc/sys

2021-10-31 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 1 05:29:35 UTC 2021 Modified Files: src/lib/libc/sys: sigaltstack.2 Log Message: Don't mention the "struct sigaltstack" name of "stack_t". To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/lib/libc/sys

2021-10-31 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 1 05:29:35 UTC 2021 Modified Files: src/lib/libc/sys: sigaltstack.2 Log Message: Don't mention the "struct sigaltstack" name of "stack_t". To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src

2021-10-31 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 1 05:53:46 UTC 2021 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi src/include: signal.h src/lib/libc: shlib_version src/lib/libc/compat/sys:

CVS commit: src

2021-10-31 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 1 05:53:46 UTC 2021 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi src/include: signal.h src/lib/libc: shlib_version src/lib/libc/compat/sys:

CVS commit: src/sys

2021-10-31 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 1 05:07:17 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: netbsd32_machdep.c sig_machdep.c src/sys/arch/amd64/amd64: netbsd32_machdep.c src/sys/arch/powerpc/powerpc: sig_machdep.c

CVS commit: src/sys

2021-10-31 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 1 05:07:17 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: netbsd32_machdep.c sig_machdep.c src/sys/arch/amd64/amd64: netbsd32_machdep.c src/sys/arch/powerpc/powerpc: sig_machdep.c

CVS commit: src/sys

2021-10-31 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 1 05:26:28 UTC 2021 Modified Files: src/sys/kern: init_sysent.c syscalls.c syscalls_autoload.c systrace_args.c src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern:

CVS commit: src/sys

2021-10-31 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 1 05:26:28 UTC 2021 Modified Files: src/sys/kern: init_sysent.c syscalls.c syscalls_autoload.c systrace_args.c src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern:

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

2021-10-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 31 17:24:11 UTC 2021 Modified Files: src/sys/arch/arm/cortex: gicv3_its.c Log Message: Fix non-DIAGNOSTIC builds (hopefully). No idea why this didn't fail to build for me without DIAGNOSTIC. To generate a diff of this

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

2021-10-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 31 17:24:11 UTC 2021 Modified Files: src/sys/arch/arm/cortex: gicv3_its.c Log Message: Fix non-DIAGNOSTIC builds (hopefully). No idea why this didn't fail to build for me without DIAGNOSTIC. To generate a diff of this

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

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 23:33:13 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_for_exprs.c Log Message: tests/indent: test formatting of 'CPU_INFO_FOREACH(cii, ci)' To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 23:33:13 UTC 2021 Modified Files: src/tests/usr.bin/indent: token_for_exprs.c Log Message: tests/indent: test formatting of 'CPU_INFO_FOREACH(cii, ci)' To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/usr.bin/indent

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 19:57:44 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h lexi.c Log Message: indent: replace simple cases of keyword_kind with lexer_symbol The remaining keyword kinds 'tag' and 'type' require a bit

CVS commit: src/usr.bin/indent

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 19:57:44 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h lexi.c Log Message: indent: replace simple cases of keyword_kind with lexer_symbol The remaining keyword kinds 'tag' and 'type' require a bit

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

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 21:31:55 UTC 2021 Modified Files: src/tests/usr.bin/indent: opt_pcs.c Log Message: tests/indent: test function declaration with '-pcs' and '-npcs' The conditions in want_blank_before_lparen are not ordered correctly.

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

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 21:31:55 UTC 2021 Modified Files: src/tests/usr.bin/indent: opt_pcs.c Log Message: tests/indent: test function declaration with '-pcs' and '-npcs' The conditions in want_blank_before_lparen are not ordered correctly.

CVS commit: src/usr.sbin/mopd

2021-10-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 31 18:06:42 UTC 2021 Modified Files: src/usr.sbin/mopd: Makefile.inc src/usr.sbin/mopd/common: Makefile src/usr.sbin/mopd/mopchk: Makefile src/usr.sbin/mopd/mopcopy: Makefile

CVS commit: src/usr.sbin/mopd

2021-10-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 31 18:06:42 UTC 2021 Modified Files: src/usr.sbin/mopd: Makefile.inc src/usr.sbin/mopd/common: Makefile src/usr.sbin/mopd/mopchk: Makefile src/usr.sbin/mopd/mopcopy: Makefile

CVS commit: src/usr.bin/indent

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 20:40:42 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h lexi.c Log Message: indent: replace kw_tag with lsym_tag This leaves only one special type of token, which is lsym_ident, which in some cases

CVS commit: src/usr.bin/indent

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 20:40:42 UTC 2021 Modified Files: src/usr.bin/indent: indent.c indent.h lexi.c Log Message: indent: replace kw_tag with lsym_tag This leaves only one special type of token, which is lsym_ident, which in some cases

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

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 21:06:56 UTC 2021 Modified Files: src/tests/usr.bin/indent: opt_pcs.c Log Message: tests/indent: test indirect function call with '-pcs' and '-npcs' To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 21:06:56 UTC 2021 Modified Files: src/tests/usr.bin/indent: opt_pcs.c Log Message: tests/indent: test indirect function call with '-pcs' and '-npcs' To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/usr.bin/indent

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 22:38:12 UTC 2021 Modified Files: src/usr.bin/indent: args.c indent.c indent.h lexi.c Log Message: indent: clean up Initialize buffers in reading order, make comments more expressive, rename add_typename to

CVS commit: src/usr.bin/indent

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 22:38:12 UTC 2021 Modified Files: src/usr.bin/indent: args.c indent.c indent.h lexi.c Log Message: indent: clean up Initialize buffers in reading order, make comments more expressive, rename add_typename to

CVS commit: src

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 23:15:44 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_348.c msg_348.exp src/usr.bin/xlint/lint1: tree.c Log Message: lint: fix invalid memory access in array[enum] check Lint checks whether in

CVS commit: src

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 23:15:44 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_348.c msg_348.exp src/usr.bin/xlint/lint1: tree.c Log Message: lint: fix invalid memory access in array[enum] check Lint checks whether in

CVS commit: src/usr.sbin/mopd/common

2021-10-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 31 17:50:35 UTC 2021 Modified Files: src/usr.sbin/mopd/common: Makefile Log Message: USE CPPFLAGS instead of CFLAGS for -D ! To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/usr.sbin/mopd/common

2021-10-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 31 17:50:35 UTC 2021 Modified Files: src/usr.sbin/mopd/common: Makefile Log Message: USE CPPFLAGS instead of CFLAGS for -D ! To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 19:13:41 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c lex_ident.c src/usr.bin/indent: lexi.c Log Message: indent: remove support for pre-1978 variable initialization To generate a diff of

CVS commit: src

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 19:13:41 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c lex_ident.c src/usr.bin/indent: lexi.c Log Message: indent: remove support for pre-1978 variable initialization To generate a diff of

CVS commit: src

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 19:20:53 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c src/usr.bin/indent: indent.c indent.h lexi.c Log Message: indent: rename lsym_type to better reflect reality Type names that occur in

CVS commit: src

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 19:20:53 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c src/usr.bin/indent: indent.c indent.h lexi.c Log Message: indent: rename lsym_type to better reflect reality Type names that occur in

CVS commit: src/usr.bin/indent

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 20:59:26 UTC 2021 Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: remove redundant keyword.is_type It is still confusing that not all type keywords end up as lsym_type. Those that occur inside

CVS commit: src/usr.bin/indent

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 20:59:26 UTC 2021 Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: remove redundant keyword.is_type It is still confusing that not all type keywords end up as lsym_type. Those that occur inside

CVS commit: src/sys/arch/aarch64/include

2021-10-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 31 22:06:32 UTC 2021 Modified Files: src/sys/arch/aarch64/include: db_machdep.h Log Message: Fix crash(8) build To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/aarch64/include/db_machdep.h

CVS commit: src/sys/arch/aarch64/include

2021-10-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 31 22:06:32 UTC 2021 Modified Files: src/sys/arch/aarch64/include: db_machdep.h Log Message: Fix crash(8) build To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/aarch64/include/db_machdep.h

CVS commit: src

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 17:22:48 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c src/usr.bin/indent: lexi.c Log Message: indent: in debug log, print token subtype in same line The keyword 'void' is parsed as lsym_type

CVS commit: src

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 17:22:48 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c src/usr.bin/indent: lexi.c Log Message: indent: in debug log, print token subtype in same line The keyword 'void' is parsed as lsym_type

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

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 19:08:39 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c Log Message: tests/indent: test support for ancient initialization without '=' To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 19:08:39 UTC 2021 Modified Files: src/tests/usr.bin/indent: fmt_decl.c Log Message: tests/indent: test support for ancient initialization without '=' To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

Re: CVS commit: src/sys/arch

2021-10-31 Thread Tobias Nygren
On Sun, 31 Oct 2021 16:23:48 + Nick Hudson wrote: > Modified Files: > src/sys/arch/aarch64/include: cpu.h cpufunc.h db_machdep.h ... > Log Message: > Rework Arm (32bit and 64bit) AP startup so that cpu_hatch doesn't sleep. Hi, I'm afraid this broke the userland build. I think

CVS commit: src

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 21:43:43 UTC 2021 Modified Files: src/tests/usr.bin/indent: opt_pcs.c src/usr.bin/indent: indent.c Log Message: indent: for '-pcs', add blank between function and '(' Before indent-2021.09.30.21.48.12, the

CVS commit: src

2021-10-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 31 21:43:43 UTC 2021 Modified Files: src/tests/usr.bin/indent: opt_pcs.c src/usr.bin/indent: indent.c Log Message: indent: for '-pcs', add blank between function and '(' Before indent-2021.09.30.21.48.12, the

CVS commit: src/lib/libc

2021-10-31 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Oct 31 22:24:36 UTC 2021 Modified Files: src/lib/libc/arch/aarch64: Makefile.inc src/lib/libc/arch/alpha: Makefile.inc src/lib/libc/arch/arm: Makefile.inc src/lib/libc/arch/hppa: Makefile.inc

CVS commit: src/lib/libc

2021-10-31 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Oct 31 22:24:36 UTC 2021 Modified Files: src/lib/libc/arch/aarch64: Makefile.inc src/lib/libc/arch/alpha: Makefile.inc src/lib/libc/arch/arm: Makefile.inc src/lib/libc/arch/hppa: Makefile.inc