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

2022-05-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 20 06:59:02 UTC 2022 Modified Files: src/sys/arch/arm/imx: imxuart.c Log Message: Add the character read in as part of imxuart_common_putc into the readahead buffer port-arm/45354: no character is put in the read-ahead buf

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

2022-05-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 20 06:59:02 UTC 2022 Modified Files: src/sys/arch/arm/imx: imxuart.c Log Message: Add the character read in as part of imxuart_common_putc into the readahead buffer port-arm/45354: no character is put in the read-ahead buf

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

2022-05-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 20 06:56:59 UTC 2022 Modified Files: src/sys/arch/arm/imx: imxuart.c Log Message: Use a macro. Part of port-arm/45354: no character is put in the read-ahead buffer in a console code of arch/arm/imx/imxuart.c To generat

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

2022-05-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 20 06:56:59 UTC 2022 Modified Files: src/sys/arch/arm/imx: imxuart.c Log Message: Use a macro. Part of port-arm/45354: no character is put in the read-ahead buffer in a console code of arch/arm/imx/imxuart.c To generat

CVS commit: src/games/gomoku

2022-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 19 23:12:40 UTC 2022 Modified Files: src/games/gomoku: gomoku.h pickmove.c Log Message: gomoku: remove unused function 'list_eq' To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/games/gomoku/gomoku.h cvs

CVS commit: src/games/gomoku

2022-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 19 23:12:40 UTC 2022 Modified Files: src/games/gomoku: gomoku.h pickmove.c Log Message: gomoku: remove unused function 'list_eq' To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/games/gomoku/gomoku.h cvs

CVS commit: src/games/gomoku

2022-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 19 22:49:05 UTC 2022 Modified Files: src/games/gomoku: bdisp.c main.c Log Message: gomoku: use combined curses functions To save some screen space in the source code and some bytes in the generated binary. No functional

CVS commit: src/games/gomoku

2022-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 19 22:49:05 UTC 2022 Modified Files: src/games/gomoku: bdisp.c main.c Log Message: gomoku: use combined curses functions To save some screen space in the source code and some bytes in the generated binary. No functional

CVS commit: src/games/gomoku

2022-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 19 22:29:36 UTC 2022 Modified Files: src/games/gomoku: bdinit.c pickmove.c Log Message: gomoku: use NULL instead of more verbose null pointer No binary change. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.

CVS commit: src/games/gomoku

2022-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 19 22:29:36 UTC 2022 Modified Files: src/games/gomoku: bdinit.c pickmove.c Log Message: gomoku: use NULL instead of more verbose null pointer No binary change. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.

CVS commit: src/games/gomoku

2022-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 19 22:24:54 UTC 2022 Modified Files: src/games/gomoku: bdisp.c Log Message: gomoku: clean up coordinate for the currently selected spot There is no need to make this coordinate dependent on the board size. No binary chan

CVS commit: src/games/gomoku

2022-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 19 22:24:54 UTC 2022 Modified Files: src/games/gomoku: bdisp.c Log Message: gomoku: clean up coordinate for the currently selected spot There is no need to make this coordinate dependent on the board size. No binary chan

CVS commit: src/games/gomoku

2022-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 19 22:19:18 UTC 2022 Modified Files: src/games/gomoku: bdinit.c bdisp.c main.c makemove.c pickmove.c stoc.c Log Message: gomoku: clean up version control sections Lint can handle these definitions, and the '#if 0' is redu

CVS commit: src/games/gomoku

2022-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 19 22:19:18 UTC 2022 Modified Files: src/games/gomoku: bdinit.c bdisp.c main.c makemove.c pickmove.c stoc.c Log Message: gomoku: clean up version control sections Lint can handle these definitions, and the '#if 0' is redu

CVS commit: src/sys/opencrypto

2022-05-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 19 20:51:59 UTC 2022 Modified Files: src/sys/opencrypto: crypto.c Log Message: opencrypto: Assert !cpu_intr_p() on dispatch and invoke. These should only ever have been potentially called from hard interrupt context by

CVS commit: src/sys/opencrypto

2022-05-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 19 20:51:59 UTC 2022 Modified Files: src/sys/opencrypto: crypto.c Log Message: opencrypto: Assert !cpu_intr_p() on dispatch and invoke. These should only ever have been potentially called from hard interrupt context by

CVS commit: src/sys/opencrypto

