CVS commit: src/usr.bin/make/unit-tests

2021-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Dec 4 07:23:43 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: opt-tracefile.mk Log Message: tests/make: fix test for option '-T' When run via ATF, the test makefile is not in the current directory. To generate a

CVS commit: src/usr.bin/make/unit-tests

2021-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Dec 4 07:23:43 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: opt-tracefile.mk Log Message: tests/make: fix test for option '-T' When run via ATF, the test makefile is not in the current directory. To generate a

CVS commit: src

2021-12-03 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sat Dec 4 06:42:39 UTC 2021 Modified Files: src/lib/librefuse: Makefile fuse.h refuse.c refuse_lowlevel.c refuse_opt.c src/sbin/mount_qemufwcfg: Makefile fwcfg.c src/tests/lib/librefuse: t_refuse_opt.c

CVS commit: src

2021-12-03 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sat Dec 4 06:42:39 UTC 2021 Modified Files: src/lib/librefuse: Makefile fuse.h refuse.c refuse_lowlevel.c refuse_opt.c src/sbin/mount_qemufwcfg: Makefile fwcfg.c src/tests/lib/librefuse: t_refuse_opt.c

CVS commit: othersrc/external/bsd/agcre/dist

2021-12-03 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Sat Dec 4 03:40:29 UTC 2021 Modified Files: othersrc/external/bsd/agcre/dist: agcre.h Log Message: Change HIDE_AGCRE to be a 0/1 value, rather than defined/undef By default, don't hide (i.e. export all symbols) NFC To

CVS commit: othersrc/external/bsd/agcre/dist

2021-12-03 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Sat Dec 4 01:54:51 UTC 2021 Modified Files: othersrc/external/bsd/agcre/dist: agcre.c agcre.h Log Message: Add visibility definitions for agcre. For any sources embedding these routines, simply define HIDE_AGCRE, before

CVS commit: src

2021-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Dec 4 00:01:24 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_123.c msg_123.exp src/usr.bin/xlint/lint1: err.c tree.c Log Message: lint: add quotes around placeholders in message 123 To generate a diff

CVS commit: src

2021-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Dec 4 00:01:24 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_123.c msg_123.exp src/usr.bin/xlint/lint1: err.c tree.c Log Message: lint: add quotes around placeholders in message 123 To generate a diff

CVS commit: src/usr.bin/make

2021-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 3 23:37:30 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: do not try to expand fixed variable names The function SetFilenameVars is only called with fixed variable names, none of which contains a

CVS commit: src/usr.bin/make

2021-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 3 23:37:30 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: do not try to expand fixed variable names The function SetFilenameVars is only called with fixed variable names, none of which contains a

CVS commit: src/usr.bin/make

2021-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 3 23:29:30 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: only allocate the name of an included file if necessary The string passed to IncludeFile is only used during that function call, it is not

CVS commit: src/usr.bin/make

2021-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 3 23:29:30 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: only allocate the name of an included file if necessary The string passed to IncludeFile is only used during that function call, it is not

CVS commit: src/usr.bin/make

2021-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 3 23:13:29 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: clean up ParseInclude It was confusing to let the variable 'file' point to the '<' of the .include directive. In each parsing function,

CVS commit: src/usr.bin/make

2021-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 3 23:13:29 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: clean up ParseInclude It was confusing to let the variable 'file' point to the '<' of the .include directive. In each parsing function,

CVS commit: src/usr.bin/make/unit-tests

2021-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 3 22:48:07 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: directive-include.exp directive-include.mk Log Message: tests/make: demonstrate .include with erroneous expression To generate a diff of this commit: cvs

CVS commit: src/usr.bin/make/unit-tests

2021-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 3 22:48:07 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: directive-include.exp directive-include.mk Log Message: tests/make: demonstrate .include with erroneous expression To generate a diff of this commit: cvs

CVS commit: src/usr.bin/make/unit-tests

