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

2022-05-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 1 05:47:37 UTC 2022 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: In SNAPPER_OUTPUT_SELECT the "mask" is a bitmap of muted outputs, not active outputs. To generate a diff of this commit: cvs rdiff -u

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

2022-05-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 1 05:47:37 UTC 2022 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: In SNAPPER_OUTPUT_SELECT the "mask" is a bitmap of muted outputs, not active outputs. To generate a diff of this commit: cvs rdiff -u

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

2022-05-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 1 05:42:52 UTC 2022 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: Recognize the OF labels used for line output and headphone output on a G5 powermac 7,3. To generate a diff of this commit: cvs rdiff

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

2022-05-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 1 05:42:52 UTC 2022 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: Recognize the OF labels used for line output and headphone output on a G5 powermac 7,3. To generate a diff of this commit: cvs rdiff

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

2022-05-31 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jun 1 05:06:45 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Correctly enter the recovery mode. Not tested. To generate a diff of this commit: cvs rdiff -u -r1.317 -r1.318

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

2022-05-31 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jun 1 05:06:45 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Correctly enter the recovery mode. Not tested. To generate a diff of this commit: cvs rdiff -u -r1.317 -r1.318

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

2022-05-31 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jun 1 04:15:41 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Correctly re-enable queue interrupt in ixgbe_legacy_irq(). - Don't enable queue 1-15 interrupt. - Don't enable queue 0 interrupt when the

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

2022-05-31 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jun 1 04:15:41 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Correctly re-enable queue interrupt in ixgbe_legacy_irq(). - Don't enable queue 1-15 interrupt. - Don't enable queue 0 interrupt when the

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

2022-05-31 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jun 1 02:07:24 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Simplify ixgbe_msix_que(). No functional change. To generate a diff of this commit: cvs rdiff -u -r1.315 -r1.316

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

2022-05-31 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jun 1 02:07:24 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Simplify ixgbe_msix_que(). No functional change. To generate a diff of this commit: cvs rdiff -u -r1.315 -r1.316

CVS commit: src/sys/modules/acpiverbose

