CVS commit: src/sys/external/bsd/drm2/linux

2024-06-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 23 00:53:48 UTC 2024 Modified Files: src/sys/external/bsd/drm2/linux: linux_pci.c Log Message: linux_pci: Nix pci enumeration kludges. Now that we can pass a cookie through, this stuff will be a little less fragile.

CVS commit: src/sys/external/bsd/drm2/linux

2024-06-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 23 00:53:48 UTC 2024 Modified Files: src/sys/external/bsd/drm2/linux: linux_pci.c Log Message: linux_pci: Nix pci enumeration kludges. Now that we can pass a cookie through, this stuff will be a little less fragile.

CVS commit: src/sys

2024-06-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 23 00:53:34 UTC 2024 Modified Files: src/sys/arch/sparc64/dev: pci_machdep.c src/sys/arch/sparc64/include: pci_machdep.h src/sys/arch/xen/include: pci_machdep.h src/sys/arch/xen/xen:

CVS commit: src/sys

2024-06-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 23 00:53:34 UTC 2024 Modified Files: src/sys/arch/sparc64/dev: pci_machdep.c src/sys/arch/sparc64/include: pci_machdep.h src/sys/arch/xen/include: pci_machdep.h src/sys/arch/xen/xen:

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915/gem

2024-06-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 23 00:53:16 UTC 2024 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915/gem: i915_gem_mman.c Log Message: i915: Reduce diff in fault routine. - Omit needless i915_gem_object_pin/unpin_pages cycle in

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915/gem

2024-06-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 23 00:53:16 UTC 2024 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915/gem: i915_gem_mman.c Log Message: i915: Reduce diff in fault routine. - Omit needless i915_gem_object_pin/unpin_pages cycle in

CVS commit: src/sys/external/bsd/drm2/ttm

2024-06-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 23 00:49:31 UTC 2024 Modified Files: src/sys/external/bsd/drm2/ttm: ttm_bo_vm.c Log Message: ttm: Add XXX about readahead fault failures. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/sys/external/bsd/drm2/ttm

2024-06-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 23 00:49:31 UTC 2024 Modified Files: src/sys/external/bsd/drm2/ttm: ttm_bo_vm.c Log Message: ttm: Add XXX about readahead fault failures. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/sys/external/bsd/drm2/ttm

2024-06-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 23 00:49:20 UTC 2024 Modified Files: src/sys/external/bsd/drm2/ttm: ttm_bo_vm.c Log Message: ttm: Sync cacheability flag logic with Linux. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/sys/external/bsd/drm2/ttm

2024-06-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 23 00:49:20 UTC 2024 Modified Files: src/sys/external/bsd/drm2/ttm: ttm_bo_vm.c Log Message: ttm: Sync cacheability flag logic with Linux. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/sys/external/bsd/drm2/ttm

2024-06-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 23 00:49:06 UTC 2024 Modified Files: src/sys/external/bsd/drm2/ttm: ttm_bo_vm.c Log Message: ttm: Respect PGO_ALLPAGES. Not sure this is useful but it reduces XXX's and makes this match udv_fault better so it's easier

CVS commit: src/sys/external/bsd/drm2/ttm

2024-06-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 23 00:49:06 UTC 2024 Modified Files: src/sys/external/bsd/drm2/ttm: ttm_bo_vm.c Log Message: ttm: Respect PGO_ALLPAGES. Not sure this is useful but it reduces XXX's and makes this match udv_fault better so it's easier

CVS commit: src/sys/external/bsd/drm2/ttm

2024-06-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 23 00:48:56 UTC 2024 Modified Files: src/sys/external/bsd/drm2/ttm: ttm_bo_vm.c Log Message: ttm: Sync more with Linux. Add the original copyright and attribution since this is now, intentionally, a modified copy of

CVS commit: src/sys/external/bsd/drm2/ttm

2024-06-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 23 00:48:56 UTC 2024 Modified Files: src/sys/external/bsd/drm2/ttm: ttm_bo_vm.c Log Message: ttm: Sync more with Linux. Add the original copyright and attribution since this is now, intentionally, a modified copy of