2021-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 3 22:43:51 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: directive-include.exp directive-include.mk Log Message: tests/make: test .include with expressions To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: src/usr.bin/make/unit-tests

2021-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 3 22:43:51 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: directive-include.exp directive-include.mk Log Message: tests/make: test .include with expressions To generate a diff of this commit: cvs rdiff -u -r1.4

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

2021-12-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Dec 3 22:41:18 UTC 2021 Modified Files: src/sys/arch/sparc/dev: sxreg.h Log Message: add shift instructions To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/sparc/dev/sxreg.h Please note that

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

2021-12-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Dec 3 22:41:18 UTC 2021 Modified Files: src/sys/arch/sparc/dev: sxreg.h Log Message: add shift instructions To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/sparc/dev/sxreg.h Please note that

CVS commit: src/usr.bin/make/unit-tests

2021-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 3 21:55:10 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: opt-tracefile.exp opt-tracefile.mk Log Message: tests/make: test option '-T' for tracing job events To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/usr.bin/make/unit-tests

2021-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 3 21:55:10 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: opt-tracefile.exp opt-tracefile.mk Log Message: tests/make: test option '-T' for tracing job events To generate a diff of this commit: cvs rdiff -u -r1.1

Re: CVS commit: src/sys/net

2021-12-03 Thread Tobias Nygren
On Mon, 15 Nov 2021 07:07:06 + Shoichi YAMAGUCHI wrote: > Date: Mon Nov 15 07:07:06 UTC 2021 > > Modified Files: > src/sys/net: if_ether.h if_ethersubr.c if_vlan.c > src/sys/net/lagg: if_lagg.c > > Log Message: > introduced APIs to configure VLAN TAG to ethernet devices

CVS commit: [netbsd-8] src/doc

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 19:55:03 UTC 2021 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1710 - #1715 To generate a diff of this commit: cvs rdiff -u -r1.1.2.110 -r1.1.2.111 src/doc/CHANGES-8.3 Please note that diffs

CVS commit: [netbsd-8] src/doc

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 19:55:03 UTC 2021 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1710 - #1715 To generate a diff of this commit: cvs rdiff -u -r1.1.2.110 -r1.1.2.111 src/doc/CHANGES-8.3 Please note that diffs

CVS commit: [netbsd-8] src/sys/arch/x86/x86

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 19:53:32 UTC 2021 Modified Files: src/sys/arch/x86/x86 [netbsd-8]: procfs_machdep.c Log Message: Pull up the following revisions, requested by msaitoh in ticket #1715: sys/arch/x86/x86/procfs_machdep.c

CVS commit: [netbsd-8] src/sys/arch/x86/x86

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 19:53:32 UTC 2021 Modified Files: src/sys/arch/x86/x86 [netbsd-8]: procfs_machdep.c Log Message: Pull up the following revisions, requested by msaitoh in ticket #1715: sys/arch/x86/x86/procfs_machdep.c

CVS commit: xsrc/external/mit/xf86-video-suncg14/dist/src

2021-12-03 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Fri Dec 3 19:53:23 UTC 2021 Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c Log Message: shutup debug goop To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 \

CVS commit: xsrc/external/mit/xf86-video-suncg14/dist/src

2021-12-03 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Fri Dec 3 19:53:23 UTC 2021 Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c Log Message: shutup debug goop To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 \

CVS commit: [netbsd-9] src/doc

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 19:51:52 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Tickets #1380 - #1385 To generate a diff of this commit: cvs rdiff -u -r1.1.2.54 -r1.1.2.55 src/doc/CHANGES-9.3 Please note that diffs

CVS commit: [netbsd-9] src/doc

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 19:51:52 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Tickets #1380 - #1385 To generate a diff of this commit: cvs rdiff -u -r1.1.2.54 -r1.1.2.55 src/doc/CHANGES-9.3 Please note that diffs

