CVS commit: src

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 27 04:41:23 UTC 2023 Modified Files: src/tests/usr.bin/indent: opt_badp.c src/usr.bin/indent: debug.c indent.c io.c Log Message: indent: fix 'blank line above first statement in function body' To generate a diff

CVS commit: src

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 27 04:41:23 UTC 2023 Modified Files: src/tests/usr.bin/indent: opt_badp.c src/usr.bin/indent: debug.c indent.c io.c Log Message: indent: fix 'blank line above first statement in function body' To generate a diff

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

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 27 04:28:16 UTC 2023 Modified Files: src/tests/usr.bin/indent: opt_badp.c Log Message: tests/indent: test the -badp option To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

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

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 27 04:28:16 UTC 2023 Modified Files: src/tests/usr.bin/indent: opt_badp.c Log Message: tests/indent: test the -badp option To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/kern

2023-06-26 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Tue Jun 27 01:19:44 UTC 2023 Modified Files: src/sys/kern: kern_timeout.c Log Message: callout(9): Delete the unused member cc_cancel from struct callout_cpu I see no reason why it should be there, and believe its a leftover from

CVS commit: src/sys/kern

2023-06-26 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Tue Jun 27 01:19:44 UTC 2023 Modified Files: src/sys/kern: kern_timeout.c Log Message: callout(9): Delete the unused member cc_cancel from struct callout_cpu I see no reason why it should be there, and believe its a leftover from

CVS commit: src/sys/kern

2023-06-26 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Tue Jun 27 01:17:43 UTC 2023 Modified Files: src/sys/kern: kern_timeout.c Log Message: callout(9): Tidy up the condition for "callout is running on another LWP" No functional changes. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/kern

2023-06-26 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Tue Jun 27 01:17:43 UTC 2023 Modified Files: src/sys/kern: kern_timeout.c Log Message: callout(9): Tidy up the condition for "callout is running on another LWP" No functional changes. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/kern

2023-06-26 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Tue Jun 27 01:15:22 UTC 2023 Modified Files: src/sys/kern: kern_timeout.c Log Message: callout(9): Fix panic() in callout_destroy() (kern/57226) The culprit was callout_halt(). "(c->c_flags & CALLOUT_FIRED) != 0" wasn't the correct

CVS commit: src/sys/kern

2023-06-26 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Tue Jun 27 01:15:22 UTC 2023 Modified Files: src/sys/kern: kern_timeout.c Log Message: callout(9): Fix panic() in callout_destroy() (kern/57226) The culprit was callout_halt(). "(c->c_flags & CALLOUT_FIRED) != 0" wasn't the correct

CVS commit: src/doc

2023-06-26 Thread Christos Zoulas
every change made to the NetBSD source tree. @@ -133,3 +133,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0: Bumped shlib minor because of API/ABI changes. [nikita 20230608] kerberos(8): Update to Heimdal-7.8.0 [christos 20230619] + bind: Import version 9.16.42. [christos 20230626]

CVS commit: src/doc

2023-06-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 26 22:04:19 UTC 2023 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new bind To generate a diff of this commit: cvs rdiff -u -r1.1932 -r1.1933 src/doc/3RDPARTY cvs rdiff -u -r1.2973 -r1.2974 src/doc/CHANGES

CVS commit: src/external/mpl/bind

2023-06-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 26 22:03:01 UTC 2023 Modified Files: src/external/mpl/bind/dist: configure src/external/mpl/bind/dist/bin/dig: dighost.c src/external/mpl/bind/dist/bin/named: controlconf.c logconf.c main.c

CVS commit: src/external/mpl/bind

2023-06-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 26 22:03:01 UTC 2023 Modified Files: src/external/mpl/bind/dist: configure src/external/mpl/bind/dist/bin/dig: dighost.c src/external/mpl/bind/dist/bin/named: controlconf.c logconf.c main.c

CVS commit: src

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 26 20:23:41 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_for.c src/usr.bin/indent: lexi.c Log Message: indent: improve heuristics for '*' as pointer in for loops To generate a diff of this commit: cvs

CVS commit: src

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 26 20:23:41 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_for.c src/usr.bin/indent: lexi.c Log Message: indent: improve heuristics for '*' as pointer in for loops To generate a diff of this commit: cvs

CVS commit: src

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 26 20:10:23 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_for.c src/usr.bin/indent: lexi.c Log Message: indent: improve heuristics for '*' as a pointer type To generate a diff of this commit: cvs rdiff

CVS commit: src

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 26 20:10:23 UTC 2023 Modified Files: src/tests/usr.bin/indent: lsym_for.c src/usr.bin/indent: lexi.c Log Message: indent: improve heuristics for '*' as a pointer type To generate a diff of this commit: cvs rdiff

