CVS commit: src

2022-05-16 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue May 17 05:05:20 UTC 2022 Modified Files: src/sys/arch/powerpc/pci: pcib.c src/sys/dev/spi: spi.c src/sys/dev/usb: udl.c src/tests/dev/audio: audiotest.c Log Message: fix few typos in comments. To

CVS commit: src

2022-05-16 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue May 17 05:05:20 UTC 2022 Modified Files: src/sys/arch/powerpc/pci: pcib.c src/sys/dev/spi: spi.c src/sys/dev/usb: udl.c src/tests/dev/audio: audiotest.c Log Message: fix few typos in comments. To

CVS commit: src/share/man/man9

2022-05-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 17 01:39:57 UTC 2022 Modified Files: src/share/man/man9: rnd.9 Log Message: rnd(9): Note that rndsource callbacks are never run in hardint. But they may be run in softint at IPL_SOFTSERIAL. To generate a diff of

CVS commit: src/share/man/man9

2022-05-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 17 01:39:57 UTC 2022 Modified Files: src/share/man/man9: rnd.9 Log Message: rnd(9): Note that rndsource callbacks are never run in hardint. But they may be run in softint at IPL_SOFTSERIAL. To generate a diff of

CVS commit: src/usr.sbin/makemandb

2022-05-16 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue May 17 01:22:14 UTC 2022 Modified Files: src/usr.sbin/makemandb: apropos.1 Log Message: apropos.1: document the PAGER environment variable To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/usr.sbin/makemandb

2022-05-16 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue May 17 01:22:14 UTC 2022 Modified Files: src/usr.sbin/makemandb: apropos.1 Log Message: apropos.1: document the PAGER environment variable To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/usr.sbin/makemandb

2022-05-16 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue May 17 00:21:22 UTC 2022 Modified Files: src/usr.sbin/makemandb: apropos.c Log Message: apropos.c: fix pager functionality Issue reported by Rocky Hotas on NetBSD-Users, patch input from RVP on same, adjustments by me.

CVS commit: src/usr.sbin/makemandb

2022-05-16 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue May 17 00:21:22 UTC 2022 Modified Files: src/usr.sbin/makemandb: apropos.c Log Message: apropos.c: fix pager functionality Issue reported by Rocky Hotas on NetBSD-Users, patch input from RVP on same, adjustments by me.

CVS commit: src/sys/dev/pci

2022-05-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue May 17 00:02:57 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Call m_freem(m) only if m0 == NULL. To generate a diff of this commit: cvs rdiff -u -r1.730 -r1.731 src/sys/dev/pci/if_wm.c Please note that

CVS commit: src/sys/dev/pci

2022-05-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue May 17 00:02:57 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Call m_freem(m) only if m0 == NULL. To generate a diff of this commit: cvs rdiff -u -r1.730 -r1.731 src/sys/dev/pci/if_wm.c Please note that

CVS commit: src/games/gomoku

2022-05-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 16 22:03:16 UTC 2022 Modified Files: src/games/gomoku: bdisp.c Log Message: gomoku: highlight the last played move To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/games/gomoku/bdisp.c Please note that

CVS commit: src/games/gomoku

2022-05-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 16 22:03:16 UTC 2022 Modified Files: src/games/gomoku: bdisp.c Log Message: gomoku: highlight the last played move To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/games/gomoku/bdisp.c Please note that

CVS commit: src/games/gomoku

2022-05-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 16 21:53:41 UTC 2022 Modified Files: src/games/gomoku: main.c Log Message: gomoku: add usage To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/games/gomoku/main.c Please note that diffs are not public

CVS commit: src/games/gomoku

2022-05-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 16 21:53:41 UTC 2022 Modified Files: src/games/gomoku: main.c Log Message: gomoku: add usage To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/games/gomoku/main.c Please note that diffs are not public

CVS commit: src/games/gomoku

2022-05-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 16 21:48:46 UTC 2022 Modified Files: src/games/gomoku: Makefile bdisp.c gomoku.h main.c makemove.c pickmove.c Log Message: gomoku: enable lint's strict bool mode No functional change. To generate a diff of