CVS commit: [netbsd-9] src/sys/arch/x86/x86

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 19:49:35 UTC 2021 Modified Files: src/sys/arch/x86/x86 [netbsd-9]: procfs_machdep.c Log Message: Pull up the following revisions, requested by msaitoh in ticket #1385: sys/arch/x86/x86/procfs_machdep.c

CVS commit: [netbsd-9] src/sys/arch/x86/x86

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 19:49:35 UTC 2021 Modified Files: src/sys/arch/x86/x86 [netbsd-9]: procfs_machdep.c Log Message: Pull up the following revisions, requested by msaitoh in ticket #1385: sys/arch/x86/x86/procfs_machdep.c

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

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 19:45:13 UTC 2021 Modified Files: src/sys/dev/pci [netbsd-8]: nvme_pci.c pci_subr.c pcireg.h ppb.c Log Message: Pull up the following revisions, requested by msaitoh in ticket #1714: sys/dev/pci/pcireg.h

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

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 19:45:13 UTC 2021 Modified Files: src/sys/dev/pci [netbsd-8]: nvme_pci.c pci_subr.c pcireg.h ppb.c Log Message: Pull up the following revisions, requested by msaitoh in ticket #1714: sys/dev/pci/pcireg.h

CVS commit: xsrc/external/mit/xf86-video-suncg14/dist/src

2021-12-03 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Fri Dec 3 19:43:22 UTC 2021 Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c Log Message: start optimizing Copy8() operations - only go right to left if srcY == dstY in the same pixmap - special

CVS commit: xsrc/external/mit/xf86-video-suncg14/dist/src

2021-12-03 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Fri Dec 3 19:43:22 UTC 2021 Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c Log Message: start optimizing Copy8() operations - only go right to left if srcY == dstY in the same pixmap - special

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

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 19:40:38 UTC 2021 Modified Files: src/sys/dev/pci [netbsd-9]: nvme_pci.c pci.c pci_subr.c pcireg.h ppb.c Log Message: Pull up the following revisions, requested by msaitoh in ticket #1384: sys/dev/pci/pcireg.h

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

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 19:40:38 UTC 2021 Modified Files: src/sys/dev/pci [netbsd-9]: nvme_pci.c pci.c pci_subr.c pcireg.h ppb.c Log Message: Pull up the following revisions, requested by msaitoh in ticket #1384: sys/dev/pci/pcireg.h

CVS commit: [netbsd-8] src/sys/dev

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 19:31:19 UTC 2021 Modified Files: src/sys/dev/pci [netbsd-8]: sdhc_pci.c src/sys/dev/sdmmc [netbsd-8]: sdhc.c sdmmc_mem.c Log Message: Pull up the following revisions (all via patch), requested by msaitoh in

CVS commit: [netbsd-8] src/sys/dev

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 19:31:19 UTC 2021 Modified Files: src/sys/dev/pci [netbsd-8]: sdhc_pci.c src/sys/dev/sdmmc [netbsd-8]: sdhc.c sdmmc_mem.c Log Message: Pull up the following revisions (all via patch), requested by msaitoh in

CVS commit: src/usr.bin/make/unit-tests

2021-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 3 18:43:52 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: varname-dot-make-save_dollars.mk Log Message: tests/make: document .MAKE.SAVE_DOLLARS in modifier ':@' To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/make/unit-tests

2021-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 3 18:43:52 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: varname-dot-make-save_dollars.mk Log Message: tests/make: document .MAKE.SAVE_DOLLARS in modifier ':@' To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/make

2021-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 3 18:29:35 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: condense ParseModifierPartSubst No functional change. To generate a diff of this commit: cvs rdiff -u -r1.957 -r1.958

CVS commit: src/usr.bin/make

2021-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 3 18:29:35 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: condense ParseModifierPartSubst No functional change. To generate a diff of this commit: cvs rdiff -u -r1.957 -r1.958

CVS commit: src/usr.bin/make