2022-05-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 19 20:51:46 UTC 2022 Modified Files: src/sys/opencrypto: crypto.c cryptodev.c cryptodev.h Log Message: opencrypto: Nix CRYPTO_F_USER, CRYPTO_F_CBIMM, CRYPTO_F_CBIFSYNC. CRYPTO_F_USER is no longer needed. It was introd

CVS commit: src/sys/opencrypto

2022-05-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 19 20:51:46 UTC 2022 Modified Files: src/sys/opencrypto: crypto.c cryptodev.c cryptodev.h Log Message: opencrypto: Nix CRYPTO_F_USER, CRYPTO_F_CBIMM, CRYPTO_F_CBIFSYNC. CRYPTO_F_USER is no longer needed. It was introd

CVS commit: src/games/gomoku

2022-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 19 20:09:46 UTC 2022 Modified Files: src/games/gomoku: main.c Log Message: gomoku: remove unreachable code at the end of main In C99 mode, lint accepts when control gets to the end of main without returning a value. It d

CVS commit: src/games/gomoku

2022-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 19 20:09:46 UTC 2022 Modified Files: src/games/gomoku: main.c Log Message: gomoku: remove unreachable code at the end of main In C99 mode, lint accepts when control gets to the end of main without returning a value. It d

CVS commit: src/games/gomoku

2022-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 19 19:52:56 UTC 2022 Modified Files: src/games/gomoku: bdisp.c Log Message: gomoku: replace magic numbers with proper coordinate calculation To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/games/gomoku/

CVS commit: src/games/gomoku

2022-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 19 19:52:56 UTC 2022 Modified Files: src/games/gomoku: bdisp.c Log Message: gomoku: replace magic numbers with proper coordinate calculation To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/games/gomoku/

CVS commit: src/sys/netipsec

2022-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 19 19:18:03 UTC 2022 Modified Files: src/sys/netipsec: ipsec_input.c Log Message: PR/56840: Andrew Cagney: use the proper polarity hton/ntoh macros (no functional change). Factor out spi retrieving code into a function.

CVS commit: src/sys/netipsec

2022-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 19 19:18:03 UTC 2022 Modified Files: src/sys/netipsec: ipsec_input.c Log Message: PR/56840: Andrew Cagney: use the proper polarity hton/ntoh macros (no functional change). Factor out spi retrieving code into a function.

CVS commit: src/games/gomoku

2022-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 19 19:16:38 UTC 2022 Modified Files: src/games/gomoku: bdisp.c Log Message: gomoku: properly center the player's names To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/games/gomoku/bdisp.c Please note t

CVS commit: src/games/gomoku

2022-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 19 19:16:38 UTC 2022 Modified Files: src/games/gomoku: bdisp.c Log Message: gomoku: properly center the player's names To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/games/gomoku/bdisp.c Please note t

CVS commit: src/games/gomoku

2022-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 19 18:58:59 UTC 2022 Modified Files: src/games/gomoku: bdinit.c bdisp.c gomoku.h pickmove.c Log Message: gomoku: de-obfuscate screen coordinate calculation Modern compilers optimize linear integer arithmetic, so there is

CVS commit: src/games/gomoku

2022-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 19 18:58:59 UTC 2022 Modified Files: src/games/gomoku: bdinit.c bdisp.c gomoku.h pickmove.c Log Message: gomoku: de-obfuscate screen coordinate calculation Modern compilers optimize linear integer arithmetic, so there is

CVS commit: src

2022-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 19 17:24:14 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_bool_strict_syshdr.c d_c99_bool_strict_syshdr.exp src/usr.bin/xlint/lint1: ckbool.c Log Message: lint: in strict bool mode, chec

CVS commit: src

2022-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 19 17:24:14 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_bool_strict_syshdr.c d_c99_bool_strict_syshdr.exp src/usr.bin/xlint/lint1: ckbool.c Log Message: lint: in strict bool mode, chec

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

2022-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 19 17:10:50 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_bool_strict_syshdr.c d_c99_bool_strict_syshdr.exp Log Message: tests/lint: extend tests for type mismatch in strict bool mode Seen in g

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

2022-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 19 17:10:50 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_bool_strict_syshdr.c d_c99_bool_strict_syshdr.exp Log Message: tests/lint: extend tests for type mismatch in strict bool mode Seen in g

CVS commit: src/games/gomoku

2022-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 19 17:02:51 UTC 2022 Modified Files: src/games/gomoku: bdisp.c Log Message: gomoku: fix error message for small screen - gomoku: Screen too small (need 8018d) + gomoku: Screen too small (need 80x24) To generate a diff o

CVS commit: src/games/gomoku

