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

2023-04-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 15 12:47:32 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: msg_302.c Log Message: tests/lint: add more tests for returning local objects To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2023-04-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 15 12:47:32 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: msg_302.c Log Message: tests/lint: add more tests for returning local objects To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/games/worms

2023-04-15 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 15 13:00:30 UTC 2023 Modified Files: src/games/worms: worms.c Log Message: Garbage collect "char *mp" - it used to point at memory malloc()'d to hold the termcap entry, back when worms used termcap rather than curses, and

CVS commit: src

2023-04-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 15 11:34:45 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: queries.c src/usr.bin/xlint/lint1: err.c func.c Log Message: lint: add query for parenthesized return value To generate a diff of this commit:

CVS commit: src

2023-04-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 15 11:34:45 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: queries.c src/usr.bin/xlint/lint1: err.c func.c Log Message: lint: add query for parenthesized return value To generate a diff of this commit:

CVS commit: src/share/misc

2023-04-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 15 12:22:37 UTC 2023 Modified Files: src/share/misc: style Log Message: style: fix spelling of plural parentheses To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/share/misc/style Please note that

CVS commit: src/share/misc

2023-04-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 15 12:22:37 UTC 2023 Modified Files: src/share/misc: style Log Message: style: fix spelling of plural parentheses To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/share/misc/style Please note that

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

2023-04-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 15 10:53:59 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: msg_302.c Log Message: tests/lint: extend test for returning local address To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2023-04-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 15 10:53:59 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: msg_302.c Log Message: tests/lint: extend test for returning local address To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/usr.bin/audio

2023-04-15 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Apr 15 12:39:44 UTC 2023 Modified Files: src/usr.bin/audio/common: auconv.h wav.c src/usr.bin/audio/play: play.c src/usr.bin/audio/record: record.c Log Message: Add support for recording 24bit wav files. To

CVS commit: src/usr.bin/audio

2023-04-15 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Apr 15 12:39:44 UTC 2023 Modified Files: src/usr.bin/audio/common: auconv.h wav.c src/usr.bin/audio/play: play.c src/usr.bin/audio/record: record.c Log Message: Add support for recording 24bit wav files. To

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

2023-04-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 15 12:29:43 UTC 2023 Modified Files: src/usr.bin/xlint/xlint: lint.1 Log Message: lint.1: remove extra space from -q option To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/usr.bin/xlint/xlint/lint.1

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

2023-04-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 15 12:29:43 UTC 2023 Modified Files: src/usr.bin/xlint/xlint: lint.1 Log Message: lint.1: remove extra space from -q option To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/usr.bin/xlint/xlint/lint.1

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

2023-04-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 15 10:32:46 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: func.c Log Message: lint: extract checking the return value to separate function No functional change. To generate a diff of this commit: cvs rdiff -u

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

2023-04-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 15 10:32:46 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: func.c Log Message: lint: extract checking the return value to separate function No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/games/worms

2023-04-15 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 15 13:00:30 UTC 2023 Modified Files: src/games/worms: worms.c Log Message: Garbage collect "char *mp" - it used to point at memory malloc()'d to hold the termcap entry, back when worms used termcap rather than curses, and

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

2023-04-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 15 12:59:02 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: msg_302.c Log Message: tests/lint: remove wrong comment GCC 10 does warn about returning a temporary object, but only when optimizations are enabled.

CVS commit: src/usr.bin/audio/play

2023-04-15 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Apr 15 16:54:39 UTC 2023 Modified Files: src/usr.bin/audio/play: play.c Log Message: Revert accidentially committed part. The 'latency' report isn't ready to be useful. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/audio/play

2023-04-15 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Apr 15 16:54:39 UTC 2023 Modified Files: src/usr.bin/audio/play: play.c Log Message: Revert accidentially committed part. The 'latency' report isn't ready to be useful. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/doc

2023-04-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Apr 15 18:16:28 UTC 2023 Modified Files: src/doc: CHANGES.prev Log Message: Fix a wrong year in r1.168. Pointed out by Nishi. To generate a diff of this commit: cvs rdiff -u -r1.168 -r1.169 src/doc/CHANGES.prev Please

CVS commit: src/doc

2023-04-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Apr 15 18:16:28 UTC 2023 Modified Files: src/doc: CHANGES.prev Log Message: Fix a wrong year in r1.168. Pointed out by Nishi. To generate a diff of this commit: cvs rdiff -u -r1.168 -r1.169 src/doc/CHANGES.prev Please

CVS commit: src/sys/kern

2023-04-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 16 04:52:19 UTC 2023 Modified Files: src/sys/kern: subr_pserialize.c Log Message: pserialize(9): Fix buggy assertion inside assertion. If there has been a context switch, then we can't be in a pserialize read section

CVS commit: src/sys/kern

2023-04-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 16 04:52:19 UTC 2023 Modified Files: src/sys/kern: subr_pserialize.c Log Message: pserialize(9): Fix buggy assertion inside assertion. If there has been a context switch, then we can't be in a pserialize read section

CVS commit: [netbsd-10] src/tests/sbin/envstat

2023-04-15 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sat Apr 15 12:08:42 UTC 2023 Modified Files: src/tests/sbin/envstat [netbsd-10]: t_envstat.sh Log Message: Pull up the following revision (requested by martin in ticket #127): tests/sbin/envstat/t_envstat.sh: revision 1.2

CVS commit: [netbsd-10] src/tests/sbin/envstat

2023-04-15 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sat Apr 15 12:08:42 UTC 2023 Modified Files: src/tests/sbin/envstat [netbsd-10]: t_envstat.sh Log Message: Pull up the following revision (requested by martin in ticket #127): tests/sbin/envstat/t_envstat.sh: revision 1.2

CVS commit: [netbsd-10] src/doc

2023-04-15 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sat Apr 15 12:09:08 UTC 2023 Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Ticket #127 To generate a diff of this commit: cvs rdiff -u -r1.1.2.53 -r1.1.2.54 src/doc/CHANGES-10.0 Please note that diffs are not

CVS commit: [netbsd-10] src/doc

2023-04-15 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sat Apr 15 12:09:08 UTC 2023 Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Ticket #127 To generate a diff of this commit: cvs rdiff -u -r1.1.2.53 -r1.1.2.54 src/doc/CHANGES-10.0 Please note that diffs are not

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

2023-04-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 15 12:59:02 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: msg_302.c Log Message: tests/lint: remove wrong comment GCC 10 does warn about returning a temporary object, but only when optimizations are enabled.

CVS commit: src/games/worms

2023-04-15 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 15 13:40:23 UTC 2023 Modified Files: src/games/worms: worms.c Log Message: 80 column police. If this code were just a few chars over the limit, it might get let off with a warning, but 214 in an 80 zone is way beyond that.

CVS commit: src/games/worms

2023-04-15 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 15 13:40:23 UTC 2023 Modified Files: src/games/worms: worms.c Log Message: 80 column police. If this code were just a few chars over the limit, it might get let off with a warning, but 214 in an 80 zone is way beyond that.

CVS commit: src/games/worms

2023-04-15 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 15 15:21:56 UTC 2023 Modified Files: src/games/worms: worms.c Log Message: When worms default delay was changed from 0, to 20ms (Oct 2020) it lost the ability to run flat out (no sleeps) - which while not very useful for

CVS commit: src/games/worms

2023-04-15 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 15 15:21:56 UTC 2023 Modified Files: src/games/worms: worms.c Log Message: When worms default delay was changed from 0, to 20ms (Oct 2020) it lost the ability to run flat out (no sleeps) - which while not very useful for