2021-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 3 18:23:03 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: extract ParseModifierPartExpr from ParseModifierPartSubst No functional change. To generate a diff of this commit: cvs rdiff -u -r1.956

CVS commit: src/usr.bin/make

2021-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 3 18:23:03 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: extract ParseModifierPartExpr from ParseModifierPartSubst No functional change. To generate a diff of this commit: cvs rdiff -u -r1.956

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

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 18:20:41 UTC 2021 Modified Files: src/sys/dev/pci [netbsd-9]: sdhc_pci.c src/sys/dev/sdmmc [netbsd-9]: sdhc.c sdmmc_mem.c Log Message: Pull up the followin revisions (all via patch), requested by msaitoh in

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

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 18:20:41 UTC 2021 Modified Files: src/sys/dev/pci [netbsd-9]: sdhc_pci.c src/sys/dev/sdmmc [netbsd-9]: sdhc.c sdmmc_mem.c Log Message: Pull up the followin revisions (all via patch), requested by msaitoh in

CVS commit: [netbsd-8] src

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 18:14:28 UTC 2021 Modified Files: src/share/man/man4 [netbsd-8]: puc.4 src/sys/dev/pci [netbsd-8]: pucdata.c Log Message: Pull up the following revisions (all via patch), requested by msaitoh in ticket #1712:

CVS commit: [netbsd-8] src

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 18:14:28 UTC 2021 Modified Files: src/share/man/man4 [netbsd-8]: puc.4 src/sys/dev/pci [netbsd-8]: pucdata.c Log Message: Pull up the following revisions (all via patch), requested by msaitoh in ticket #1712:

CVS commit: [netbsd-9] src

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 18:11:42 UTC 2021 Modified Files: src/share/man/man4 [netbsd-9]: puc.4 src/sys/dev/pci [netbsd-9]: pucdata.c Log Message: Pull up the following revisions (all via patch), requested by msaitoh in ticket #1382:

CVS commit: [netbsd-9] src

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 18:11:42 UTC 2021 Modified Files: src/share/man/man4 [netbsd-9]: puc.4 src/sys/dev/pci [netbsd-9]: pucdata.c Log Message: Pull up the following revisions (all via patch), requested by msaitoh in ticket #1382:

CVS commit: src/usr.bin/make

2021-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 3 18:08:51 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: extract ParseModifierPartDollar from ParseModifierPartSubst No functional change. To generate a diff of this commit: cvs rdiff -u -r1.955

CVS commit: src/usr.bin/make