CVS commit: src/games/gomoku

2022-05-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 16 21:48:46 UTC 2022 Modified Files: src/games/gomoku: Makefile bdisp.c gomoku.h main.c makemove.c pickmove.c Log Message: gomoku: enable lint's strict bool mode No functional change. To generate a diff of

CVS commit: src/games/gomoku

2022-05-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 16 21:38:46 UTC 2022 Modified Files: src/games/gomoku: main.c Log Message: gomoku: fix remaining lint warnings in -DDEBUG mode The generated code changes since the calculations are now performed with int precision. No

CVS commit: src/games/gomoku

2022-05-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 16 21:38:46 UTC 2022 Modified Files: src/games/gomoku: main.c Log Message: gomoku: fix remaining lint warnings in -DDEBUG mode The generated code changes since the calculations are now performed with int precision. No

CVS commit: src/games/gomoku

2022-05-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 16 21:35:39 UTC 2022 Modified Files: src/games/gomoku: bdisp.c main.c pickmove.c Log Message: gomoku: fix most lint warnings in -DDEBUG mode No binary change. To generate a diff of this commit: cvs rdiff -u -r1.24

CVS commit: src/games/gomoku

2022-05-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 16 21:35:39 UTC 2022 Modified Files: src/games/gomoku: bdisp.c main.c pickmove.c Log Message: gomoku: fix most lint warnings in -DDEBUG mode No binary change. To generate a diff of this commit: cvs rdiff -u -r1.24

CVS commit: src/sys/arch/sparc64/sparc64

2022-05-16 Thread matthew green
Module Name:src Committed By: mrg Date: Mon May 16 21:28:06 UTC 2022 Modified Files: src/sys/arch/sparc64/sparc64: cache.h locore.s trap.c Log Message: try to handle ultrasparc III* "fast ecc error" traps. i had a sunblade 2500 reset with this trap recently, and the

CVS commit: src/sys/arch/sparc64/sparc64

2022-05-16 Thread matthew green
Module Name:src Committed By: mrg Date: Mon May 16 21:28:06 UTC 2022 Modified Files: src/sys/arch/sparc64/sparc64: cache.h locore.s trap.c Log Message: try to handle ultrasparc III* "fast ecc error" traps. i had a sunblade 2500 reset with this trap recently, and the

CVS commit: src/games/gomoku

2022-05-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 16 21:02:18 UTC 2022 Modified Files: src/games/gomoku: Makefile gomoku.h main.c pickmove.c Log Message: gomoku: allow combination of WARNS=6 and -DDEBUG To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/games/gomoku

2022-05-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 16 21:02:18 UTC 2022 Modified Files: src/games/gomoku: Makefile gomoku.h main.c pickmove.c Log Message: gomoku: allow combination of WARNS=6 and -DDEBUG To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/games/gomoku

2022-05-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 16 20:57:01 UTC 2022 Modified Files: src/games/gomoku: Makefile bdinit.c bdisp.c gomoku.h main.c makemove.c pickmove.c Log Message: gomoku: prepare lint's strict bool mode No binary change. To generate a

CVS commit: src/games/gomoku

2022-05-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 16 20:57:01 UTC 2022 Modified Files: src/games/gomoku: Makefile bdinit.c bdisp.c gomoku.h main.c makemove.c pickmove.c Log Message: gomoku: prepare lint's strict bool mode No binary change. To generate a

CVS commit: src/lib/libcurses

2022-05-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 16 20:09:13 UTC 2022 Modified Files: src/lib/libcurses: curses_input.3 Log Message: curses_input.3: fix argument type for keypad, notimeout, nodelay There is no type named 'boolf', there's only 'bool'. To generate a

CVS commit: src/lib/libcurses

2022-05-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 16 20:09:13 UTC 2022 Modified Files: src/lib/libcurses: curses_input.3 Log Message: curses_input.3: fix argument type for keypad, notimeout, nodelay There is no type named 'boolf', there's only 'bool'. To generate a