2022-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 19 17:02:51 UTC 2022 Modified Files: src/games/gomoku: bdisp.c Log Message: gomoku: fix error message for small screen - gomoku: Screen too small (need 8018d) + gomoku: Screen too small (need 80x24) To generate a diff o

CVS commit: src/games/gomoku

2022-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 19 16:58:39 UTC 2022 Modified Files: src/games/gomoku: bdisp.c Log Message: gomoku: fix type mismatch in call to curses function Not yet detected by lint, as lint is more permissive for type mismatches if the value is a c

CVS commit: src/games/gomoku

2022-05-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu May 19 16:58:39 UTC 2022 Modified Files: src/games/gomoku: bdisp.c Log Message: gomoku: fix type mismatch in call to curses function Not yet detected by lint, as lint is more permissive for type mismatches if the value is a c

CVS commit: [netbsd-9] src/doc

2022-05-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu May 19 16:25:11 UTC 2022 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Ticket #1456 To generate a diff of this commit: cvs rdiff -u -r1.1.2.95 -r1.1.2.96 src/doc/CHANGES-9.3 Please note that diffs are not pub

CVS commit: [netbsd-9] src/doc

2022-05-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu May 19 16:25:11 UTC 2022 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Ticket #1456 To generate a diff of this commit: cvs rdiff -u -r1.1.2.95 -r1.1.2.96 src/doc/CHANGES-9.3 Please note that diffs are not pub

CVS commit: [netbsd-9] src/sys/dev/pci

2022-05-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu May 19 16:24:20 UTC 2022 Modified Files: src/sys/dev/pci [netbsd-9]: if_bge.c Log Message: Pull up following revision(s) (requested by buhrow in ticket #1456): sys/dev/pci/if_bge.c: revision 1.353 For chips which con

CVS commit: [netbsd-9] src/sys/dev/pci

2022-05-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu May 19 16:24:20 UTC 2022 Modified Files: src/sys/dev/pci [netbsd-9]: if_bge.c Log Message: Pull up following revision(s) (requested by buhrow in ticket #1456): sys/dev/pci/if_bge.c: revision 1.353 For chips which con

CVS commit: src/usr.bin/vmstat

2022-05-19 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu May 19 13:57:03 UTC 2022 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: Bump some column widths for "vmstat -mW". To generate a diff of this commit: cvs rdiff -u -r1.252 -r1.253 src/usr.bin/vmstat/vmstat.c Please

CVS commit: src/usr.bin/vmstat

2022-05-19 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu May 19 13:57:03 UTC 2022 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: Bump some column widths for "vmstat -mW". To generate a diff of this commit: cvs rdiff -u -r1.252 -r1.253 src/usr.bin/vmstat/vmstat.c Please

CVS commit: src/sys/arch/xen

2022-05-19 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu May 19 09:54:27 UTC 2022 Modified Files: src/sys/arch/xen/include: hypervisor.h src/sys/arch/xen/x86: hypervisor_machdep.c src/sys/arch/xen/xen: evtchn.c Log Message: Restore de EOI mechanism for pirq, using th

CVS commit: src/sys/arch/xen

2022-05-19 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu May 19 09:54:27 UTC 2022 Modified Files: src/sys/arch/xen/include: hypervisor.h src/sys/arch/xen/x86: hypervisor_machdep.c src/sys/arch/xen/xen: evtchn.c Log Message: Restore de EOI mechanism for pirq, using th

CVS commit: src/lib/libcurses

2022-05-19 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Thu May 19 07:41:26 UTC 2022 Modified Files: src/lib/libcurses: addbytes.c Log Message: Set the last change pointer after adding a character at the bottom right of a window. This fixes the character missing in the LR of a window.

CVS commit: src/lib/libcurses

2022-05-19 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Thu May 19 07:41:26 UTC 2022 Modified Files: src/lib/libcurses: addbytes.c Log Message: Set the last change pointer after adding a character at the bottom right of a window. This fixes the character missing in the LR of a window.

CVS commit: src/lib/libpthread/arch/hppa

2022-05-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu May 19 07:10:15 UTC 2022 Modified Files: src/lib/libpthread/arch/hppa: pthread_md.S Log Message: Use RAS_{START,END}_ASM_HIDDEN To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libpthread/arch/hppa/pthread_

CVS commit: src/lib/libpthread/arch/hppa

2022-05-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu May 19 07:10:15 UTC 2022 Modified Files: src/lib/libpthread/arch/hppa: pthread_md.S Log Message: Use RAS_{START,END}_ASM_HIDDEN To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libpthread/arch/hppa/pthread_