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

2021-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 22 14:32:31 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_init.c Log Message: tests/lint: improve test for initialization of array of unknown size Previously, the test didn't show that the size of the

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

2021-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 22 14:32:31 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_init.c Log Message: tests/lint: improve test for initialization of array of unknown size Previously, the test didn't show that the size of the

CVS commit: src

2021-12-22 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Dec 22 17:28:18 UTC 2021 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile pool.9 pool_cache.9 Log Message: Document PR_PSERIALIZE. Remove documentation for pool_cache_setpredestruct().

CVS commit: src

2021-12-22 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Dec 22 17:28:18 UTC 2021 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile pool.9 pool_cache.9 Log Message: Document PR_PSERIALIZE. Remove documentation for pool_cache_setpredestruct().

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

2021-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 22 14:35:23 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: init.c Log Message: lint: clean up initialization No functional change. To generate a diff of this commit: cvs rdiff -u -r1.229 -r1.230

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

2021-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 22 14:35:23 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: init.c Log Message: lint: clean up initialization No functional change. To generate a diff of this commit: cvs rdiff -u -r1.229 -r1.230

CVS commit: src

2021-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 22 14:25:35 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_035.c msg_265.c msg_265.exp msg_312.c msg_312.exp src/usr.bin/xlint/lint1: decl.c err.c lex.c Log Message: lint: use C90 instead

CVS commit: src

2021-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 22 14:25:35 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_035.c msg_265.c msg_265.exp msg_312.c msg_312.exp src/usr.bin/xlint/lint1: decl.c err.c lex.c Log Message: lint: use C90 instead

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2021-12-22 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Dec 22 14:04:10 UTC 2021 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c Log Message: In zfs_setattr() don't recheck the auth policy for a "nodump" flags change. zfs_netbsd_setattr() has already

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2021-12-22 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Dec 22 14:04:10 UTC 2021 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c Log Message: In zfs_setattr() don't recheck the auth policy for a "nodump" flags change. zfs_netbsd_setattr() has already

CVS commit: src

2021-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 22 14:49:11 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_init.c decl_struct_member.c src/usr.bin/xlint/common: lint.h src/usr.bin/xlint/lint1: lex.c lint1.h src/usr.bin/xlint/lint2:

CVS commit: src

2021-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 22 14:49:11 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_init.c decl_struct_member.c src/usr.bin/xlint/common: lint.h src/usr.bin/xlint/lint1: lex.c lint1.h src/usr.bin/xlint/lint2:

CVS commit: src/sys

2021-12-22 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Dec 22 16:57:29 UTC 2021 Modified Files: src/sys/external/bsd/common/include/linux: slab.h src/sys/kern: kern_lwp.c subr_pool.c src/sys/sys: pool.h Log Message: Do the last change differently: Instead of

CVS commit: src/sys

2021-12-22 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Dec 22 16:57:29 UTC 2021 Modified Files: src/sys/external/bsd/common/include/linux: slab.h src/sys/kern: kern_lwp.c subr_pool.c src/sys/sys: pool.h Log Message: Do the last change differently: Instead of

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

2021-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 22 14:11:15 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_init_array_using_string.c Log Message: tests/lint: fix space-tab indentation To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 \

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

2021-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 22 14:11:15 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_init_array_using_string.c Log Message: tests/lint: fix space-tab indentation To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 \

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

2021-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 22 14:38:34 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: rename C89 to C90 in variable names No binary change. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92

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

2021-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 22 14:38:34 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: rename C89 to C90 in variable names No binary change. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92

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

2021-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 22 15:47:42 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: remove redundant EOF tests in lexer No functional change. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95

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

2021-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 22 15:47:42 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: remove redundant EOF tests in lexer No functional change. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95

CVS commit: src

2021-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 22 15:20:08 UTC 2021 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: lex.c lint1.h Log Message: lint: clean up lex.c

CVS commit: src

2021-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 22 15:20:08 UTC 2021 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: lex.c lint1.h Log Message: lint: clean up lex.c

CVS commit: src/sys/external/bsd/common/include/linux

2021-12-22 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Dec 22 18:04:54 UTC 2021 Modified Files: src/sys/external/bsd/common/include/linux: slab.h Log Message: Reduce code duplication: kmem_cache_create() is now exactly the same as kmem_cache_create_dtor() except for the dtor

CVS commit: src/sys/dev

2021-12-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Dec 22 21:45:02 UTC 2021 Modified Files: src/sys/dev/acpi: ehci_acpi.c src/sys/dev/pci: ehci_pci.c src/sys/dev/usb: ehci.c ehcivar.h Log Message: Three fixes - pass the 64bit DMA tag if the HCCPARAMS says ehci