CVS commit: src/games/gomoku

2022-05-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 16 19:55:58 UTC 2022 Modified Files: src/games/gomoku: Makefile bdinit.c bdisp.c main.c makemove.c pickmove.c Log Message: gomoku: fix lint warnings Most warnings were about implicit conversions from

CVS commit: src/games/gomoku

2022-05-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 16 19:55:58 UTC 2022 Modified Files: src/games/gomoku: Makefile bdinit.c bdisp.c main.c makemove.c pickmove.c Log Message: gomoku: fix lint warnings Most warnings were about implicit conversions from

CVS commit: src/games/gomoku

2022-05-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 16 19:20:25 UTC 2022 Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: condense code to decide which spot is better The comments in the conditions only serve to align the expressions, to allow humans to

CVS commit: src/games/gomoku

2022-05-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 16 19:20:25 UTC 2022 Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: condense code to decide which spot is better The comments in the conditions only serve to align the expressions, to allow humans to

CVS commit: src/usr.sbin/sysinst

2022-05-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 16 18:44:39 UTC 2022 Modified Files: src/usr.sbin/sysinst: disks.c msg.mi.de msg.mi.en msg.mi.es msg.mi.fr msg.mi.pl Log Message: Split the available disks (that may be partitioned) from the preconfigured

CVS commit: src/usr.sbin/sysinst

2022-05-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 16 18:44:39 UTC 2022 Modified Files: src/usr.sbin/sysinst: disks.c msg.mi.de msg.mi.en msg.mi.es msg.mi.fr msg.mi.pl Log Message: Split the available disks (that may be partitioned) from the preconfigured

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

2022-05-16 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Mon May 16 17:13:28 UTC 2022 Modified Files: src/sys/arch/sparc64/dev: vdsk.c Log Message: sun4v/vdsk: add handling of SCSI_REPORT_LUNS To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/sparc64/dev/vdsk.c

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

2022-05-16 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Mon May 16 17:13:28 UTC 2022 Modified Files: src/sys/arch/sparc64/dev: vdsk.c Log Message: sun4v/vdsk: add handling of SCSI_REPORT_LUNS To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/sparc64/dev/vdsk.c

CVS commit: src/sbin/cgdconfig

2022-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 16 14:57:44 UTC 2022 Modified Files: src/sbin/cgdconfig: Makefile Log Message: make things behave just like before the libcrypt symbol renaming: The normal cgdconfig binary is built with threads and the crunched one in

CVS commit: src/sbin/cgdconfig

2022-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 16 14:57:44 UTC 2022 Modified Files: src/sbin/cgdconfig: Makefile Log Message: make things behave just like before the libcrypt symbol renaming: The normal cgdconfig binary is built with threads and the crunched one in

CVS commit: src/rescue

2022-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 16 14:55:56 UTC 2022 Modified Files: src/rescue: list Log Message: remove threads; size constraints and behavioral change To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/rescue/list Please note that

CVS commit: src/rescue

2022-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 16 14:55:56 UTC 2022 Modified Files: src/rescue: list Log Message: remove threads; size constraints and behavioral change To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/rescue/list Please note that

Re: CVS commit: src/sbin/cgdconfig

2022-05-16 Thread Robert Elz
Date:Mon, 16 May 2022 09:10:40 + From:Taylor R Campbell Message-ID: <20220516090946.a3c4660...@jupiter.mumble.net> | > Please re-enable threads. They influence the output hash | > so by disabling threads you stop people from being able | > to decrypt their

Re: CVS commit: src/sbin/cgdconfig

2022-05-16 Thread Christos Zoulas
> On May 16, 2022, at 5:10 AM, Taylor R Campbell wrote: > >> Date: Mon, 16 May 2022 04:49:22 + >> From: nia >> >> On Sun, May 15, 2022 at 03:53:27PM -0400, Christos Zoulas wrote: >>> Log Message: >>> Build argon2 inline so that crunched programs work. I also disabled threads >>> for now;