2022-05-31 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jun 1 00:50:24 UTC 2022 Added Files: src/sys/modules/acpiverbose: pci.h Log Message: add now required pci.h / NPCI. (the ia64 version builds with PCI enabled, but i guess it won't be usable.) XXX: enable this on evbarm*? it

CVS commit: src/sys/modules/acpiverbose

2022-05-31 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jun 1 00:50:24 UTC 2022 Added Files: src/sys/modules/acpiverbose: pci.h Log Message: add now required pci.h / NPCI. (the ia64 version builds with PCI enabled, but i guess it won't be usable.) XXX: enable this on evbarm*? it

CVS commit: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu

2022-05-31 Thread matthew green
Module Name:src Committed By: mrg Date: Tue May 31 20:53:35 UTC 2022 Modified Files: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu: nouveau_nvkm_subdev_mmu_mem.c Log Message: reorganise most of the NetBSD portion of nvkm_mem_dtor(). when

CVS commit: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu

2022-05-31 Thread matthew green
Module Name:src Committed By: mrg Date: Tue May 31 20:53:35 UTC 2022 Modified Files: src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu: nouveau_nvkm_subdev_mmu_mem.c Log Message: reorganise most of the NetBSD portion of nvkm_mem_dtor(). when

CVS commit: src/sys/dev/acpi

2022-05-31 Thread matthew green
Module Name:src Committed By: mrg Date: Tue May 31 20:28:57 UTC 2022 Modified Files: src/sys/dev/acpi: acpi.c acpi_power.c acpi_verbose.c acpi_wakedev.c src/sys/dev/acpi/acpica: OsdHardware.c Log Message: allow ACPI to compile without PCI support. fixes ia64

CVS commit: src/sys/dev/acpi

2022-05-31 Thread matthew green
Module Name:src Committed By: mrg Date: Tue May 31 20:28:57 UTC 2022 Modified Files: src/sys/dev/acpi: acpi.c acpi_power.c acpi_verbose.c acpi_wakedev.c src/sys/dev/acpi/acpica: OsdHardware.c Log Message: allow ACPI to compile without PCI support. fixes ia64

CVS commit: src/doc

2022-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 31 19:14:10 UTC 2022 Modified Files: src/doc: HACKS Log Message: document gomoku To generate a diff of this commit: cvs rdiff -u -r1.228 -r1.229 src/doc/HACKS Please note that diffs are not public domain; they are

CVS commit: src/doc

2022-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 31 19:14:10 UTC 2022 Modified Files: src/doc: HACKS Log Message: document gomoku To generate a diff of this commit: cvs rdiff -u -r1.228 -r1.229 src/doc/HACKS Please note that diffs are not public domain; they are

CVS commit: src/games/gomoku

2022-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 31 19:11:58 UTC 2022 Modified Files: src/games/gomoku: Makefile Log Message: Elide vax breakage To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/games/gomoku/Makefile Please note that diffs are not

CVS commit: src/games/gomoku

2022-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 31 19:11:58 UTC 2022 Modified Files: src/games/gomoku: Makefile Log Message: Elide vax breakage To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/games/gomoku/Makefile Please note that diffs are not

CVS commit: src/sys/arch/i386/i386

2022-05-31 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue May 31 18:04:11 UTC 2022 Modified Files: src/sys/arch/i386/i386: locore.S machdep.c Log Message: For some reason on my system, the guest starts with a pending event in the shared structure. On i386, this cause

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

2022-05-31 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue May 31 18:01:22 UTC 2022 Modified Files: src/sys/arch/xen/x86: hypervisor_machdep.c Log Message: When we have pending events in stipending(), evt_set_pending() has to set the ih_pending flag for each handler too. Xen/i386

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

2022-05-31 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue May 31 18:01:22 UTC 2022 Modified Files: src/sys/arch/xen/x86: hypervisor_machdep.c Log Message: When we have pending events in stipending(), evt_set_pending() has to set the ih_pending flag for each handler too. Xen/i386

CVS commit: src/external/lgpl3/gmp/dist

2022-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 31 17:52:35 UTC 2022 Modified Files: src/external/lgpl3/gmp/dist: longlong.h Log Message: fix lint build on vax To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/lgpl3/gmp/dist/longlong.h

CVS commit: src/external/lgpl3/gmp/dist

2022-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 31 17:52:35 UTC 2022 Modified Files: src/external/lgpl3/gmp/dist: longlong.h Log Message: fix lint build on vax To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/lgpl3/gmp/dist/longlong.h

CVS commit: src/sys/arch/atari/atari

2022-05-31 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue May 31 15:24:59 UTC 2022 Modified Files: src/sys/arch/atari/atari: stalloc.c Log Message: Restore NULL pointer checks lost in rev 1.16. Fixes PR port-atari/56859, ok'ed mlelstv@, and confirmed on TT030. Should be pulled up

CVS commit: src/sys/arch/atari/atari

2022-05-31 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue May 31 15:24:59 UTC 2022 Modified Files: src/sys/arch/atari/atari: stalloc.c Log Message: Restore NULL pointer checks lost in rev 1.16. Fixes PR port-atari/56859, ok'ed mlelstv@, and confirmed on TT030. Should be pulled up

CVS commit: src/lib/libpthread

2022-05-31 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 31 14:23:39 UTC 2022 Modified Files: src/lib/libpthread: pthread.c Log Message: libpthread(3): Fix a marvellous interaction with rtld. Patch from chs@. Comment explaining the story by me. This patch may not be

CVS commit: src/lib/libpthread

2022-05-31 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 31 14:23:39 UTC 2022 Modified Files: src/lib/libpthread: pthread.c Log Message: libpthread(3): Fix a marvellous interaction with rtld. Patch from chs@. Comment explaining the story by me. This patch may not be

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

2022-05-31 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue May 31 14:21:44 UTC 2022 Modified Files: src/sys/arch/xen/x86: hypervisor_machdep.c Log Message: Revert previous; evt_set_pending() will set ret to 1 if needed to this was not our bug. To generate a diff of this commit: cvs

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

2022-05-31 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue May 31 14:21:44 UTC 2022 Modified Files: src/sys/arch/xen/x86: hypervisor_machdep.c Log Message: Revert previous; evt_set_pending() will set ret to 1 if needed to this was not our bug. To generate a diff of this commit: cvs

CVS commit: src/sys/dev

2022-05-31 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 31 14:13:31 UTC 2022 Modified Files: src/sys/dev: vnd.c Log Message: vnd(4): Work around deadlock in VNDIOCCLR. Since the changes this year to eliminate a host of races and deadlocks in open, close, revoke, attach,

CVS commit: src/sys/dev

2022-05-31 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 31 14:13:31 UTC 2022 Modified Files: src/sys/dev: vnd.c Log Message: vnd(4): Work around deadlock in VNDIOCCLR. Since the changes this year to eliminate a host of races and deadlocks in open, close, revoke, attach,

CVS commit: [netbsd-8] src/doc

2022-05-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 31 14:08:47 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1745 To generate a diff of this commit: cvs rdiff -u -r1.1.2.131 -r1.1.2.132 src/doc/CHANGES-8.3 Please note that diffs are not

CVS commit: [netbsd-8] src/doc

2022-05-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 31 14:08:47 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1745 To generate a diff of this commit: cvs rdiff -u -r1.1.2.131 -r1.1.2.132 src/doc/CHANGES-8.3 Please note that diffs are not

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

2022-05-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 31 14:07:52 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe [netbsd-8]: ix_txrx.c ixgbe.c ixgbe.h ixv.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1745):

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

2022-05-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 31 14:07:52 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe [netbsd-8]: ix_txrx.c ixgbe.c ixgbe.h ixv.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1745):