CVS commit: src

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 26 20:03:09 UTC 2023 Modified Files: src/tests/usr.bin/indent: opt_badp.c src/usr.bin/indent: debug.c indent.c indent.h io.c Log Message: indent: implement 'blank line above first statement in function body' To

CVS commit: src

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 26 20:03:09 UTC 2023 Modified Files: src/tests/usr.bin/indent: opt_badp.c src/usr.bin/indent: debug.c indent.c indent.h io.c Log Message: indent: implement 'blank line above first statement in function body' To

CVS commit: src/usr.bin/dc

2023-06-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jun 26 17:47:06 UTC 2023 Modified Files: src/usr.bin/dc: bcode.c Log Message: Make this compile when BIGNUM limbs (BN_ULONG) are not the same size as "unsigned long" (e.g. in bn(64/32) configurations of openssl). To

CVS commit: src/usr.bin/dc

2023-06-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jun 26 17:47:06 UTC 2023 Modified Files: src/usr.bin/dc: bcode.c Log Message: Make this compile when BIGNUM limbs (BN_ULONG) are not the same size as "unsigned long" (e.g. in bn(64/32) configurations of openssl). To

CVS commit: src

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 26 14:54:40 UTC 2023 Modified Files: src/tests/usr.bin/indent: opt_bad.c src/usr.bin/indent: indent.c io.c Log Message: indent: in -bad mode, don't add a blank line above a comment or '}' To generate a diff of

CVS commit: src

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 26 14:54:40 UTC 2023 Modified Files: src/tests/usr.bin/indent: opt_bad.c src/usr.bin/indent: indent.c io.c Log Message: indent: in -bad mode, don't add a blank line above a comment or '}' To generate a diff of

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

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 26 12:21:18 UTC 2023 Modified Files: src/tests/usr.bin/indent: opt_dj.c t_options.lua Log Message: tests/indent: strengthen requirements for test input files Previously, 'indent run-equals-prev-output' was allowed even

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

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 26 12:21:18 UTC 2023 Modified Files: src/tests/usr.bin/indent: opt_dj.c t_options.lua Log Message: tests/indent: strengthen requirements for test input files Previously, 'indent run-equals-prev-output' was allowed even

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

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 26 11:01:08 UTC 2023 Modified Files: src/tests/usr.bin/indent: opt_badp.c Log Message: tests/indent: extend test for -badp option To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

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

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 26 11:01:08 UTC 2023 Modified Files: src/tests/usr.bin/indent: opt_badp.c Log Message: tests/indent: extend test for -badp option To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/arch/atari/dev

2023-06-26 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Jun 26 10:57:09 UTC 2023 Modified Files: src/sys/arch/atari/dev: kbd.c Log Message: s/privious/previous/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/arch/atari/dev/kbd.c Please note

CVS commit: src/sys/arch/atari/dev

2023-06-26 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Jun 26 10:57:09 UTC 2023 Modified Files: src/sys/arch/atari/dev: kbd.c Log Message: s/privious/previous/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/arch/atari/dev/kbd.c Please note

CVS commit: src/usr.bin/indent

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 26 10:23:59 UTC 2023 Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: clean up indentation To generate a diff of this commit: cvs rdiff -u -r1.236 -r1.237 src/usr.bin/indent/lexi.c Please note that diffs

CVS commit: src/usr.bin/indent

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 26 10:23:59 UTC 2023 Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: clean up indentation To generate a diff of this commit: cvs rdiff -u -r1.236 -r1.237 src/usr.bin/indent/lexi.c Please note that diffs

CVS commit: src/external/bsd/jemalloc/dist

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 26 07:56:30 UTC 2023 Modified Files: src/external/bsd/jemalloc/dist/include/jemalloc/internal: assert.h ctl.h log.h ph.h ql.h qr.h rb.h rtree.h src/external/bsd/jemalloc/dist/src: ctl.c Log Message:

CVS commit: src/external/bsd/jemalloc/dist

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 26 07:56:30 UTC 2023 Modified Files: src/external/bsd/jemalloc/dist/include/jemalloc/internal: assert.h ctl.h log.h ph.h ql.h qr.h rb.h rtree.h src/external/bsd/jemalloc/dist/src: ctl.c Log Message:

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 26 07:51:57 UTC 2023 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: assert.h ctl.h log.h ph.h ql.h qr.h rb.h rtree.h Log Message: jemalloc: remove redundant CONSTCOND comments Since

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 26 07:51:57 UTC 2023 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: assert.h ctl.h log.h ph.h ql.h qr.h rb.h rtree.h Log Message: jemalloc: remove redundant CONSTCOND comments Since