CVS commit: src/bin/kill

2022-05-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon May 16 10:53:14 UTC 2022 Modified Files: src/bin/kill: kill.c Log Message: Alter error messages so they no longer claim that bad input is illegal. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/bin/kill

2022-05-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon May 16 10:53:14 UTC 2022 Modified Files: src/bin/kill: kill.c Log Message: Alter error messages so they no longer claim that bad input is illegal. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/rescue

2022-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 16 10:52:09 UTC 2022 Modified Files: src/rescue: list Log Message: Add -lpthread for the benefit or argon2 in cgdconfig To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/rescue/list Please note that

CVS commit: src/rescue

2022-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 16 10:52:09 UTC 2022 Modified Files: src/rescue: list Log Message: Add -lpthread for the benefit or argon2 in cgdconfig To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/rescue/list Please note that

CVS commit: src/sbin/cgdconfig

2022-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 16 10:44:06 UTC 2022 Modified Files: src/sbin/cgdconfig: Makefile Log Message: Re-enable threads; apparently we get different results depending if we are threaded or not... This tastes like a bug. To generate a diff

CVS commit: src/sbin/cgdconfig

2022-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 16 10:44:06 UTC 2022 Modified Files: src/sbin/cgdconfig: Makefile Log Message: Re-enable threads; apparently we get different results depending if we are threaded or not... This tastes like a bug. To generate a diff

CVS commit: src/sys/dev/sdmmc

2022-05-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon May 16 10:03:23 UTC 2022 Modified Files: src/sys/dev/sdmmc: ld_sdmmc.c Log Message: sdmmc: ld: Include the card type (SD card, MMC) in the disk description. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/sys/dev/sdmmc

2022-05-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon May 16 10:03:23 UTC 2022 Modified Files: src/sys/dev/sdmmc: ld_sdmmc.c Log Message: sdmmc: ld: Include the card type (SD card, MMC) in the disk description. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/sys

2022-05-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon May 16 09:42:32 UTC 2022 Modified Files: src/sys/arch/arm/acpi: cpu_acpi.c src/sys/dev/tprof: tprof_armv8.c tprof_armv8.h Log Message: tprof: armv8: Only attach to known PMU types. To generate a diff of this

CVS commit: src/sys

2022-05-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon May 16 09:42:32 UTC 2022 Modified Files: src/sys/arch/arm/acpi: cpu_acpi.c src/sys/dev/tprof: tprof_armv8.c tprof_armv8.h Log Message: tprof: armv8: Only attach to known PMU types. To generate a diff of this

Re: CVS commit: src/sbin/cgdconfig

2022-05-16 Thread Taylor R Campbell
> Date: Mon, 16 May 2022 04:49:22 + > From: nia > > On Sun, May 15, 2022 at 03:53:27PM -0400, Christos Zoulas wrote: > > Log Message: > > Build argon2 inline so that crunched programs work. I also disabled threads > > for now; we can put them back if needed. > > Please re-enable threads.

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

2022-05-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 16 07:07:17 UTC 2022 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: port-arm/50635: arm11_setup() cpuctrlmask value causes CPU_CONTROL_VECRELOC bit to toggle Fix slightly differently to as suggested in the

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

2022-05-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 16 07:07:17 UTC 2022 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: port-arm/50635: arm11_setup() cpuctrlmask value causes CPU_CONTROL_VECRELOC bit to toggle Fix slightly differently to as suggested in the

CVS commit: src/common/lib/libc/atomic

2022-05-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 16 06:07:23 UTC 2022 Modified Files: src/common/lib/libc/atomic: atomic_c11_compare_exchange_cas_32.c Log Message: Fix the copy botch from previous. Spotted by Tom Lane. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/common/lib/libc/atomic

2022-05-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 16 06:07:23 UTC 2022 Modified Files: src/common/lib/libc/atomic: atomic_c11_compare_exchange_cas_32.c Log Message: Fix the copy botch from previous. Spotted by Tom Lane. To generate a diff of this commit: cvs rdiff -u