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

2021-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 3 06:24:18 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: gcc_attribute.c gcc_attribute.exp Log Message: tests/lint: demonstrate bug in the lexer for GCC attributes To generate a diff of this commit: cvs rdiff

CVS commit: src

2021-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 3 05:24:45 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: gcc_typeof_after_statement.c gcc_typeof_after_statement.exp src/usr.bin/xlint/lint1: cgram.y Log Message: lint: fix parsing of __typeo

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

2021-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 3 03:50:43 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: t_integration.sh Log Message: tests/lint: remove outdated comment The test d_gcc_extension is already activated in line 121. To generate a diff of this

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

2021-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 3 03:46:55 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: fix compiler warning about signedness mismatch No functional change. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 s

CVS commit: src

2021-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 2 22:07:49 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: gcc_bit_field_types.c gcc_bit_field_types.exp src/usr.bin/xlint/lint1: decl.c Log Message: lint: allow large integer types for bit-fie

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

2021-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 2 21:48:53 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: decl.c Log Message: lint: extract check_bit_field_type from declare_bit_field No functional change. To generate a diff of this commit: cvs rdiff -u -r1.178 -

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

2021-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 2 21:47:28 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: gcc_bit_field_types.c gcc_bit_field_types.exp Log Message: tests/lint: fix test for GCC bit-field types The whole purpose of this test is to

CVS commit: src/sys/dev/audio

2021-05-02 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun May 2 21:37:32 UTC 2021 Modified Files: src/sys/dev/audio: audio.c Log Message: audio: Only score hardware formats by channel count at count<=2 Scoring by channel count makes sense when you are using hardware that supports mono

CVS commit: src

2021-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 2 21:22:09 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile msg_035.c msg_035.exp t_integration.sh Added Files: src/tests/usr.bin/xlint/lint1: gc

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

2021-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 2 21:05:42 UTC 2021 Modified Files: src/usr.bin/xlint/xlint: lint.1 xlint.c Log Message: lint: on request, keep the preprocessor output Previously, the simplest way of getting the preprocessed translation unit was to run

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

2021-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 2 20:53:14 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: lint: sort GCC attributes alphabetically in the grammar No functional change. To generate a diff of this commit: cvs rdiff -u -r1.224 -r

CVS commit: src

2021-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 2 20:44:47 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_attribute_aligned.c

CVS commit: src/sys/conf

2021-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 2 20:11:43 UTC 2021 Modified Files: src/sys/conf: lint.mk Log Message: sys/conf/lint.mk: fix order of command line options The option -o must come before the first filename. Now it is possible to lint kern_exec.c at lea

CVS commit: src/sys/conf

2021-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 2 19:51:57 UTC 2021 Modified Files: src/sys/conf: lint.mk Log Message: sys/conf/lint.mk: allow GCC extensions in the kernel The syntax errors due to the __asm statements are now gone. The file kern_exec.c only produces

CVS commit: src/sys/conf

2021-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 2 19:29:30 UTC 2021 Modified Files: src/sys/conf: lint.mk Log Message: sys/conf/lint.mk: a small step for linting the kernel Due to the missing path, the following commands had failed: $ cd src/sys/arch/amd64/co

CVS commit: src/sys

2021-05-02 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun May 2 19:13:43 UTC 2021 Modified Files: src/sys/kern: kern_event.c src/sys/sys: eventvar.h Log Message: implement fo_restart hook for kqueue descriptors, so that close(2) on the descriptor won't block indefinitely i

CVS commit: src/sys/stand/efiboot/bootriscv64

2021-05-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun May 2 15:22:27 UTC 2021 Added Files: src/sys/stand/efiboot/bootriscv64: Makefile efibootriscv64.c Log Message: Add RISC-V 64-bit support. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/stand/efiboot/boo

CVS commit: src/games/countmail

2021-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 2 13:10:36 UTC 2021 Modified Files: src/games/countmail: countmail Log Message: countmail: remove outdated comments Using the shell builtin 'read' command was necessarily slow because it is specified to read a single byt

CVS commit: src/games

2021-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 2 12:50:47 UTC 2021 Modified Files: src/games/adventure: init.c io.c main.c setup.c subr.c vocab.c wizard.c src/games/atc: extern.h graphics.c input.c list.c log.c main.c update.c src/games/backgammon/backg

CVS commit: src/games/fish

2021-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 2 12:25:56 UTC 2021 Modified Files: src/games/fish: fish.c Log Message: fish: remove trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/games/fish/fish.c Please note that diffs are no

CVS commit: src/games/fish

2021-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 2 12:24:59 UTC 2021 Modified Files: src/games/fish: fish.c Log Message: fish: use arc4random_uniform for drawing random numbers Thanks nia@ for the hint. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 sr

CVS commit: src/tests/lib/libc/gen/posix_spawn

2021-05-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 2 11:18:11 UTC 2021 Modified Files: src/tests/lib/libc/gen/posix_spawn: h_spawn.c t_spawnattr.c Log Message: Add test for POSIX_SPAWN_RESETIDS flag To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/l

CVS commit: [netbsd-9] src/doc

2021-05-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 2 10:44:31 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Ticket #1264 To generate a diff of this commit: cvs rdiff -u -r1.1.2.75 -r1.1.2.76 src/doc/CHANGES-9.2 Please note that diffs are not pub

CVS commit: [netbsd-9] src/external/cddl/osnet/dist/cmd

2021-05-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 2 10:43:37 UTC 2021 Modified Files: src/external/cddl/osnet/dist/cmd/zfs [netbsd-9]: zfs.8 src/external/cddl/osnet/dist/cmd/zpool [netbsd-9]: zpool.8 Log Message: Pull up following revision(s) (requested by nia in

CVS commit: src/sys/kern

2021-05-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 2 10:23:56 UTC 2021 Modified Files: src/sys/kern: kern_exec.c Log Message: Fix copy&pasto in handling of POSIX_SPAWN_RESETIDS in posix_spawn(3) To generate a diff of this commit: cvs rdiff -u -r1.504 -r1.505 src/sys/ker

CVS commit: src/doc

2021-05-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun May 2 08:18:38 UTC 2021 Modified Files: src/doc: 3RDPARTY Log Message: gcc-11.1.0 is out. To generate a diff of this commit: cvs rdiff -u -r1.1800 -r1.1801 src/doc/3RDPARTY Please note that diffs are not public domain; they a