CVS commit: src/sys/dev/pci/ixgbe

2021-12-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 14 05:37:44 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: Use adapter->mta for the multicast array memory instead of the on-stack array. - Same as ixv-1.5.22. - Same as ixg(4). To generate a di

CVS commit: src/sys/dev/pci/ixgbe

2021-12-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 14 05:37:44 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: Use adapter->mta for the multicast array memory instead of the on-stack array. - Same as ixv-1.5.22. - Same as ixg(4). To generate a di

CVS commit: src/sys/dev/pci/ixgbe

2021-12-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 14 05:35:46 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_common.c Log Message: Wait longer for link after fiber MAC setup. - FreeBSD: aaa3af802f90d93fdffb99100fe56f0bc3dda119 96ef6eb3ae9d622906

CVS commit: src/sys/dev/pci/ixgbe

2021-12-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 14 05:35:46 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_common.c Log Message: Wait longer for link after fiber MAC setup. - FreeBSD: aaa3af802f90d93fdffb99100fe56f0bc3dda119 96ef6eb3ae9d622906

CVS commit: src/sys/dev/pci/ixgbe

2021-12-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 14 05:33:08 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_common.c Log Message: Use macro. No functional change. Same as FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/dev/pci/ixg

CVS commit: src/sys/dev/pci/ixgbe

2021-12-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 14 05:33:08 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_common.c Log Message: Use macro. No functional change. Same as FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/dev/pci/ixg

CVS commit: src/sys/dev/pci/ixgbe

2021-12-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 14 05:31:12 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Add some missing error counters to ierror. - FreeBSD: afb1aa4e6df245d38fd2ba683fa521d5dabe8392 or ix-ix-3.3.22 - Note that the checksum

CVS commit: src/sys/dev/pci/ixgbe

2021-12-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 14 05:31:12 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Add some missing error counters to ierror. - FreeBSD: afb1aa4e6df245d38fd2ba683fa521d5dabe8392 or ix-ix-3.3.22 - Note that the checksum

CVS commit: src/sys/dev/pci/ixgbe

2021-12-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 14 05:28:46 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_common.c Log Message: Change error level in ixgbe_fc_autoneg(). - FreeBSD: f511cd22586a9c0358b86334a51e3db60ca2db01 or ix-3.3.18 DPDK:ab6ac48d48

CVS commit: src/sys/dev/pci/ixgbe

2021-12-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 14 05:28:46 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_common.c Log Message: Change error level in ixgbe_fc_autoneg(). - FreeBSD: f511cd22586a9c0358b86334a51e3db60ca2db01 or ix-3.3.18 DPDK:ab6ac48d48

CVS commit: src/sys/dev/pci/ixgbe

2021-12-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 14 05:26:08 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_82599.c Log Message: Add IPv6 mask for flow director. - FreeBSD: c4f73d5d6a6c0117e08a03920cce69202865ba13 or ix-3.3.18 DPDK:21feefa2fcd5899ee26a

CVS commit: src/sys/dev/pci/ixgbe

2021-12-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 14 05:26:08 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_82599.c Log Message: Add IPv6 mask for flow director. - FreeBSD: c4f73d5d6a6c0117e08a03920cce69202865ba13 or ix-3.3.18 DPDK:21feefa2fcd5899ee26a

CVS commit: src/usr.bin/make

2021-12-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 14 01:18:14 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: condense repetetive code in ParseDirective No functional change. To generate a diff of this commit: cvs rdiff -u -r1.580 -r1.581 src/usr.

CVS commit: src/usr.bin/make

2021-12-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 14 01:18:14 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: condense repetetive code in ParseDirective No functional change. To generate a diff of this commit: cvs rdiff -u -r1.580 -r1.581 src/usr.

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

2021-12-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 14 01:00:04 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: directive-include.exp directive-include.mk Log Message: tests/make: disable test that behaves differently in ATF To generate a diff of this commit: cvs rd

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

2021-12-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 14 01:00:04 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: directive-include.exp directive-include.mk Log Message: tests/make: disable test that behaves differently in ATF To generate a diff of this commit: cvs rd

CVS commit: src/sys/dev/raidframe

2021-12-13 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Dec 14 00:46:43 UTC 2021 Modified Files: src/sys/dev/raidframe: rf_diskqueue.c Log Message: call buf_destroy() after buf_init(). hopefully fixes the lockdebug problem shown here: http://mail-index.netbsd.org/tech-kern/2021/1

CVS commit: src/sys/dev/raidframe

2021-12-13 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Dec 14 00:46:43 UTC 2021 Modified Files: src/sys/dev/raidframe: rf_diskqueue.c Log Message: call buf_destroy() after buf_init(). hopefully fixes the lockdebug problem shown here: http://mail-index.netbsd.org/tech-kern/2021/1