CVS commit: src/etc

2024-06-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jun 23 00:37:12 UTC 2024 Modified Files: src/etc: Makefile Log Message: allow XZ_OPT to be overriden. -9 is slow when doing this a lot. To generate a diff of this commit: cvs rdiff -u -r1.472 -r1.473 src/etc/Makefile Please

CVS commit: src/etc

2024-06-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jun 23 00:37:12 UTC 2024 Modified Files: src/etc: Makefile Log Message: allow XZ_OPT to be overriden. -9 is slow when doing this a lot. To generate a diff of this commit: cvs rdiff -u -r1.472 -r1.473 src/etc/Makefile Please

CVS commit: src/external/bsd/tmux/usr.bin/tmux

2024-06-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jun 22 23:51:26 UTC 2024 Modified Files: src/external/bsd/tmux/usr.bin/tmux: Makefile Log Message: add generated tmux.1 to CLEANDIRFILES so it gets removed too To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/external/bsd/tmux/usr.bin/tmux

2024-06-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jun 22 23:51:26 UTC 2024 Modified Files: src/external/bsd/tmux/usr.bin/tmux: Makefile Log Message: add generated tmux.1 to CLEANDIRFILES so it gets removed too To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/external/bsd/tmux/usr.bin/tmux

2024-06-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jun 22 23:49:17 UTC 2024 Modified Files: src/external/bsd/tmux/usr.bin/tmux: Makefile Log Message: notify.c is now sign-compare-safe To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/external/bsd/tmux/usr.bin/tmux

2024-06-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jun 22 23:49:17 UTC 2024 Modified Files: src/external/bsd/tmux/usr.bin/tmux: Makefile Log Message: notify.c is now sign-compare-safe To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/external/bsd/tmux/dist

2024-06-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jun 22 23:45:53 UTC 2024 Modified Files: src/external/bsd/tmux/dist: tty-term.c xmalloc.h Removed Files: src/external/bsd/tmux/dist: utmp.c Log Message: tmux: reduce diffs to upstream even more To generate a diff of

CVS commit: src/external/bsd/tmux/dist

2024-06-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jun 22 23:45:53 UTC 2024 Modified Files: src/external/bsd/tmux/dist: tty-term.c xmalloc.h Removed Files: src/external/bsd/tmux/dist: utmp.c Log Message: tmux: reduce diffs to upstream even more To generate a diff of

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

2024-06-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jun 22 23:45:09 UTC 2024 Modified Files: src/distrib/sets/lists/comp: md.amd64 md.i386 Log Message: don't mark the gcc-10 + sanitizer directories obsolete yet. they're still created by the build, and they're owned by the base

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

2024-06-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jun 22 23:45:09 UTC 2024 Modified Files: src/distrib/sets/lists/comp: md.amd64 md.i386 Log Message: don't mark the gcc-10 + sanitizer directories obsolete yet. they're still created by the build, and they're owned by the base

CVS commit: src/external/bsd/tmux/dist

2024-06-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jun 22 23:33:50 UTC 2024 Modified Files: src/external/bsd/tmux/dist: tmux.1 Log Message: tmux: bump man page date to last release date (after import) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/external/bsd/tmux/dist

2024-06-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jun 22 23:33:50 UTC 2024 Modified Files: src/external/bsd/tmux/dist: tmux.1 Log Message: tmux: bump man page date to last release date (after import) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/external/bsd/tmux/dist

2024-06-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jun 22 23:33:20 UTC 2024 Modified Files: src/external/bsd/tmux/dist: style.c Log Message: Reduce diff to upstream. gcc bug workaround doesn't seem to be necessary any longer. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/tmux/dist

2024-06-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jun 22 23:33:20 UTC 2024 Modified Files: src/external/bsd/tmux/dist: style.c Log Message: Reduce diff to upstream. gcc bug workaround doesn't seem to be necessary any longer. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/mk

2024-06-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jun 22 23:26:37 UTC 2024 Modified Files: src/share/mk: bsd.own.mk Log Message: now that alpha builds with xorg-server 21 again, switch it back. To generate a diff of this commit: cvs rdiff -u -r1.1382 -r1.1383

