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

2021-07-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jul 9 06:37:11 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: lint: indent grammar actions properly No functional change. To generate a diff of this commit: cvs rdiff -u -r1.274 -r1.275 src/usr.bin/

CVS commit: src

2021-07-08 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Jul 9 05:54:11 UTC 2021 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi src/tests/net: net_common.sh src/tests/net/if_vlan: Makefile t_vlan.sh Added Files: s

CVS commit: src/sys/arch/alpha/alpha

2021-07-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Jul 9 01:29:21 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: autoconf.c Log Message: If we're netbooting on a system with, for example, an ISA DE204 Ethernet interface, we don't have sufficient information to find the d

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

2021-07-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 8 20:11:15 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_249.c Log Message: tests/lint: test error recovery of the parser To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/usr.bin/xlint

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

2021-07-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 8 19:08:03 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: lint: fix assignment to midrule in grammar (since today) When compiling the grammar with Bison, it complains: error: $$ for the m

CVS commit: src

2021-07-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 8 18:53:58 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_206.c msg_206.exp src/usr.bin/xlint/lint1: cgram.y Log Message: lint: fix wrong check for enum constants in switch (since today) To generate

CVS commit: src

2021-07-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 8 18:50:57 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_206.c msg_206.exp src/usr.bin/xlint/lint1: cgram.y Log Message: lint: demonstrate bug in handling enum declarations (since today) Since cgram

CVS commit: src/external/bsd/atf/dist/tools

2021-07-08 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Thu Jul 8 18:10:52 UTC 2021 Modified Files: src/external/bsd/atf/dist/tools: atf-run.cpp Log Message: When running an individual test case under isolation, make the test case count on the tp-start line of the output match the numbe

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

2021-07-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 8 18:02:22 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_249.c msg_249.exp Log Message: tests/lint: add test coverage for some parse errors To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/t

CVS commit: src/lib/libc/stdio

2021-07-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 8 15:44:44 UTC 2021 Modified Files: src/lib/libc/stdio: fflush.c Log Message: Include the 0 return from write. Although the real write system call does not return 0, the synthetic writes from funopen/fmemopen could. Thi

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

2021-07-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 8 15:21:40 UTC 2021 Modified Files: src/tests/lib/libc/stdio: h_intr.c Log Message: fix printf format strings To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/stdio/h_intr.c Please note

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

2021-07-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 8 12:30:20 UTC 2021 Modified Files: src/tests/lib/libc/stdio: Makefile Log Message: need to set BINDIR To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/tests/lib/libc/stdio/Makefile Please note that

CVS commit: [netbsd-9] src/doc

2021-07-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 8 11:24:41 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Tickets #1319 and #1320 To generate a diff of this commit: cvs rdiff -u -r1.1.2.14 -r1.1.2.15 src/doc/CHANGES-9.3 Please note that diffs

CVS commit: [netbsd-9] src/sys/external/bsd/drm2/linux

2021-07-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 8 11:23:29 UTC 2021 Modified Files: src/sys/external/bsd/drm2/linux [netbsd-9]: linux_reservation.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1320): sys/external/bsd/drm2/linux

CVS commit: [netbsd-9] src/common/lib/libc/arch/aarch64/atomic

2021-07-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 8 11:22:01 UTC 2021 Modified Files: src/common/lib/libc/arch/aarch64/atomic [netbsd-9]: atomic_nand_16.S Log Message: Pull up following revision(s) (requested by skrll in ticket #1319): common/lib/libc/arch/aarch

CVS commit: src/distrib/sets/lists

2021-07-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 8 09:16:25 UTC 2021 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi Log Message: Add new interrupted stdio tests To generate a diff of this commit: cvs rdiff -u -r1.353 -r1.35

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

2021-07-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 8 09:07:46 UTC 2021 Modified Files: src/tests/lib/libc/stdio: Makefile Added Files: src/tests/lib/libc/stdio: h_intr.c h_makenumbers.c h_testnumbers.c t_intr.sh Log Message: Add interrupted I/O tests

CVS commit: src/lib/libc/stdio

2021-07-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 8 09:06:51 UTC 2021 Modified Files: src/lib/libc/stdio: fflush.c fvwrite.c Log Message: Obey EINTR and return immediately adjusting for unwritten. From RVP To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21