CVS commit: src/usr.bin/make

2021-12-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 14 00:45:11 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: remove dead code for handling traditional include directives This code is not reached, a line containing only the word "include" is categor

CVS commit: src/usr.bin/make

2021-12-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 14 00:45:11 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: remove dead code for handling traditional include directives This code is not reached, a line containing only the word "include" is categor

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

2021-12-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 14 00:38:32 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: directive-include.exp directive-include.mk Log Message: tests/make: test traditional include directive To generate a diff of this commit: cvs rdiff -u -r1

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

2021-12-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 14 00:38:32 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: directive-include.exp directive-include.mk Log Message: tests/make: test traditional include directive To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/usr.bin/make

2021-12-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 14 00:17:53 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: clean up parsing of variable assignments Assign pairs of variables in a consistent order, as far as possible. Use string functions instead

CVS commit: src/usr.bin/make

2021-12-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 14 00:17:53 UTC 2021 Modified Files: src/usr.bin/make: parse.c Log Message: make: clean up parsing of variable assignments Assign pairs of variables in a consistent order, as far as possible. Use string functions instead

CVS commit: src

2021-12-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 14 00:02:57 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: Makefile dep-wildcards.exp Added Files: src/usr.bin/make/unit-tests: dep-o

CVS commit: src

2021-12-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 14 00:02:57 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make: parse.c src/usr.bin/make/unit-tests: Makefile dep-wildcards.exp Added Files: src/usr.bin/make/unit-tests: dep-o

CVS commit: src

2021-12-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Dec 13 23:59:42 UTC 2021 Modified Files: src/distrib/sets/lists/gpufw: mi src/etc/mtree: NetBSD.dist.base src/external/nvidia-firmware: Makefile Added Files: src/external/nvidia-firmware/nouveau: Makefile

CVS commit: src

2021-12-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Dec 13 23:59:42 UTC 2021 Modified Files: src/distrib/sets/lists/gpufw: mi src/etc/mtree: NetBSD.dist.base src/external/nvidia-firmware: Makefile Added Files: src/external/nvidia-firmware/nouveau: Makefile

CVS commit: src

2021-12-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 23:38:55 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile dep.exp dep.mk depsrc.exp depsrc.mk deptgt-notparallel.exp deptgt-notparallel.mk de

CVS commit: src

2021-12-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 23:38:55 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile dep.exp dep.mk depsrc.exp depsrc.mk deptgt-notparallel.exp deptgt-notparallel.mk de

CVS commit: src/usr.bin/make

2021-12-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 22:26:21 UTC 2021 Modified Files: src/usr.bin/make: main.c make.h Log Message: make: convert debugging flags from enum to bit-field This gets rid of the magic numbers, making it possible to add another debug flag witho

CVS commit: src/usr.bin/make

2021-12-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 13 22:26:21 UTC 2021 Modified Files: src/usr.bin/make: main.c make.h Log Message: make: convert debugging flags from enum to bit-field This gets rid of the magic numbers, making it possible to add another debug flag witho

CVS commit: src/sys/dev

2021-12-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Dec 13 21:15:26 UTC 2021 Modified Files: src/sys/dev: cgd.c Log Message: cgd(4): Wait for worker threads to complete before destroying mutex. Fixes PR kern/56546 (probably!). To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev

2021-12-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Dec 13 21:15:26 UTC 2021 Modified Files: src/sys/dev: cgd.c Log Message: cgd(4): Wait for worker threads to complete before destroying mutex. Fixes PR kern/56546 (probably!). To generate a diff of this commit: cvs rdiff

CVS commit: src/external/mit/xorg/lib/dri.old

2021-12-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 13 20:53:23 UTC 2021 Modified Files: src/external/mit/xorg/lib/dri.old: Makefile Log Message: Disable lint and explain why. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/lib/dri.old/

CVS commit: src/external/mit/xorg/lib/dri.old

2021-12-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 13 20:53:23 UTC 2021 Modified Files: src/external/mit/xorg/lib/dri.old: Makefile Log Message: Disable lint and explain why. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/lib/dri.old/

CVS commit: src/usr.bin/vmstat

2021-12-13 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Dec 13 08:19:12 UTC 2021 Modified Files: src/usr.bin/vmstat: vmstat.1 Log Message: Update -m description to reflect reality. Kernel dynamic memory tracking was removed long ago; only pool usage is reported. To generate a di

CVS commit: src/usr.bin/vmstat

2021-12-13 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Dec 13 08:19:12 UTC 2021 Modified Files: src/usr.bin/vmstat: vmstat.1 Log Message: Update -m description to reflect reality. Kernel dynamic memory tracking was removed long ago; only pool usage is reported. To generate a di