CVS commit: src/share/mk

2024-06-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jun 22 23:26:37 UTC 2024 Modified Files: src/share/mk: bsd.own.mk Log Message: now that alpha builds with xorg-server 21 again, switch it back. To generate a diff of this commit: cvs rdiff -u -r1.1382 -r1.1383

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

2024-06-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jun 22 23:24:46 UTC 2024 Modified Files: src/distrib/sets/lists/xserver: md.alpha Log Message: fix error in the previous: don't leave the obsolete trident entries. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67

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

2024-06-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jun 22 23:24:46 UTC 2024 Modified Files: src/distrib/sets/lists/xserver: md.alpha Log Message: fix error in the previous: don't leave the obsolete trident entries. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67

CVS commit: src/external/mit/xorg/server/drivers

2024-06-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jun 22 23:21:56 UTC 2024 Modified Files: src/external/mit/xorg/server/drivers: Makefile Log Message: normalise some comment styles. To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113

CVS commit: src/external/mit/xorg/server/drivers

2024-06-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jun 22 23:21:56 UTC 2024 Modified Files: src/external/mit/xorg/server/drivers: Makefile Log Message: normalise some comment styles. To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113

CVS commit: src

2024-06-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jun 22 23:20:39 UTC 2024 Modified Files: src/distrib/sets/lists/xdebug: md.amd64 md.cats md.i386 src/distrib/sets/lists/xserver: md.alpha md.amd64 md.cats md.i386 src/external/mit/xorg/server/drivers: Makefile

CVS commit: src

2024-06-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jun 22 23:20:39 UTC 2024 Modified Files: src/distrib/sets/lists/xdebug: md.amd64 md.cats md.i386 src/distrib/sets/lists/xserver: md.alpha md.amd64 md.cats md.i386 src/external/mit/xorg/server/drivers: Makefile

CVS commit: src

2024-06-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jun 22 23:02:45 UTC 2024 Modified Files: src/distrib/sets/lists/xdebug: md.alpha md.amd64 md.cats md.i386 src/distrib/sets/lists/xserver: md.alpha md.amd64 md.cats md.i386 src/external/mit/xorg/server/drivers:

CVS commit: src

2024-06-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jun 22 23:02:45 UTC 2024 Modified Files: src/distrib/sets/lists/xdebug: md.alpha md.amd64 md.cats md.i386 src/distrib/sets/lists/xserver: md.alpha md.amd64 md.cats md.i386 src/external/mit/xorg/server/drivers:

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

2024-06-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jun 22 21:30:51 UTC 2024 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Properly mark an entry as obsolete for gcc=12. To generate a diff of this commit: cvs rdiff -u -r1.2459 -r1.2460

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

2024-06-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jun 22 21:30:51 UTC 2024 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Properly mark an entry as obsolete for gcc=12. To generate a diff of this commit: cvs rdiff -u -r1.2459 -r1.2460

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

2024-06-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jun 22 20:17:25 UTC 2024 Modified Files: src/distrib/sets/lists/comp: ad.aarch64 ad.arm ad.hppa ad.m68k ad.mips ad.powerpc ad.riscv ad.sh3 md.alpha md.amd64 md.hppa md.i386 md.ia64 md.or1k md.sparc

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

2024-06-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jun 22 20:17:25 UTC 2024 Modified Files: src/distrib/sets/lists/comp: ad.aarch64 ad.arm ad.hppa ad.m68k ad.mips ad.powerpc ad.riscv ad.sh3 md.alpha md.amd64 md.hppa md.i386 md.ia64 md.or1k md.sparc

CVS commit: src/doc

2024-06-22 Thread Thomas Klausner
4. [christos 20240609] pkg_install: Import pkg_install-20240307. [wiz 20240611] OpenSSL: Imported 3.0.14. [christos 2020611] + tmux(1): Import version 3.4 with Sixel support enabled. [wiz 20240622]

CVS commit: src/doc