CVS commit: [netbsd-9] src/doc

2022-05-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 31 14:04:24 UTC 2022 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Ticket #1458 To generate a diff of this commit: cvs rdiff -u -r1.1.2.97 -r1.1.2.98 src/doc/CHANGES-9.3 Please note that diffs are not

CVS commit: [netbsd-9] src/doc

2022-05-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 31 14:04:24 UTC 2022 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Ticket #1458 To generate a diff of this commit: cvs rdiff -u -r1.1.2.97 -r1.1.2.98 src/doc/CHANGES-9.3 Please note that diffs are not

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

2022-05-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 31 14:03:27 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe [netbsd-9]: ixgbe.c ixgbe.h ixv.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1458): sys/dev/pci/ixgbe/ixv.c: revision

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

2022-05-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 31 14:03:27 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe [netbsd-9]: ixgbe.c ixgbe.h ixv.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1458): sys/dev/pci/ixgbe/ixv.c: revision

CVS commit: src

2022-05-31 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 31 13:42:59 UTC 2022 Modified Files: src/distrib/sets/lists/comp: mi src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi src/include: limits.h unistd.h src/lib/libc/gen:

CVS commit: src

2022-05-31 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 31 13:42:59 UTC 2022 Modified Files: src/distrib/sets/lists/comp: mi src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi src/include: limits.h unistd.h src/lib/libc/gen:

CVS commit: src/sys/dev/ic

2022-05-31 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue May 31 12:59:00 UTC 2022 Modified Files: src/sys/dev/ic: dm9000reg.h Log Message: s/longeset/longest/ and s/collsion/collision/ in comments. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/dev/ic

2022-05-31 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue May 31 12:59:00 UTC 2022 Modified Files: src/sys/dev/ic: dm9000reg.h Log Message: s/longeset/longest/ and s/collsion/collision/ in comments. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2022-05-31 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue May 31 12:52:59 UTC 2022 Modified Files: src/sys/arch/xen/x86: hypervisor_machdep.c Log Message: stipending(): if we're going to process some interrupts don't return 0. Hopefully fixes random hang seen in i386 Xen PV. The

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

