Re: CVS commit: src/usr.bin/stat

2025-05-16 Thread Martin Husemann
On Fri, May 16, 2025 at 07:05:30PM +0700, Robert Elz wrote: > And I agree with uwe@ and martin@ - that clang warning is absurd. I did not say that - it is a good warning for C++ code, but for NetBSD C code it is useless. Martin

Re: CVS commit: src/usr.bin/stat

2025-05-16 Thread Martin Husemann
On Fri, May 16, 2025 at 01:48:14PM +0300, Valery Ushakov wrote: > On Fri, May 16, 2025 at 07:50:28 +, nia wrote: > > > stat.c:357:27: error: adding 'int' to a string does not append to the > > string [-Werror,-Wstring-plus-int] > > ROFL. I think we should turn that warning off. I agree. M

Re: CVS commit: src/sys/arch/m68k/m68k

2025-04-07 Thread Martin Husemann
On Tue, Apr 08, 2025 at 10:45:23AM +1000, Nat Sloss wrote: > nop - f* instructions are not atomicwhat will happen if nop is executed > and then the processor is interrupted (by say pressing a keystroke on the > keyboard) then after that interrupt has run the f* instruction is executed. > >

Re: CVS commit: src/lib/librumpuser

2025-04-06 Thread Martin Husemann
On Sun, Apr 06, 2025 at 03:27:23AM +, Taylor R Campbell wrote: > FYI, this was not an accidental local change; I deliberately committed > this so that it would run on the releng testbed because I was unable > to reproduce the problem locally. But it broke the build, so the testbed could not ru

CVS commit: [netbsd-10] src/share/installboot/evbarm