2024-06-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jun 22 20:10:32 UTC 2024 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: doc: update for tmux 3.4 import To generate a diff of this commit: cvs rdiff -u -r1.2015 -r1.2016 src/doc/3RDPARTY cvs rdiff -u -r1.3065 -r1.3066

CVS commit: src/external/bsd/tmux/usr.bin/tmux

2024-06-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jun 22 20:08:16 UTC 2024 Modified Files: src/external/bsd/tmux/usr.bin/tmux: Makefile Log Message: Adapt build for tmux 3.4. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/external/bsd/tmux/usr.bin/tmux

2024-06-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jun 22 20:08:16 UTC 2024 Modified Files: src/external/bsd/tmux/usr.bin/tmux: Makefile Log Message: Adapt build for tmux 3.4. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/external/bsd/tmux/dist

2024-06-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jun 22 20:07:14 UTC 2024 Modified Files: src/external/bsd/tmux/dist: arguments.c client.c cmd-attach-session.c cmd-capture-pane.c cmd-display-menu.c cmd-display-message.c cmd-load-buffer.c

CVS import: src/external/bsd/tmux/dist

2024-06-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jun 22 20:04:46 UTC 2024 Update of /cvsroot/src/external/bsd/tmux/dist In directory ivanova.netbsd.org:/tmp/cvs-serv23683 Log Message: Import tmux-3.4. Status: Vendor Tag: TMUX Release Tags: tmux-3-4 U

CVS import: src/external/bsd/tmux/dist

2024-06-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jun 22 20:04:46 UTC 2024 Update of /cvsroot/src/external/bsd/tmux/dist In directory ivanova.netbsd.org:/tmp/cvs-serv23683 Log Message: Import tmux-3.4. Status: Vendor Tag: TMUX Release Tags: tmux-3-4 U

CVS commit: [netbsd-10] src/doc

2024-06-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 22 18:33:21 UTC 2024 Modified Files: src/doc [netbsd-10]: CHANGES-10.1 Log Message: Tickets #699 - #724, #726 To generate a diff of this commit: cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-10.1 Please note that

CVS commit: [netbsd-10] src/doc

2024-06-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 22 18:33:21 UTC 2024 Modified Files: src/doc [netbsd-10]: CHANGES-10.1 Log Message: Tickets #699 - #724, #726 To generate a diff of this commit: cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-10.1 Please note that

CVS commit: [netbsd-10] src/sys/arch/xen/xen

2024-06-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 22 18:30:13 UTC 2024 Modified Files: src/sys/arch/xen/xen [netbsd-10]: xbdback_xenbus.c Log Message: Pull up the following, requested by bouyer in ticket #726: sys/arch/xen/xen/xbdback_xenbus.c upto

CVS commit: [netbsd-10] src/sys/arch/xen/xen

2024-06-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 22 18:30:13 UTC 2024 Modified Files: src/sys/arch/xen/xen [netbsd-10]: xbdback_xenbus.c Log Message: Pull up the following, requested by bouyer in ticket #726: sys/arch/xen/xen/xbdback_xenbus.c upto

CVS commit: [netbsd-9] src/doc

2024-06-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 22 18:23:25 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1845 - #1848 To generate a diff of this commit: cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-9.5 Please note that diffs are

CVS commit: [netbsd-9] src/doc

2024-06-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 22 18:23:25 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1845 - #1848 To generate a diff of this commit: cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-9.5 Please note that diffs are

CVS commit: src

2024-06-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jun 22 17:59:49 UTC 2024 Modified Files: src/distrib/sets/lists/xserver: md.alpha src/external/mit/xorg/server/drivers: Makefile Log Message: fix alpha builds with xorg-server 21.3. the s3, tga, and trident drivers are

CVS commit: src

2024-06-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jun 22 17:59:49 UTC 2024 Modified Files: src/distrib/sets/lists/xserver: md.alpha src/external/mit/xorg/server/drivers: Makefile Log Message: fix alpha builds with xorg-server 21.3. the s3, tga, and trident drivers are

Re: CVS commit: src/external/mit/libcbor/lib