2022-05-31 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue May 31 12:52:59 UTC 2022 Modified Files: src/sys/arch/xen/x86: hypervisor_machdep.c Log Message: stipending(): if we're going to process some interrupts don't return 0. Hopefully fixes random hang seen in i386 Xen PV. The

CVS commit: src

2022-05-31 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue May 31 11:22:34 UTC 2022 Modified Files: src/sys/arch/arm/marvell: armadaxp.c src/sys/arch/hpcmips/dev: plumicureg.h src/sys/dev/ic: dm9000reg.h src/sys/dev/pci/ixgbe: ixgbe_x550.c

CVS commit: src

2022-05-31 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue May 31 11:22:34 UTC 2022 Modified Files: src/sys/arch/arm/marvell: armadaxp.c src/sys/arch/hpcmips/dev: plumicureg.h src/sys/dev/ic: dm9000reg.h src/sys/dev/pci/ixgbe: ixgbe_x550.c

CVS commit: src

2022-05-31 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue May 31 08:43:17 UTC 2022 Modified Files: src/bin/sh: memalloc.c src/lib/libc/gen: pthread_atfork.c src/lib/libc/stdlib: bsearch.c src/lib/librt: pset.3 src/libexec/ld.elf_so/arch/aarch64:

CVS commit: src

2022-05-31 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue May 31 08:43:17 UTC 2022 Modified Files: src/bin/sh: memalloc.c src/lib/libc/gen: pthread_atfork.c src/lib/libc/stdlib: bsearch.c src/lib/librt: pset.3 src/libexec/ld.elf_so/arch/aarch64:

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

2022-05-31 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Tue May 31 07:40:25 UTC 2022 Modified Files: src/sys/arch/aarch64/aarch64: cpuswitch.S Log Message: make a frame pointer to show a backtrace correctly. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

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

2022-05-31 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Tue May 31 07:40:25 UTC 2022 Modified Files: src/sys/arch/aarch64/aarch64: cpuswitch.S Log Message: make a frame pointer to show a backtrace correctly. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/tests/lib/libc

2022-05-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue May 31 07:12:15 UTC 2022 Modified Files: src/tests/lib/libc/arch/hppa: return_one.S src/tests/lib/libc/common: exec_prot.h src/tests/lib/libc/sys: t_mprotect_helper.c t_mprotect_helper.h Log Message: Avoid

CVS commit: src/tests/lib/libc

2022-05-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue May 31 07:12:15 UTC 2022 Modified Files: src/tests/lib/libc/arch/hppa: return_one.S src/tests/lib/libc/common: exec_prot.h src/tests/lib/libc/sys: t_mprotect_helper.c t_mprotect_helper.h Log Message: Avoid

CVS commit: src/tests/lib/libc/arch/hppa

2022-05-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue May 31 07:10:50 UTC 2022 Modified Files: src/tests/lib/libc/arch/hppa: return_one.S Log Message: whitespace including space before delay slot instruction. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/lib/libc/arch/hppa

2022-05-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue May 31 07:10:50 UTC 2022 Modified Files: src/tests/lib/libc/arch/hppa: return_one.S Log Message: whitespace including space before delay slot instruction. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/libexec/httpd

2022-05-31 Thread matthew green
Module Name:src Committed By: mrg Date: Tue May 31 06:34:33 UTC 2022 Modified Files: src/libexec/httpd: content-bozo.c Log Message: add .mobi / application/x-mobipocket-ebook. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/libexec/httpd/content-bozo.c

CVS commit: src/libexec/httpd

2022-05-31 Thread matthew green
Module Name:src Committed By: mrg Date: Tue May 31 06:34:33 UTC 2022 Modified Files: src/libexec/httpd: content-bozo.c Log Message: add .mobi / application/x-mobipocket-ebook. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/libexec/httpd/content-bozo.c