CVS commit: src/sys/arch/powerpc/include/ibm4xx

2021-04-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 2 03:20:54 UTC 2021 Modified Files: src/sys/arch/powerpc/include/ibm4xx: dcr4xx.h Log Message: Add bit-field definitions for DCR_SDRAM0_B[0-3]CR registers. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/powerpc/include/ibm4xx

2021-04-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 2 03:20:54 UTC 2021 Modified Files: src/sys/arch/powerpc/include/ibm4xx: dcr4xx.h Log Message: Add bit-field definitions for DCR_SDRAM0_B[0-3]CR registers. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/nfs

2021-04-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 2 03:07:54 UTC 2021 Modified Files: src/sys/nfs: nfs_vfsops.c Log Message: Set f_namemax during mount time like all the other filesystems so that it does gets the right data in copy_statvfs_info(). Otherwise f_namemax

CVS commit: src/sys/nfs

2021-04-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 2 03:07:54 UTC 2021 Modified Files: src/sys/nfs: nfs_vfsops.c Log Message: Set f_namemax during mount time like all the other filesystems so that it does gets the right data in copy_statvfs_info(). Otherwise f_namemax

CVS commit: src/sys/dev/pci

2021-04-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 2 01:08:03 UTC 2021 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.1410 -r1.1411 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1409 -r1.1410

CVS commit: src/sys/dev/pci

2021-04-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 2 01:08:03 UTC 2021 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.1410 -r1.1411 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1409 -r1.1410

CVS commit: src/sys/dev/pci

2021-04-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 2 01:07:16 UTC 2021 Modified Files: src/sys/dev/pci: pcidevs Log Message: PDC20265 is Ultra/100, not 66. To generate a diff of this commit: cvs rdiff -u -r1.1424 -r1.1425 src/sys/dev/pci/pcidevs Please note that diffs

CVS commit: src/sys/dev/pci

2021-04-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 2 01:07:16 UTC 2021 Modified Files: src/sys/dev/pci: pcidevs Log Message: PDC20265 is Ultra/100, not 66. To generate a diff of this commit: cvs rdiff -u -r1.1424 -r1.1425 src/sys/dev/pci/pcidevs Please note that diffs

Re: CVS commit: src/sys/arch/powerpc/oea

2021-04-01 Thread Jason Thorpe
Ugh. Can we please stop making these hacky one-offs in "shared by all PowerPC platforms" code? This actually points to a deeper problem in the pmap code that needs to be addressed correctly. > On Apr 1, 2021, at 3:02 PM, Michael Lorenz wrote: > > Module Name: src > Committed By: macallan >

Re: CVS commit: src/share/misc

2021-04-01 Thread Joerg Sonnenberger
On Fri, Apr 02, 2021 at 12:45:28AM +0200, Roland Illig wrote: > For simple cases I agree with Matthew that parentheses should not be > required. Looking through the src tree, I noticed though that the vast > majority of the code uses the redundant parentheses, so I also agree > with Christos that

Re: CVS commit: src/share/misc

2021-04-01 Thread Roland Illig
On 31.03.2021 11:03, Robert Elz wrote: Here, as I recall it, the issue only arose because of something either lint or indent was doing, or wanted to do. I don't recall which, but I do not remember any earlier complaints from anyone that they couldn't understand code because of missing ()

CVS commit: src/sys/arch/powerpc/oea

2021-04-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Apr 1 22:02:20 UTC 2021 Modified Files: src/sys/arch/powerpc/oea: ofwoea_machdep.c Log Message: avoid mapping 0xf000 - my beige G3 DSIs on it with this my the machine boots again tested on a variety of G4 and G5 models

CVS commit: src/sys/arch/powerpc/oea

2021-04-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Apr 1 22:02:20 UTC 2021 Modified Files: src/sys/arch/powerpc/oea: ofwoea_machdep.c Log Message: avoid mapping 0xf000 - my beige G3 DSIs on it with this my the machine boots again tested on a variety of G4 and G5 models

CVS commit: src/sys/fs/puffs

2021-04-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 1 19:00:33 UTC 2021 Modified Files: src/sys/fs/puffs: puffs_vfsops.c Log Message: Put a copy of our existing data first in the non-error case (noticed by RVP). To generate a diff of this commit: cvs rdiff -u -r1.125

CVS commit: src/sys/fs/puffs

2021-04-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 1 19:00:33 UTC 2021 Modified Files: src/sys/fs/puffs: puffs_vfsops.c Log Message: Put a copy of our existing data first in the non-error case (noticed by RVP). To generate a diff of this commit: cvs rdiff -u -r1.125

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

2021-04-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Apr 1 15:06:50 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: remove wrong assumption from comment The size in bits of a struct or union is not measured at all at this point since

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

2021-04-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Apr 1 15:06:50 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: remove wrong assumption from comment The size in bits of a struct or union is not measured at all at this point since

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

