CVS commit: src/sys/dev/raidframe

2022-03-10 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Mar 11 01:59:33 UTC 2022 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: convert non-config-handled "DEBUG_ROOT" to aprint_debug(). now it's possible to get boot-time info about raidframe root device selecti

CVS commit: src/sys/dev/raidframe

2022-03-10 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Mar 11 01:59:33 UTC 2022 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: convert non-config-handled "DEBUG_ROOT" to aprint_debug(). now it's possible to get boot-time info about raidframe root device selecti

Re: CVS commit: src/usr.bin/man

2022-03-10 Thread Roland Illig
Am 10.03.2022 um 22:48 schrieb David H. Gutteridge: Module Name:src Committed By: rillig Date: Tue Mar 8 23:13:05 UTC 2022 Modified Files: src/usr.bin/man: man.c Log Message: man: remove unused global variable 'instype' (since yesterday) No functional change. To gen

CVS commit: src/share/misc

2022-03-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Mar 10 23:39:12 UTC 2022 Modified Files: src/share/misc: style Log Message: share/misc/style: lint no longer needs CONSTCOND in do-while-loops Since usr.bin/xlint/lint1/tree.c 1.202 from 2021-01-31, lint recognizes the common

CVS commit: src/share/misc

2022-03-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Mar 10 23:39:12 UTC 2022 Modified Files: src/share/misc: style Log Message: share/misc/style: lint no longer needs CONSTCOND in do-while-loops Since usr.bin/xlint/lint1/tree.c 1.202 from 2021-01-31, lint recognizes the common

CVS commit: src/share/misc

2022-03-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Mar 10 22:45:24 UTC 2022 Modified Files: src/share/misc: style Log Message: share/misc/style: clarify enum example code The only purpose of the enum example is to show that enum constants are written in uppercase. The previo

CVS commit: src/share/misc

2022-03-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Mar 10 22:45:24 UTC 2022 Modified Files: src/share/misc: style Log Message: share/misc/style: clarify enum example code The only purpose of the enum example is to show that enum constants are written in uppercase. The previo

Re: CVS commit: src/usr.bin/man

2022-03-10 Thread David H. Gutteridge
> Module Name:src > Committed By: rillig > Date: Tue Mar 8 23:13:05 UTC 2022 > > Modified Files: > src/usr.bin/man: man.c > > Log Message: > man: remove unused global variable 'instype' (since yesterday) > > No functional change. > > > To generate a diff of this commit

CVS commit: src/sys/dev/pci

2022-03-10 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Mar 10 18:13:31 UTC 2022 Modified Files: src/sys/dev/pci: gffb.c Log Message: s/woud/would/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/pci/gffb.c Please note that diffs are not pub

CVS commit: src/sys/dev/pci

2022-03-10 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Mar 10 18:13:31 UTC 2022 Modified Files: src/sys/dev/pci: gffb.c Log Message: s/woud/would/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/pci/gffb.c Please note that diffs are not pub

CVS commit: src/sys/kern

2022-03-10 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Mar 10 12:21:35 UTC 2022 Modified Files: src/sys/kern: kern_proc.c Log Message: kern: Use atomic_store_release/atomic_load_consume for pid_table. This is read without the lock, so ordering is required. To generate a diff

CVS commit: src/sys/kern

2022-03-10 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Mar 10 12:21:35 UTC 2022 Modified Files: src/sys/kern: kern_proc.c Log Message: kern: Use atomic_store_release/atomic_load_consume for pid_table. This is read without the lock, so ordering is required. To generate a diff

CVS commit: src/sys/kern

2022-03-10 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Mar 10 12:21:25 UTC 2022 Modified Files: src/sys/kern: kern_lwp.c kern_synch.c Log Message: kern: Fix synchronization of clearing LP_RUNNING and lwp_free. 1. membar_sync is not necessary here -- only a store-release is

CVS commit: src/sys/kern

2022-03-10 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Mar 10 12:21:25 UTC 2022 Modified Files: src/sys/kern: kern_lwp.c kern_synch.c Log Message: kern: Fix synchronization of clearing LP_RUNNING and lwp_free. 1. membar_sync is not necessary here -- only a store-release is