2024-06-22 Thread Jörg Sonnenberger
On Saturday, June 22, 2024 3:36:54 PM GMT+2 Taylor R Campbell wrote: > Module Name: src > Committed By: riastradh > Date: Sat Jun 22 13:36:54 UTC 2024 > > Modified Files: > src/external/mit/libcbor/lib: Makefile > > Log Message: > libcbor: Fix make dependencies on configuration.h.

CVS commit: src/external/mit/libcbor/lib

2024-06-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jun 22 13:36:54 UTC 2024 Modified Files: src/external/mit/libcbor/lib: Makefile Log Message: libcbor: Fix make dependencies on configuration.h. PR lib/58359 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/mit/libcbor/lib

2024-06-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jun 22 13:36:54 UTC 2024 Modified Files: src/external/mit/libcbor/lib: Makefile Log Message: libcbor: Fix make dependencies on configuration.h. PR lib/58359 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: [netbsd-10] src

2024-06-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 22 11:11:53 UTC 2024 Modified Files: src/share/mk [netbsd-10]: bsd.kmodule.mk src/sys/arch/aarch64/aarch64 [netbsd-10]: netbsd32_machdep_13.c netbsd32_machdep_16.c src/sys/arch/mips/mips

CVS commit: [netbsd-10] src

2024-06-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 22 11:11:53 UTC 2024 Modified Files: src/share/mk [netbsd-10]: bsd.kmodule.mk src/sys/arch/aarch64/aarch64 [netbsd-10]: netbsd32_machdep_13.c netbsd32_machdep_16.c src/sys/arch/mips/mips

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