2021-04-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Apr 1 14:59:21 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: ops.def Log Message: lint: replace empty macro arguments with non-empty arguments Empty arguments are a new feature of C99. Since lint is one of the build

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

2021-04-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Apr 1 14:59:21 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: ops.def Log Message: lint: replace empty macro arguments with non-empty arguments Empty arguments are a new feature of C99. Since lint is one of the build

CVS commit: src

2021-04-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Apr 1 14:20:30 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_init.c d_c99_init.exp src/usr.bin/xlint/lint1: init.c Log Message: lint: do not error out of a struct is initialized without braces This

CVS commit: src

2021-04-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Apr 1 14:20:30 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_init.c d_c99_init.exp src/usr.bin/xlint/lint1: init.c Log Message: lint: do not error out of a struct is initialized without braces This

CVS commit: src/distrib/sets/lists/base

2021-04-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 1 10:35:24 UTC 2021 Modified Files: src/distrib/sets/lists/base: mi shl.mi Log Message: Move the named filter- plugin to the shared list To generate a diff of this commit: cvs rdiff -u -r1.1275 -r1.1276

CVS commit: src/distrib/sets/lists/base

2021-04-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 1 10:35:24 UTC 2021 Modified Files: src/distrib/sets/lists/base: mi shl.mi Log Message: Move the named filter- plugin to the shared list To generate a diff of this commit: cvs rdiff -u -r1.1275 -r1.1276

CVS commit: src/sys/uvm

2021-04-01 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 1 06:26:26 UTC 2021 Modified Files: src/sys/uvm: uvm_bio.c Log Message: Add a sysctl hashstat collector for ubchash. To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 src/sys/uvm/uvm_bio.c Please note

CVS commit: src/sys/uvm

2021-04-01 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 1 06:26:26 UTC 2021 Modified Files: src/sys/uvm: uvm_bio.c Log Message: Add a sysctl hashstat collector for ubchash. To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 src/sys/uvm/uvm_bio.c Please note

CVS commit: src/sys/kern

2021-04-01 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 1 06:26:14 UTC 2021 Modified Files: src/sys/kern: vfs_vnode.c Log Message: Add a sysctl hashstat collector for vcache. To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 src/sys/kern/vfs_vnode.c Please

CVS commit: src/sys/kern

2021-04-01 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 1 06:26:14 UTC 2021 Modified Files: src/sys/kern: vfs_vnode.c Log Message: Add a sysctl hashstat collector for vcache. To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 src/sys/kern/vfs_vnode.c Please

CVS commit: src/sys/kern

2021-04-01 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 1 06:26:00 UTC 2021 Modified Files: src/sys/kern: vfs_bio.c Log Message: Add a sysctl hashstat collector for bufhash. To generate a diff of this commit: cvs rdiff -u -r1.297 -r1.298 src/sys/kern/vfs_bio.c Please note

CVS commit: src/sys/kern

2021-04-01 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 1 06:26:00 UTC 2021 Modified Files: src/sys/kern: vfs_bio.c Log Message: Add a sysctl hashstat collector for bufhash. To generate a diff of this commit: cvs rdiff -u -r1.297 -r1.298 src/sys/kern/vfs_bio.c Please note

CVS commit: src/sys/kern

2021-04-01 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 1 06:25:46 UTC 2021 Modified Files: src/sys/kern: kern_uidinfo.c Log Message: Add a sysctl hashstat collector for uihash. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/kern/kern_uidinfo.c

CVS commit: src/sys/kern

2021-04-01 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 1 06:25:46 UTC 2021 Modified Files: src/sys/kern: kern_uidinfo.c Log Message: Add a sysctl hashstat collector for uihash. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/kern/kern_uidinfo.c

CVS commit: src/usr.bin/vmstat

2021-04-01 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 1 06:23:15 UTC 2021 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: Use kernel sysctl hashstat collection instead of kmem grovelling directly. Also GC a few old hash nlist entries that no longer exist. To

CVS commit: src/usr.bin/vmstat

2021-04-01 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 1 06:23:15 UTC 2021 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: Use kernel sysctl hashstat collection instead of kmem grovelling directly. Also GC a few old hash nlist entries that no longer exist. To

CVS commit: src/sys

2021-04-01 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 1 06:22:10 UTC 2021 Modified Files: src/sys/kern: subr_hash.c src/sys/sys: sysctl.h Log Message: Add support for kernel hash statistics generation for vmstat -h/-H. As well as not needing any kmem grovelling,

CVS commit: src/sys

2021-04-01 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 1 06:22:10 UTC 2021 Modified Files: src/sys/kern: subr_hash.c src/sys/sys: sysctl.h Log Message: Add support for kernel hash statistics generation for vmstat -h/-H. As well as not needing any kmem grovelling,