CVS commit: src/sys/dev

2021-12-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Dec 22 21:45:02 UTC 2021 Modified Files: src/sys/dev/acpi: ehci_acpi.c src/sys/dev/pci: ehci_pci.c src/sys/dev/usb: ehci.c ehcivar.h Log Message: Three fixes - pass the 64bit DMA tag if the HCCPARAMS says ehci

CVS commit: src

2021-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 22 15:36:38 UTC 2021 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: fix wrong error in

CVS commit: src

2021-12-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 22 15:36:38 UTC 2021 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: fix wrong error in

CVS commit: src/sys/external/bsd/common/include/linux

2021-12-22 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Dec 22 18:04:54 UTC 2021 Modified Files: src/sys/external/bsd/common/include/linux: slab.h Log Message: Reduce code duplication: kmem_cache_create() is now exactly the same as kmem_cache_create_dtor() except for the dtor

CVS commit: src/sys/dev/usb

2021-12-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Dec 22 21:36:40 UTC 2021 Modified Files: src/sys/dev/usb: ehci.c Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.295 -r1.296 src/sys/dev/usb/ehci.c Please note that diffs are not public domain;

CVS commit: src/sys/dev/usb

2021-12-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Dec 22 21:36:40 UTC 2021 Modified Files: src/sys/dev/usb: ehci.c Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.295 -r1.296 src/sys/dev/usb/ehci.c Please note that diffs are not public domain;

CVS commit: src/sys/arch/x86/x86

2021-12-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Dec 23 02:10:53 UTC 2021 Modified Files: src/sys/arch/x86/x86: intr.c Log Message: delete the extra space To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/sys/arch/x86/x86/intr.c Please note that

CVS commit: src/sys/arch/x86/x86

2021-12-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Dec 23 02:10:53 UTC 2021 Modified Files: src/sys/arch/x86/x86: intr.c Log Message: delete the extra space To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/sys/arch/x86/x86/intr.c Please note that

CVS commit: src/sys/arch/x86/x86

2021-12-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Dec 23 02:45:44 UTC 2021 Modified Files: src/sys/arch/x86/x86: intr.c Log Message: Move the variable into the section that uses it To generate a diff of this commit: cvs rdiff -u -r1.158 -r1.159

CVS commit: src/sys/arch/x86/x86

2021-12-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Dec 23 02:45:44 UTC 2021 Modified Files: src/sys/arch/x86/x86: intr.c Log Message: Move the variable into the section that uses it To generate a diff of this commit: cvs rdiff -u -r1.158 -r1.159

CVS commit: src/sys

2021-12-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Dec 23 04:06:51 UTC 2021 Modified Files: src/sys/arch/x86/x86: hyperv.c src/sys/dev/hyperv: hypervvar.h vmbus.c Log Message: hyper-v: move idt vector allocating to vmbus_init_interrupts_md() for refactoring And,

CVS commit: src/sys

2021-12-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Dec 23 04:06:51 UTC 2021 Modified Files: src/sys/arch/x86/x86: hyperv.c src/sys/dev/hyperv: hypervvar.h vmbus.c Log Message: hyper-v: move idt vector allocating to vmbus_init_interrupts_md() for refactoring And,

CVS commit: src/sys/arch

2021-12-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Dec 23 02:07:21 UTC 2021 Modified Files: src/sys/arch/amd64/amd64: db_interface.c src/sys/arch/i386/i386: db_interface.c src/sys/arch/x86/x86: idt.c intr.c Log Message: x86: improve error handling related

CVS commit: src/sys/arch

2021-12-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Dec 23 02:07:21 UTC 2021 Modified Files: src/sys/arch/amd64/amd64: db_interface.c src/sys/arch/i386/i386: db_interface.c src/sys/arch/x86/x86: idt.c intr.c Log Message: x86: improve error handling related

CVS commit: src/sys/external/bsd/drm2/dist/include/drm

2021-12-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Dec 22 12:05:24 UTC 2021 Modified Files: src/sys/external/bsd/drm2/dist/include/drm: drm_device.h Log Message: drm: Omit local diff -- vmem is entirely a NetBSDism. Use struct vmem rather than vmem_t to obviate need for

CVS commit: src/sys/external/bsd/drm2/dist/include/drm

2021-12-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Dec 22 12:05:24 UTC 2021 Modified Files: src/sys/external/bsd/drm2/dist/include/drm: drm_device.h Log Message: drm: Omit local diff -- vmem is entirely a NetBSDism. Use struct vmem rather than vmem_t to obviate need for