2021-12-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Dec 3 18:08:51 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: extract ParseModifierPartDollar from ParseModifierPartSubst No functional change. To generate a diff of this commit: cvs rdiff -u -r1.955

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

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 17:54:30 UTC 2021 Modified Files: src/sys/dev/pci [netbsd-8]: ichsmb.c Log Message: Pull up the following revisions, requested by msaitoh in ticket #1711: sys/dev/pci/ichsmb.c1.69, 1.71, 1.73-1.75

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

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 17:54:30 UTC 2021 Modified Files: src/sys/dev/pci [netbsd-8]: ichsmb.c Log Message: Pull up the following revisions, requested by msaitoh in ticket #1711: sys/dev/pci/ichsmb.c1.69, 1.71, 1.73-1.75

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

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 17:49:41 UTC 2021 Modified Files: src/sys/dev/pci [netbsd-9]: ichsmb.c Log Message: Pull up the following revisions, requested by msaitoh in ticket #1381: sys/dev/pci/ichsmb.c1.69, 1.71,

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

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 17:49:41 UTC 2021 Modified Files: src/sys/dev/pci [netbsd-9]: ichsmb.c Log Message: Pull up the following revisions, requested by msaitoh in ticket #1381: sys/dev/pci/ichsmb.c1.69, 1.71,

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

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 17:40:39 UTC 2021 Modified Files: src/sys/dev/pci [netbsd-8]: pcidevs.h pcidevs_data.h Log Message: regen (ticket #1710) To generate a diff of this commit: cvs rdiff -u -r1.1281.2.20 -r1.1281.2.21

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

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 17:38:16 UTC 2021 Modified Files: src/sys/dev/pci [netbsd-8]: pcidevs Log Message: Pull up the following revisions (all via patch), requested by msaitoh in ticket #1710: sys/dev/pci/pcidevs

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

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 17:38:16 UTC 2021 Modified Files: src/sys/dev/pci [netbsd-8]: pcidevs Log Message: Pull up the following revisions (all via patch), requested by msaitoh in ticket #1710: sys/dev/pci/pcidevs

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

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 17:34:39 UTC 2021 Modified Files: src/sys/dev/pci [netbsd-9]: pcidevs.h pcidevs_data.h Log Message: regen (ticket #1380) To generate a diff of this commit: cvs rdiff -u -r1.1371.2.10 -r1.1371.2.11

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

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 17:32:42 UTC 2021 Modified Files: src/sys/dev/pci [netbsd-9]: pcidevs Log Message: Pull up the following revisions (all via patch), requested by msaitoh in ticket #1380: sys/dev/pci/pcidevs

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

2021-12-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 3 17:32:42 UTC 2021 Modified Files: src/sys/dev/pci [netbsd-9]: pcidevs Log Message: Pull up the following revisions (all via patch), requested by msaitoh in ticket #1380: sys/dev/pci/pcidevs

CVS commit: src/lib/libpuffs

2021-12-03 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Fri Dec 3 17:12:17 UTC 2021 Modified Files: src/lib/libpuffs: puffs.3 puffs.c puffs.h Log Message: Use size_t in place of voff_t in puffs_setrootinfo(3) Chuck Silvers pointed out that voff_t was also supposed to be kernel-only.

CVS commit: src/lib/libpuffs

2021-12-03 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Fri Dec 3 17:12:17 UTC 2021 Modified Files: src/lib/libpuffs: puffs.3 puffs.c puffs.h Log Message: Use size_t in place of voff_t in puffs_setrootinfo(3) Chuck Silvers pointed out that voff_t was also supposed to be kernel-only.

CVS commit: xsrc/external/mit/xf86-video-suncg14/dist/src

2021-12-03 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Fri Dec 3 16:54:26 UTC 2021 Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c Log Message: use 32bit accesses for non-trivial cases in Solid8() as well while there make GXset and GXclear special

CVS commit: xsrc/external/mit/xf86-video-suncg14/dist/src

2021-12-03 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Fri Dec 3 16:54:26 UTC 2021 Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c Log Message: use 32bit accesses for non-trivial cases in Solid8() as well while there make GXset and GXclear special

CVS commit: src/lib/libpuffs

2021-12-03 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Fri Dec 3 14:00:59 UTC 2021 Modified Files: src/lib/libpuffs: puffs.3 puffs.c puffs.h puffs_ops.3 Log Message: Avoid using register_t or vsize_t in is a user-space header, and should not use any of kernel-only types. It's not

CVS commit: src/lib/libpuffs

2021-12-03 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Fri Dec 3 14:00:59 UTC 2021 Modified Files: src/lib/libpuffs: puffs.3 puffs.c puffs.h puffs_ops.3 Log Message: Avoid using register_t or vsize_t in is a user-space header, and should not use any of kernel-only types. It's not

CVS commit: src

2021-12-03 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Dec 3 13:27:40 UTC 2021 Modified Files: src/lib: checkvers src/lib/libcurses/PSD.doc: Makefile src/sbin/iscsictl: iscsic_parse.c src/sys/arch/evbarm/imx23_olinuxino: imx23_olinuxino_machdep.c

CVS commit: src

2021-12-03 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Dec 3 13:27:40 UTC 2021 Modified Files: src/lib: checkvers src/lib/libcurses/PSD.doc: Makefile src/sbin/iscsictl: iscsic_parse.c src/sys/arch/evbarm/imx23_olinuxino: imx23_olinuxino_machdep.c

CVS commit: src/sys/fs/puffs

2021-12-03 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Fri Dec 3 13:08:10 UTC 2021 Modified Files: src/sys/fs/puffs: puffs_msgif.h Log Message: Avoid using register_t in The purpose of this header file is to interface between the kernel-space and user-space, and is #include'd by a

CVS commit: src/sys/fs/puffs

2021-12-03 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Fri Dec 3 13:08:10 UTC 2021 Modified Files: src/sys/fs/puffs: puffs_msgif.h Log Message: Avoid using register_t in The purpose of this header file is to interface between the kernel-space and user-space, and is #include'd by a

CVS commit: src/sys/dev/tprof

2021-12-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 3 10:54:19 UTC 2021 Modified Files: src/sys/dev/tprof: tprof_armv8.c Log Message: fix the typo that martin spotted. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/tprof/tprof_armv8.c Please

CVS commit: src/sys/dev/tprof

2021-12-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 3 10:54:19 UTC 2021 Modified Files: src/sys/dev/tprof: tprof_armv8.c Log Message: fix the typo that martin spotted. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/tprof/tprof_armv8.c Please

CVS commit: src/sys/arch/emips/stand/common

2021-12-03 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Dec 3 10:49:25 UTC 2021 Modified Files: src/sys/arch/emips/stand/common: start.S Log Message: s/rigth/right/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/emips/stand/common/start.S

CVS commit: src/sys/arch/emips/stand/common

2021-12-03 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Dec 3 10:49:25 UTC 2021 Modified Files: src/sys/arch/emips/stand/common: start.S Log Message: s/rigth/right/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/emips/stand/common/start.S

CVS commit: src/sys/compat/linux32/arch/aarch64

2021-12-03 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Dec 3 09:20:23 UTC 2021 Modified Files: src/sys/compat/linux32/arch/aarch64: linux32_machdep.c Log Message: Fixed a bug in sigreturn that sigmask was not restored. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \

CVS commit: src/sys/compat/linux32/arch/aarch64

2021-12-03 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Dec 3 09:20:23 UTC 2021 Modified Files: src/sys/compat/linux32/arch/aarch64: linux32_machdep.c Log Message: Fixed a bug in sigreturn that sigmask was not restored. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \

CVS commit: src/sys/kern

2021-12-03 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Fri Dec 3 08:33:30 UTC 2021 Modified Files: src/sys/kern: kern_hook.c Log Message: Only one space after comma To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/kern/kern_hook.c Please note that diffs are not

CVS commit: src/sys/kern

2021-12-03 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Fri Dec 3 08:33:30 UTC 2021 Modified Files: src/sys/kern: kern_hook.c Log Message: Only one space after comma To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/kern/kern_hook.c Please note that diffs are not

CVS commit: src/sys/dev/tprof

2021-12-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 3 08:02:52 UTC 2021 Modified Files: src/sys/dev/tprof: tprof_armv8.c Log Message: Add a comment and simplify the code ever so slightly. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/dev/tprof

2021-12-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 3 08:02:52 UTC 2021 Modified Files: src/sys/dev/tprof: tprof_armv8.c Log Message: Add a comment and simplify the code ever so slightly. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/dev/tprof

2021-12-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 3 08:00:13 UTC 2021 Modified Files: src/sys/dev/tprof: tprof_armv8.c Log Message: Use the first (not second) event counter as there might only be one available. To generate a diff of this commit: cvs rdiff -u -r1.10

CVS commit: src/sys/dev/tprof

2021-12-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 3 08:00:13 UTC 2021 Modified Files: src/sys/dev/tprof: tprof_armv8.c Log Message: Use the first (not second) event counter as there might only be one available. To generate a diff of this commit: cvs rdiff -u -r1.10