2025-04-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 11:09:47 UTC 2025 Modified Files: src/share/installboot/evbarm [netbsd-10]: boards.plist Log Message: Pull up following revision(s) (requested by gutteridge in ticket #1078): share/installboot/evbarm/boards.pli

CVS commit: [netbsd-10] src/share/installboot/evbarm

2025-04-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 11:09:47 UTC 2025 Modified Files: src/share/installboot/evbarm [netbsd-10]: boards.plist Log Message: Pull up following revision(s) (requested by gutteridge in ticket #1078): share/installboot/evbarm/boards.pli

Re: CVS commit: src/external/gpl3/binutils/dist/gas/config

2025-04-05 Thread Martin Husemann
On Thu, Apr 03, 2025 at 11:48:26AM +, Nathanial Sloss wrote: > Module Name: src > Committed By: nat > Date: Thu Apr 3 11:48:26 UTC 2025 > > Modified Files: > src/external/gpl3/binutils/dist/gas/config: tc-m68k.c > > Log Message: > Compiler support for buggy early revision 68LC

Re: CVS commit: src/sys/arch/m68k/m68k

2025-04-05 Thread Martin Husemann
On Sat, Apr 05, 2025 at 10:47:39PM +1100, Nat Sloss wrote: > nop > fnop > > could be executed as > > nop > (context swtich) > (return from context swtich) > fnop > > So without these the fnop would not be coverted. Not sure what you mean here. Why would the nop before the rte make any differen

Re: CVS commit: src/sys/arch/m68k/m68k

2025-04-05 Thread Martin Husemann
On Sat, Apr 05, 2025 at 10:01:37PM +1100, Nat Sloss wrote: > Following advice and following the spirit of my intentions adding nop in the > switch i added nops before "rte" in locore.s in sys/mac68k as opposed to > m68k/swicher. This makes no sense to me (but I can only guess how the exact bug w

CVS commit: [netbsd-10] src/tests/net/if_vlan

2025-04-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:45:08 UTC 2025 Modified Files: src/tests/net/if_vlan [netbsd-10]: t_vlan.sh Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #1075): tests/net/if_vlan/t_vlan.sh: revision 1.26

Re: CVS commit: src/sys/arch/m68k/m68k

2025-04-04 Thread Martin Husemann
On Fri, Apr 04, 2025 at 10:48:17PM +1100, Nat Sloss wrote: > The changes to the context switch in sys/m68k have been reverted and the nop > insertion by gas(1) has been turned off by default. What does upstream gcc plan to do with the new option? Default on or off? I guess we can find some way t

Re: CVS commit: src/sys/arch/m68k/m68k

2025-04-03 Thread Martin Husemann
On Thu, Apr 03, 2025 at 08:55:11PM +0900, Tetsuya Isaki wrote: > So these all nops are never executed just before any of f-line > instructions. Can you also please explain how you got at that NOP-after-f-line woraround? The Motorola errata text (at least the versions I found on the wayback machine

CVS commit: [netbsd-10] src/doc

2025-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:57:06 UTC 2025 Modified Files: src/doc [netbsd-10]: CHANGES-10.2 Log Message: Tickets #1073 - #1078 To generate a diff of this commit: cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-10.2 Please note that diffs

CVS commit: [netbsd-9] src/doc

2025-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:53:06 UTC 2025 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1938 To generate a diff of this commit: cvs rdiff -u -r1.1.2.50 -r1.1.2.51 src/doc/CHANGES-9.5 Please note that diffs are not pub

CVS commit: [netbsd-9] src/distrib/notes/macppc

2025-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:51:24 UTC 2025 Modified Files: src/distrib/notes/macppc [netbsd-9]: hardware Log Message: Pull up following revision(s) (requested by gutteridge in ticket #1938): distrib/notes/macppc/hardware: revision 1.50

CVS commit: [netbsd-10] src/doc

2025-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:57:06 UTC 2025 Modified Files: src/doc [netbsd-10]: CHANGES-10.2 Log Message: Tickets #1073 - #1078 To generate a diff of this commit: cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-10.2 Please note that diffs

CVS commit: [netbsd-10] src/distrib/notes/macppc

2025-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:50:18 UTC 2025 Modified Files: src/distrib/notes/macppc [netbsd-10]: hardware Log Message: Pull up following revision(s) (requested by gutteridge in ticket #1077): distrib/notes/macppc/hardware: revision 1.5

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

2025-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:47:38 UTC 2025 Modified Files: src/sys/arch/amd64/conf [netbsd-10]: XEN3_DOMU Log Message: Pull up following revision(s) (requested by sborrill in ticket #1076): sys/arch/amd64/conf/XEN3_DOMU: revision 1.101

CVS commit: [netbsd-9] src/doc

2025-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:53:06 UTC 2025 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1938 To generate a diff of this commit: cvs rdiff -u -r1.1.2.50 -r1.1.2.51 src/doc/CHANGES-9.5 Please note that diffs are not pub

CVS commit: [netbsd-9] src/distrib/notes/macppc

2025-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:51:24 UTC 2025 Modified Files: src/distrib/notes/macppc [netbsd-9]: hardware Log Message: Pull up following revision(s) (requested by gutteridge in ticket #1938): distrib/notes/macppc/hardware: revision 1.50

CVS commit: [netbsd-10] src/distrib/notes/macppc

2025-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:50:18 UTC 2025 Modified Files: src/distrib/notes/macppc [netbsd-10]: hardware Log Message: Pull up following revision(s) (requested by gutteridge in ticket #1077): distrib/notes/macppc/hardware: revision 1.5

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

2025-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:32:44 UTC 2025 Modified Files: src/sys/arch/amd64/amd64 [netbsd-10]: genassym.cf locore.S machdep.c src/sys/arch/x86/acpi [netbsd-10]: acpi_machdep.c src/sys/arch/x86/include [netbsd-10]: cpu.h

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

2025-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:47:38 UTC 2025 Modified Files: src/sys/arch/amd64/conf [netbsd-10]: XEN3_DOMU Log Message: Pull up following revision(s) (requested by sborrill in ticket #1076): sys/arch/amd64/conf/XEN3_DOMU: revision 1.101

CVS commit: [netbsd-10] src/tests/net/if_vlan

2025-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:45:08 UTC 2025 Modified Files: src/tests/net/if_vlan [netbsd-10]: t_vlan.sh Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #1075): tests/net/if_vlan/t_vlan.sh: revision 1.26

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

2025-03-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 29 10:32:44 UTC 2025 Modified Files: src/sys/arch/amd64/amd64 [netbsd-10]: genassym.cf locore.S machdep.c src/sys/arch/x86/acpi [netbsd-10]: acpi_machdep.c src/sys/arch/x86/include [netbsd-10]: cpu.h

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

2025-03-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Mar 27 19:00:14 UTC 2025 Modified Files: src/sys/arch/evbppc/wii [netbsd-10]: pic_pi.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #1073): sys/arch/evbppc/wii/pic_pi.c: revision 1.4 wi

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

2025-03-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Mar 27 19:00:14 UTC 2025 Modified Files: src/sys/arch/evbppc/wii [netbsd-10]: pic_pi.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #1073): sys/arch/evbppc/wii/pic_pi.c: revision 1.4 wi

CVS commit: src/external/gpl3/gcc/dist/gcc

2025-03-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Mar 6 10:02:10 UTC 2025 Modified Files: src/external/gpl3/gcc/dist/gcc: tree-ssa-ccp.cc Log Message: Remove a (local) "temporary cludge" that has outlived its usefullness when we updated from jemalloc 1.0 to newer versions: r

CVS commit: src

2025-03-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 11 15:06:13 UTC 2025 Modified Files: src/distrib/emips/ramdisk: Makefile src/sys/arch/emips/conf: RAMDISK Log Message: Bump ramdisk size slightly to fix the build To generate a diff of this commit: cvs rdiff -u -

CVS commit: src

2025-03-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 11 15:06:13 UTC 2025 Modified Files: src/distrib/emips/ramdisk: Makefile src/sys/arch/emips/conf: RAMDISK Log Message: Bump ramdisk size slightly to fix the build To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/lib/libc/sys

2025-03-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 9 17:02:56 UTC 2025 Modified Files: src/lib/libc/sys: Makefile.inc Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.258 -r1.259 src/lib/libc/sys/Makefile.inc Please note that diffs are not publ

CVS commit: src/lib/libc/sys

2025-03-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 9 17:02:56 UTC 2025 Modified Files: src/lib/libc/sys: Makefile.inc Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.258 -r1.259 src/lib/libc/sys/Makefile.inc Please note that diffs are not publ

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2025-03-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Mar 6 13:41:16 UTC 2025 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: size_classes.h Log Message: PR 59062: make jemalloc guaranteed alignment match previous NetBSD guarantees. Current theory is that 1

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2025-03-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Mar 6 13:41:16 UTC 2025 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: size_classes.h Log Message: PR 59062: make jemalloc guaranteed alignment match previous NetBSD guarantees. Current theory is that 1

CVS commit: src/external/gpl3/gcc/dist/gcc

2025-03-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Mar 6 10:02:10 UTC 2025 Modified Files: src/external/gpl3/gcc/dist/gcc: tree-ssa-ccp.cc Log Message: Remove a (local) "temporary cludge" that has outlived its usefullness when we updated from jemalloc 1.0 to newer versions: r

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

2025-03-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 4 12:21:41 UTC 2025 Modified Files: src/sys/arch/vax/vsa [netbsd-10]: dz_vsbus.c Log Message: Pull up following revision(s) (requested by hans in ticket #1070): sys/arch/vax/vsa/dz_vsbus.c: revision 1.48 vax/dz(

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

2025-03-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 4 12:27:35 UTC 2025 Modified Files: src/sys/arch/vax/vax [netbsd-10]: db_disasm.c Log Message: Pull up following revision(s) (requested by hans in ticket #1072): sys/arch/vax/vax/db_disasm.c: revision 1.25 vax/d

CVS commit: [netbsd-10] src/doc

2025-03-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 4 12:29:01 UTC 2025 Modified Files: src/doc [netbsd-10]: CHANGES-10.2 Log Message: Tickets #1068 - #1072 To generate a diff of this commit: cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/doc/CHANGES-10.2 Please note that diffs

CVS commit: [netbsd-10] src/doc

2025-03-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 4 12:29:01 UTC 2025 Modified Files: src/doc [netbsd-10]: CHANGES-10.2 Log Message: Tickets #1068 - #1072 To generate a diff of this commit: cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/doc/CHANGES-10.2 Please note that diffs

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

2025-03-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 4 12:27:35 UTC 2025 Modified Files: src/sys/arch/vax/vax [netbsd-10]: db_disasm.c Log Message: Pull up following revision(s) (requested by hans in ticket #1072): sys/arch/vax/vax/db_disasm.c: revision 1.25 vax/d

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

2025-03-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 4 12:25:51 UTC 2025 Modified Files: src/sys/arch/vax/vax [netbsd-10]: vm_machdep.c Log Message: Pull up following revision(s) (requested by hans in ticket #1071): sys/arch/vax/vax/vm_machdep.c: revision 1.119 va

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

2025-03-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 4 12:25:51 UTC 2025 Modified Files: src/sys/arch/vax/vax [netbsd-10]: vm_machdep.c Log Message: Pull up following revision(s) (requested by hans in ticket #1071): sys/arch/vax/vax/vm_machdep.c: revision 1.119 va

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

2025-03-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 4 12:21:41 UTC 2025 Modified Files: src/sys/arch/vax/vsa [netbsd-10]: dz_vsbus.c Log Message: Pull up following revision(s) (requested by hans in ticket #1070): sys/arch/vax/vsa/dz_vsbus.c: revision 1.48 vax/dz(

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

2025-03-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 4 11:51:34 UTC 2025 Modified Files: src/sys/arch/vax/vsa [netbsd-10]: lcg.c Log Message: Pull up following revision(s) (requested by hans in ticket #1069): sys/arch/vax/vsa/lcg.c: revision 1.13 vax/lcg(4): Check

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

2025-03-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 4 11:51:34 UTC 2025 Modified Files: src/sys/arch/vax/vsa [netbsd-10]: lcg.c Log Message: Pull up following revision(s) (requested by hans in ticket #1069): sys/arch/vax/vsa/lcg.c: revision 1.13 vax/lcg(4): Check

CVS commit: [netbsd-9] src/doc

2025-03-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 4 11:44:17 UTC 2025 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1937 To generate a diff of this commit: cvs rdiff -u -r1.1.2.49 -r1.1.2.50 src/doc/CHANGES-9.5 Please note that diffs are not pub

CVS commit: [netbsd-9] src/doc

2025-03-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 4 11:44:17 UTC 2025 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Ticket #1937 To generate a diff of this commit: cvs rdiff -u -r1.1.2.49 -r1.1.2.50 src/doc/CHANGES-9.5 Please note that diffs are not pub

CVS commit: [netbsd-9] src/external/bsd/ipf/dist/man

2025-03-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 4 11:43:29 UTC 2025 Modified Files: src/external/bsd/ipf/dist/man [netbsd-9]: ippool.5 Log Message: Pull up following revision(s) (requested by gutteridge in ticket #1937): external/bsd/ipf/dist/man/ippool.5: rev

CVS commit: [netbsd-9] src/external/bsd/ipf/dist/man

2025-03-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 4 11:43:29 UTC 2025 Modified Files: src/external/bsd/ipf/dist/man [netbsd-9]: ippool.5 Log Message: Pull up following revision(s) (requested by gutteridge in ticket #1937): external/bsd/ipf/dist/man/ippool.5: rev

CVS commit: [netbsd-10] src/external/bsd/ipf/dist/man

2025-03-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 4 11:42:25 UTC 2025 Modified Files: src/external/bsd/ipf/dist/man [netbsd-10]: ippool.5 Log Message: Pull up following revision(s) (requested by gutteridge in ticket #1068): external/bsd/ipf/dist/man/ippool.5: re

CVS commit: [netbsd-10] src/external/bsd/ipf/dist/man

2025-03-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 4 11:42:25 UTC 2025 Modified Files: src/external/bsd/ipf/dist/man [netbsd-10]: ippool.5 Log Message: Pull up following revision(s) (requested by gutteridge in ticket #1068): external/bsd/ipf/dist/man/ippool.5: re

CVS commit: [netbsd-10] src/doc

2025-02-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Feb 27 10:21:28 UTC 2025 Modified Files: src/doc [netbsd-10]: CHANGES-10.2 Log Message: Ticket #1067 To generate a diff of this commit: cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-10.2 Please note that diffs are not

CVS commit: [netbsd-10] src/doc

2025-02-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Feb 27 10:21:28 UTC 2025 Modified Files: src/doc [netbsd-10]: CHANGES-10.2 Log Message: Ticket #1067 To generate a diff of this commit: cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-10.2 Please note that diffs are not

CVS commit: [netbsd-10] src/share/mk

2025-02-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Feb 27 10:19:08 UTC 2025 Modified Files: src/share/mk [netbsd-10]: bsd.x11.mk Log Message: Apply patch, requested by mrg in ticket #1067: share/mk/bsd.x11.mk (apply patch) Bump Xorg server to 21.1.16 To generat

CVS commit: [netbsd-10] src/share/mk

2025-02-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Feb 27 10:19:08 UTC 2025 Modified Files: src/share/mk [netbsd-10]: bsd.x11.mk Log Message: Apply patch, requested by mrg in ticket #1067: share/mk/bsd.x11.mk (apply patch) Bump Xorg server to 21.1.16 To generat

CVS commit: [netbsd-10] xsrc/external/mit/xorg-server

2025-02-27 Thread Martin Husemann
Module Name:xsrc Committed By: martin Date: Thu Feb 27 10:16:47 UTC 2025 Modified Files: xsrc/external/mit/xorg-server/dist [netbsd-10]: ChangeLog configure configure.ac meson.build xsrc/external/mit/xorg-server/dist/Xext [netbsd-10]: sync.c xsrc

CVS commit: [netbsd-10] xsrc/external/mit/xorg-server

2025-02-27 Thread Martin Husemann
Module Name:xsrc Committed By: martin Date: Thu Feb 27 10:16:47 UTC 2025 Modified Files: xsrc/external/mit/xorg-server/dist [netbsd-10]: ChangeLog configure configure.ac meson.build xsrc/external/mit/xorg-server/dist/Xext [netbsd-10]: sync.c xsrc

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

2025-02-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Feb 26 16:34:43 UTC 2025 Modified Files: src/distrib/sets/lists/manhtml: mi Log Message: add amdgpio(4) To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/distrib/sets/lists/manhtml/mi Please note that diffs

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

2025-02-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Feb 26 16:34:43 UTC 2025 Modified Files: src/distrib/sets/lists/manhtml: mi Log Message: add amdgpio(4) To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/distrib/sets/lists/manhtml/mi Please note that diffs

CVS commit: src/share/man/man9

2025-02-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 25 08:51:28 UTC 2025 Modified Files: src/share/man/man9: module.9 Log Message: PR 59102: fix signature of module callback function. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/share/man/man9/module.

CVS commit: src/share/man/man9

2025-02-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 25 08:51:28 UTC 2025 Modified Files: src/share/man/man9: module.9 Log Message: PR 59102: fix signature of module callback function. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/share/man/man9/module.

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

2025-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 24 21:47:08 UTC 2025 Modified Files: src/distrib/sets/lists/base: mi Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.1361 -r1.1362 src/distrib/sets/lists/base/mi Please note that diffs are not

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

2025-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 24 21:47:08 UTC 2025 Modified Files: src/distrib/sets/lists/base: mi Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.1361 -r1.1362 src/distrib/sets/lists/base/mi Please note that diffs are not

CVS commit: src/distrib/sets

2025-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 24 20:45:35 UTC 2025 Modified Files: src/distrib/sets: mkvars.mk Log Message: sort To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/distrib/sets/mkvars.mk Please note that diffs are not public domain; t

CVS commit: src/distrib/sets

2025-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 24 20:45:35 UTC 2025 Modified Files: src/distrib/sets: mkvars.mk Log Message: sort To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/distrib/sets/mkvars.mk Please note that diffs are not public domain; t

CVS commit: src/distrib/sets

2025-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 24 20:44:15 UTC 2025 Modified Files: src/distrib/sets: mkvars.mk Log Message: Add HAVE_EFI_RT To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/distrib/sets/mkvars.mk Please note that diffs are not publi

CVS commit: src/distrib/sets

2025-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 24 20:44:15 UTC 2025 Modified Files: src/distrib/sets: mkvars.mk Log Message: Add HAVE_EFI_RT To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/distrib/sets/mkvars.mk Please note that diffs are not publi

CVS commit: [netbsd-10] src/share/installboot/evbarm

2025-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 24 18:30:56 UTC 2025 Modified Files: src/share/installboot/evbarm [netbsd-10]: boards.plist Log Message: Pull up following revision(s) (requested by gutteridge in ticket #1066): share/installboot/evbarm/boards.pli

CVS commit: src/distrib/sets/lists

2025-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 24 18:22:18 UTC 2025 Modified Files: src/distrib/sets/lists/man: mi src/distrib/sets/lists/manhtml: mi Log Message: conditionalize efi(8) man page variants on efi_rt To generate a diff of this commit: cvs rdiff -

CVS commit: [netbsd-10] src/doc

2025-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 24 18:31:26 UTC 2025 Modified Files: src/doc [netbsd-10]: CHANGES-10.2 Log Message: Ticket #1066 To generate a diff of this commit: cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-10.2 Please note that diffs are not p

CVS commit: [netbsd-10] src/doc

2025-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 24 18:31:26 UTC 2025 Modified Files: src/doc [netbsd-10]: CHANGES-10.2 Log Message: Ticket #1066 To generate a diff of this commit: cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-10.2 Please note that diffs are not p

CVS commit: [netbsd-10] src/share/installboot/evbarm

2025-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 24 18:30:56 UTC 2025 Modified Files: src/share/installboot/evbarm [netbsd-10]: boards.plist Log Message: Pull up following revision(s) (requested by gutteridge in ticket #1066): share/installboot/evbarm/boards.pli

CVS commit: src/distrib/sets/lists

2025-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 24 18:22:18 UTC 2025 Modified Files: src/distrib/sets/lists/man: mi src/distrib/sets/lists/manhtml: mi Log Message: conditionalize efi(8) man page variants on efi_rt To generate a diff of this commit: cvs rdiff -

CVS commit: src/distrib/sets/lists

2025-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 24 18:00:12 UTC 2025 Modified Files: src/distrib/sets/lists/base: ad.arm ad.riscv md.amd64 md.i386 mi src/distrib/sets/lists/debug: ad.arm ad.riscv md.amd64 md.i386 Log Message: Backout previous (making sbin/efi ar

CVS commit: src/distrib/sets

2025-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 24 18:02:03 UTC 2025 Modified Files: src/distrib/sets: sets.subr src/distrib/sets/lists/base: mi src/distrib/sets/lists/debug: mi Log Message: Provide a new attribute, efi_rt, derived from HAVE_EFI_RT, and

CVS commit: src/distrib/sets

2025-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 24 18:02:03 UTC 2025 Modified Files: src/distrib/sets: sets.subr src/distrib/sets/lists/base: mi src/distrib/sets/lists/debug: mi Log Message: Provide a new attribute, efi_rt, derived from HAVE_EFI_RT, and

CVS commit: src/distrib/sets/lists

2025-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 24 18:00:12 UTC 2025 Modified Files: src/distrib/sets/lists/base: ad.arm ad.riscv md.amd64 md.i386 mi src/distrib/sets/lists/debug: ad.arm ad.riscv md.amd64 md.i386 Log Message: Backout previous (making sbin/efi ar

CVS commit: src

2025-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 24 17:49:38 UTC 2025 Modified Files: src/sbin: Makefile src/share/mk: bsd.own.mk Log Message: Centralize the test for platforms that HAVE_EFI_RT To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142 src

CVS commit: src

2025-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 24 17:49:38 UTC 2025 Modified Files: src/sbin: Makefile src/share/mk: bsd.own.mk Log Message: Centralize the test for platforms that HAVE_EFI_RT To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142 src

CVS commit: src/distrib/sets/lists

2025-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 24 16:23:43 UTC 2025 Modified Files: src/distrib/sets/lists/base: ad.arm ad.riscv md.amd64 md.i386 mi src/distrib/sets/lists/debug: ad.arm ad.riscv md.amd64 md.i386 Log Message: sbin/efi is only available on archit

CVS commit: src/distrib/sets/lists

2025-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 24 16:23:43 UTC 2025 Modified Files: src/distrib/sets/lists/base: ad.arm ad.riscv md.amd64 md.i386 mi src/distrib/sets/lists/debug: ad.arm ad.riscv md.amd64 md.i386 Log Message: sbin/efi is only available on archit

CVS commit: src/sbin

2025-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 24 15:59:04 UTC 2025 Modified Files: src/sbin: Makefile Log Message: Restrict building of the efi userland tool to architectures providing efi runtime serivces. To generate a diff of this commit: cvs rdiff -u -r1.140 -r1

CVS commit: src/sbin

2025-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 24 15:59:04 UTC 2025 Modified Files: src/sbin: Makefile Log Message: Restrict building of the efi userland tool to architectures providing efi runtime serivces. To generate a diff of this commit: cvs rdiff -u -r1.140 -r1

CVS commit: src/sbin/efi

2025-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 24 15:42:05 UTC 2025 Modified Files: src/sbin/efi: devpath1.c devpath3.c devpath4.c gptsubr.c Log Message: Fix a few printf formats To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sbin/efi/devpath1.c src/

CVS commit: src/sbin/efi

2025-02-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 24 15:42:05 UTC 2025 Modified Files: src/sbin/efi: devpath1.c devpath3.c devpath4.c gptsubr.c Log Message: Fix a few printf formats To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sbin/efi/devpath1.c src/

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

2025-02-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 22 13:06:51 UTC 2025 Modified Files: src/sys/dev/ic [netbsd-10]: bwi.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #1062): sys/dev/ic/bwi.c: revision 1.43 bwi: Remove a delay() loo

CVS commit: [netbsd-10] src/lib/libm

2025-02-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 22 13:05:12 UTC 2025 Modified Files: src/lib/libm [netbsd-10]: Makefile Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1061): lib/libm/Makefile: revision 1.241 libm: Add missing fma(3

CVS commit: [netbsd-10] src/doc

2025-02-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 22 13:14:58 UTC 2025 Modified Files: src/doc [netbsd-10]: CHANGES-10.2 Log Message: Tickets #1052 - #1065 To generate a diff of this commit: cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-10.2 Please note that diffs a

CVS commit: [netbsd-10] src/doc

2025-02-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 22 13:14:58 UTC 2025 Modified Files: src/doc [netbsd-10]: CHANGES-10.2 Log Message: Tickets #1052 - #1065 To generate a diff of this commit: cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-10.2 Please note that diffs a

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

2025-02-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 22 13:13:38 UTC 2025 Modified Files: src/sys/arch/alpha/jensenio [netbsd-10]: jensenio.c Log Message: Pull up following revision(s) (requested by thorpej in ticket #1065): sys/arch/alpha/jensenio/jensenio.c: revis

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

2025-02-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 22 13:13:38 UTC 2025 Modified Files: src/sys/arch/alpha/jensenio [netbsd-10]: jensenio.c Log Message: Pull up following revision(s) (requested by thorpej in ticket #1065): sys/arch/alpha/jensenio/jensenio.c: revis

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

2025-02-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 22 13:10:17 UTC 2025 Modified Files: src/sys/arch/evbppc/wii [netbsd-10]: pic_pi.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #1064): sys/arch/evbppc/wii/pic_pi.c: revision 1.3 wi

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

2025-02-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 22 13:10:17 UTC 2025 Modified Files: src/sys/arch/evbppc/wii [netbsd-10]: pic_pi.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #1064): sys/arch/evbppc/wii/pic_pi.c: revision 1.3 wi

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

2025-02-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 22 13:08:36 UTC 2025 Modified Files: src/sys/dev/sdmmc [netbsd-10]: sdhc.c sdhcvar.h Log Message: Pull up following revision(s) (requested by jmcneill in ticket #1063): sys/dev/sdmmc/sdhcvar.h: revision 1.36

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

2025-02-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 22 13:08:36 UTC 2025 Modified Files: src/sys/dev/sdmmc [netbsd-10]: sdhc.c sdhcvar.h Log Message: Pull up following revision(s) (requested by jmcneill in ticket #1063): sys/dev/sdmmc/sdhcvar.h: revision 1.36

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

2025-02-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 22 13:06:51 UTC 2025 Modified Files: src/sys/dev/ic [netbsd-10]: bwi.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #1062): sys/dev/ic/bwi.c: revision 1.43 bwi: Remove a delay() loo

CVS commit: [netbsd-10] src/lib/libm

2025-02-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 22 13:05:12 UTC 2025 Modified Files: src/lib/libm [netbsd-10]: Makefile Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1061): lib/libm/Makefile: revision 1.241 libm: Add missing fma(3

CVS commit: [netbsd-10] src/distrib/sun2/liveimage/emuimage

2025-02-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 22 12:59:26 UTC 2025 Modified Files: src/distrib/sun2/liveimage/emuimage [netbsd-10]: Makefile Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1060): distrib/sun2/liveimage/emuimage/Mak

CVS commit: [netbsd-10] src/distrib/sun2/liveimage/emuimage

2025-02-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 22 12:59:26 UTC 2025 Modified Files: src/distrib/sun2/liveimage/emuimage [netbsd-10]: Makefile Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1060): distrib/sun2/liveimage/emuimage/Mak

CVS commit: [netbsd-10] src/sys/arch/evbppc/wii/dev

2025-02-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 22 12:42:23 UTC 2025 Modified Files: src/sys/arch/evbppc/wii/dev [netbsd-10]: sdhc_hollywood.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #1059): sys/arch/evbppc/wii/dev/sdhc_holly

  1   2   3   4   5   6   7   8   9   10   >