2024-06-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 22 11:01:18 UTC 2024 Modified Files: src/sys/dev/pci [netbsd-10]: pcireg.h Log Message: Pull up following revision(s) (requested by rin in ticket #723): sys/dev/pci/pcireg.h: revision 1.171 PCI_CLASS_MASK: Use

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

2024-06-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 22 11:01:18 UTC 2024 Modified Files: src/sys/dev/pci [netbsd-10]: pcireg.h Log Message: Pull up following revision(s) (requested by rin in ticket #723): sys/dev/pci/pcireg.h: revision 1.171 PCI_CLASS_MASK: Use

CVS commit: [netbsd-10] src

2024-06-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 22 10:57:11 UTC 2024 Modified Files: src/distrib/hp300/cdroms/installcd [netbsd-10]: Makefile src/sys/arch/hp300/dev [netbsd-10]: dcm.c dcmreg.h diofbreg.h diofbvar.h dma.c dnkbd.c dvbox.c frodoreg.h

CVS commit: [netbsd-10] src

2024-06-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 22 10:57:11 UTC 2024 Modified Files: src/distrib/hp300/cdroms/installcd [netbsd-10]: Makefile src/sys/arch/hp300/dev [netbsd-10]: dcm.c dcmreg.h diofbreg.h diofbvar.h dma.c dnkbd.c dvbox.c frodoreg.h

CVS commit: [netbsd-10] src/external/gpl3/gcc/dist/gcc/doc

2024-06-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 22 10:37:58 UTC 2024 Modified Files: src/external/gpl3/gcc/dist/gcc/doc [netbsd-10]: gcc.info gcc.texi Log Message: Pull up following revision(s) (requested by hgutch in ticket #721):

CVS commit: [netbsd-10] xsrc/external/mit/xorg-server/dist/hw/xfree86/modes

2024-06-22 Thread Martin Husemann
Module Name:xsrc Committed By: martin Date: Sat Jun 22 10:30:08 UTC 2024 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/modes [netbsd-10]: xf86Modes.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #720):

CVS commit: [netbsd-10] xsrc/external/mit/xorg-server/dist/hw/xfree86/modes

2024-06-22 Thread Martin Husemann
Module Name:xsrc Committed By: martin Date: Sat Jun 22 10:30:08 UTC 2024 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/modes [netbsd-10]: xf86Modes.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #720):

CVS commit: [netbsd-10] src/etc

2024-06-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 22 10:27:44 UTC 2024 Modified Files: src/etc/etc.aarch64 [netbsd-10]: MAKEDEV.conf src/etc/etc.amd64 [netbsd-10]: MAKEDEV.conf src/etc/etc.i386 [netbsd-10]: MAKEDEV.conf Log Message: Pull up following

CVS commit: [netbsd-10] src/etc

2024-06-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 22 10:27:44 UTC 2024 Modified Files: src/etc/etc.aarch64 [netbsd-10]: MAKEDEV.conf src/etc/etc.amd64 [netbsd-10]: MAKEDEV.conf src/etc/etc.i386 [netbsd-10]: MAKEDEV.conf Log Message: Pull up following

CVS commit: src/sys/dev/scsipi

2024-06-22 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Sat Jun 22 10:10:07 UTC 2024 Modified Files: src/sys/dev/scsipi: scsiconf.c Log Message: Add quirk for sparc64/sun4v ldom virtual cd devices To generate a diff of this commit: cvs rdiff -u -r1.303 -r1.304

CVS commit: src/sys/dev/scsipi

2024-06-22 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Sat Jun 22 10:10:07 UTC 2024 Modified Files: src/sys/dev/scsipi: scsiconf.c Log Message: Add quirk for sparc64/sun4v ldom virtual cd devices To generate a diff of this commit: cvs rdiff -u -r1.303 -r1.304

CVS commit: src/sys/dev/scsipi

2024-06-22 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Sat Jun 22 10:07:46 UTC 2024 Modified Files: src/sys/dev/scsipi: cd.c scsipiconf.h Log Message: Add quirk for devices that does not handle READ_DISCINFO To generate a diff of this commit: cvs rdiff -u -r1.354 -r1.355

CVS commit: src/sys/dev/scsipi

2024-06-22 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Sat Jun 22 10:07:46 UTC 2024 Modified Files: src/sys/dev/scsipi: cd.c scsipiconf.h Log Message: Add quirk for devices that does not handle READ_DISCINFO To generate a diff of this commit: cvs rdiff -u -r1.354 -r1.355

CVS commit: [netbsd-10] src/sys/dev/pckbport

2024-06-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 22 10:02:05 UTC 2024 Modified Files: src/sys/dev/pckbport [netbsd-10]: synaptics.c Log Message: Pull up following revision(s) (requested by gutteridge in ticket #718): sys/dev/pckbport/synaptics.c: revision 1.83

CVS commit: [netbsd-10] src/sys/dev/pckbport

2024-06-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 22 10:02:05 UTC 2024 Modified Files: src/sys/dev/pckbport [netbsd-10]: synaptics.c Log Message: Pull up following revision(s) (requested by gutteridge in ticket #718): sys/dev/pckbport/synaptics.c: revision 1.83

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

2024-06-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 22 09:58:56 UTC 2024 Modified Files: src/sys/arch/x86/x86 [netbsd-9]: coretemp.c Log Message: Pull up following revision(s) (requested by gutteridge in ticket #1848): sys/arch/x86/x86/coretemp.c: revision 1.40

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

2024-06-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 22 09:58:56 UTC 2024 Modified Files: src/sys/arch/x86/x86 [netbsd-9]: coretemp.c Log Message: Pull up following revision(s) (requested by gutteridge in ticket #1848): sys/arch/x86/x86/coretemp.c: revision 1.40

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

2024-06-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 22 09:57:21 UTC 2024 Modified Files: src/sys/arch/x86/x86 [netbsd-10]: coretemp.c Log Message: Pull up following revision(s) (requested by gutteridge in ticket #717): sys/arch/x86/x86/coretemp.c: revision 1.40

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

2024-06-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 22 09:57:21 UTC 2024 Modified Files: src/sys/arch/x86/x86 [netbsd-10]: coretemp.c Log Message: Pull up following revision(s) (requested by gutteridge in ticket #717): sys/arch/x86/x86/coretemp.c: revision 1.40

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

2024-06-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jun 22 06:24:46 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_380.c msg_381.c Log Message: tests/lint: skip tests for converting large floating point to integer These tests differ between the platforms

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

2024-06-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jun 22 06:24:46 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_380.c msg_381.c Log Message: tests/lint: skip tests for converting large floating point to integer These tests differ between the platforms