CVS commit: src/lib/libc/arch

2023-09-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 14 03:58:50 UTC 2023 Modified Files: src/lib/libc/arch/or1k/gen: Makefile.inc src/lib/libc/arch/powerpc64/gen: Makefile.inc src/lib/libc/arch/riscv/gen: Makefile.inc Log Message: libc/arch: Fix copy-paste;

CVS commit: src/lib/libc/arch

2023-09-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 14 03:58:50 UTC 2023 Modified Files: src/lib/libc/arch/or1k/gen: Makefile.inc src/lib/libc/arch/powerpc64/gen: Makefile.inc src/lib/libc/arch/riscv/gen: Makefile.inc Log Message: libc/arch: Fix copy-paste;

CVS commit: src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly

2023-09-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 14 03:52:24 UTC 2023 Modified Files: src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly: c_locale.h Log Message: gcc.old: c++locale.h: Drop unnecessary include This has no longer been required

CVS commit: src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly

2023-09-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 14 03:52:24 UTC 2023 Modified Files: src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly: c_locale.h Log Message: gcc.old: c++locale.h: Drop unnecessary include This has no longer been required

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly

2023-09-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 14 03:50:58 UTC 2023 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly: c_locale.h Log Message: gcc: c_locale.h (c++locale.h): Drop unnecessary include This has no longer been

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly

2023-09-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 14 03:50:58 UTC 2023 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly: c_locale.h Log Message: gcc: c_locale.h (c++locale.h): Drop unnecessary include This has no longer been

CVS commit: src/sys/arch/mips/include

2023-09-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 14 03:37:01 UTC 2023 Modified Files: src/sys/arch/mips/include: asm.h Log Message: mips: Add initial support to gprof(1) for n64 userland Use gp relative call for _mcount(). Stop using macro name MCOUNT as well for

CVS commit: src/sys/arch/mips/include

2023-09-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 14 03:37:01 UTC 2023 Modified Files: src/sys/arch/mips/include: asm.h Log Message: mips: Add initial support to gprof(1) for n64 userland Use gp relative call for _mcount(). Stop using macro name MCOUNT as well for

CVS commit: src/sys/arch/riscv/include

2023-09-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 14 03:25:31 UTC 2023 Modified Files: src/sys/arch/riscv/include: ptrace.h Log Message: riscv: ptrace: Add PTRACE_ILLEGAL_ASM for ATF All related tests successfully pass. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/riscv/include

2023-09-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 14 03:25:31 UTC 2023 Modified Files: src/sys/arch/riscv/include: ptrace.h Log Message: riscv: ptrace: Add PTRACE_ILLEGAL_ASM for ATF All related tests successfully pass. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/mips/mips

2023-09-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 14 03:24:07 UTC 2023 Modified Files: src/sys/arch/mips/mips: trap.c Log Message: mips/trap: Fix reversed ksi_code for SIGTRAP cases It should be TRAP_TRACE and TRAP_BRKPT for software single stepping and ``real'' break

CVS commit: src/sys/arch/mips/mips

2023-09-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 14 03:24:07 UTC 2023 Modified Files: src/sys/arch/mips/mips: trap.c Log Message: mips/trap: Fix reversed ksi_code for SIGTRAP cases It should be TRAP_TRACE and TRAP_BRKPT for software single stepping and ``real'' break

CVS commit: src/lib/libpthread

2023-09-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 14 03:17:02 UTC 2023 Modified Files: src/lib/libpthread: Makefile Log Message: libpthread/Makefile: trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/lib/libpthread/Makefile Please note

CVS commit: src/lib/libpthread

2023-09-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 14 03:17:02 UTC 2023 Modified Files: src/lib/libpthread: Makefile Log Message: libpthread/Makefile: trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/lib/libpthread/Makefile Please note

CVS commit: src/sys/lib/libsa

2023-09-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 14 03:08:31 UTC 2023 Modified Files: src/sys/lib/libsa: netif.c Log Message: netif_open: Fail with ENXIO instead of panic if no netif available Avoid undesirable freeze for efiboot/x86 when interfaces are really

CVS commit: src/sys/lib/libsa

2023-09-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 14 03:08:31 UTC 2023 Modified Files: src/sys/lib/libsa: netif.c Log Message: netif_open: Fail with ENXIO instead of panic if no netif available Avoid undesirable freeze for efiboot/x86 when interfaces are really

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

2023-09-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 14 03:05:15 UTC 2023 Modified Files: src/sys/arch/i386/stand/efiboot: eficons.c Log Message: efiboot/x86: eficons.c: Explicitly include params.h for howmany() NFC for -current and netbsd-10, but necessary for netbsd-[89] to

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

2023-09-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 14 03:05:15 UTC 2023 Modified Files: src/sys/arch/i386/stand/efiboot: eficons.c Log Message: efiboot/x86: eficons.c: Explicitly include params.h for howmany() NFC for -current and netbsd-10, but necessary for netbsd-[89] to

CVS commit: src/usr.bin/xlint

2023-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Sep 13 20:31:58 UTC 2023 Modified Files: src/usr.bin/xlint/common: lint.h src/usr.bin/xlint/lint1: ckctype.c debug.c emit1.c lint1.h op.h oper.c ops.def tree.c Log Message: lint: prevent invalid memory

CVS commit: src/usr.bin/xlint

2023-09-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Sep 13 20:31:58 UTC 2023 Modified Files: src/usr.bin/xlint/common: lint.h src/usr.bin/xlint/lint1: ckctype.c debug.c emit1.c lint1.h op.h oper.c ops.def tree.c Log Message: lint: prevent invalid memory

CVS commit: src/sys/arch/iyonix/iyonix

2023-09-13 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Sep 13 19:45:37 UTC 2023 Modified Files: src/sys/arch/iyonix/iyonix: iyonix_machdep.c Log Message: fix printf format specifier for physmem. fixes VERBOSE_INIT_ARM enabled build for iyonix. To generate a diff of this

CVS commit: src/sys/arch/iyonix/iyonix

2023-09-13 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Sep 13 19:45:37 UTC 2023 Modified Files: src/sys/arch/iyonix/iyonix: iyonix_machdep.c Log Message: fix printf format specifier for physmem. fixes VERBOSE_INIT_ARM enabled build for iyonix. To generate a diff of this

CVS commit: src/sys/arch/hpcsh/dev/hd64461

2023-09-13 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Sep 13 17:08:15 UTC 2023 Modified Files: src/sys/arch/hpcsh/dev/hd64461: hd64461uart.c Log Message: change hd64461uart_init_regs third argument from NULL to 0x0, since compiler complains about making integer from pointer

CVS commit: src/sys/arch/hpcsh/dev/hd64461

2023-09-13 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Sep 13 17:08:15 UTC 2023 Modified Files: src/sys/arch/hpcsh/dev/hd64461: hd64461uart.c Log Message: change hd64461uart_init_regs third argument from NULL to 0x0, since compiler complains about making integer from pointer

CVS commit: src/sys/netinet

2023-09-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Sep 13 15:58:13 UTC 2023 Modified Files: src/sys/netinet: sctp_output.c Log Message: handle EHOSTDOWN the same way as EHOSTUNREACH in sctp_med_chunk_output(). Compile-tested only (I don't have a sctp setup); proposed in

CVS commit: src/sys/netinet

2023-09-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Sep 13 15:58:13 UTC 2023 Modified Files: src/sys/netinet: sctp_output.c Log Message: handle EHOSTDOWN the same way as EHOSTUNREACH in sctp_med_chunk_output(). Compile-tested only (I don't have a sctp setup); proposed in

CVS commit: src/sys/netinet

2023-09-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Sep 13 15:54:28 UTC 2023 Modified Files: src/sys/netinet: tcp_output.c Log Message: Handle EHOSTDOWN the same way as EHOSTUNREACH and ENETDOWN for established connections. Avoid premature end of tcp connection with "Host is

CVS commit: src/sys/netinet

2023-09-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Sep 13 15:54:28 UTC 2023 Modified Files: src/sys/netinet: tcp_output.c Log Message: Handle EHOSTDOWN the same way as EHOSTUNREACH and ENETDOWN for established connections. Avoid premature end of tcp connection with "Host is

CVS commit: src/share/misc

2023-09-13 Thread Jan Schaumann
Module Name:src Committed By: jschauma Date: Wed Sep 13 14:12:21 UTC 2023 Modified Files: src/share/misc: acronyms.comp Log Message: +CRQC Cryptanalytically Relevant Quantum Computer To generate a diff of this commit: cvs rdiff -u -r1.363 -r1.364

CVS commit: src/share/misc

2023-09-13 Thread Jan Schaumann
Module Name:src Committed By: jschauma Date: Wed Sep 13 14:12:21 UTC 2023 Modified Files: src/share/misc: acronyms.comp Log Message: +CRQC Cryptanalytically Relevant Quantum Computer To generate a diff of this commit: cvs rdiff -u -r1.363 -r1.364

CVS commit: [netbsd-10] src/doc

2023-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 13 09:58:38 UTC 2023 Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #371 - #374 To generate a diff of this commit: cvs rdiff -u -r1.1.2.122 -r1.1.2.123 src/doc/CHANGES-10.0 Please note that

CVS commit: [netbsd-10] src/doc

2023-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 13 09:58:38 UTC 2023 Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #371 - #374 To generate a diff of this commit: cvs rdiff -u -r1.1.2.122 -r1.1.2.123 src/doc/CHANGES-10.0 Please note that

CVS commit: [netbsd-10] src/doc

2023-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 13 09:56:17 UTC 2023 Modified Files: src/doc [netbsd-10]: CHANGES Log Message: Pull up following revision(s) (requested by wiz in ticket #374): doc/CHANGES.prev: revision 1.173 (applied to doc/CHANGES)

CVS commit: [netbsd-10] src/doc

2023-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 13 09:56:17 UTC 2023 Modified Files: src/doc [netbsd-10]: CHANGES Log Message: Pull up following revision(s) (requested by wiz in ticket #374): doc/CHANGES.prev: revision 1.173 (applied to doc/CHANGES)

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

2023-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 13 09:50:51 UTC 2023 Modified Files: src/sys/net [netbsd-10]: bpf.h Log Message: Pull up following revision(s) (requested by rin in ticket #373): sys/net/bpf.h: revision 1.82 bpf: Fix SIZEOF_BPF_HDR (for LP64

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

2023-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 13 09:50:51 UTC 2023 Modified Files: src/sys/net [netbsd-10]: bpf.h Log Message: Pull up following revision(s) (requested by rin in ticket #373): sys/net/bpf.h: revision 1.82 bpf: Fix SIZEOF_BPF_HDR (for LP64

CVS commit: [netbsd-9] src/doc

2023-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 13 09:49:14 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1731 To generate a diff of this commit: cvs rdiff -u -r1.1.2.100 -r1.1.2.101 src/doc/CHANGES-9.4 Please note that diffs are not

CVS commit: [netbsd-9] src/doc

2023-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 13 09:49:14 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1731 To generate a diff of this commit: cvs rdiff -u -r1.1.2.100 -r1.1.2.101 src/doc/CHANGES-9.4 Please note that diffs are not

CVS commit: [netbsd-9] src/external/apache2/mDNSResponder/dist

2023-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 13 09:48:11 UTC 2023 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSCore [netbsd-9]: DNSCommon.c src/external/apache2/mDNSResponder/dist/mDNSPosix [netbsd-9]: mDNSPosix.c Log

CVS commit: [netbsd-9] src/external/apache2/mDNSResponder/dist

2023-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 13 09:48:11 UTC 2023 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSCore [netbsd-9]: DNSCommon.c src/external/apache2/mDNSResponder/dist/mDNSPosix [netbsd-9]: mDNSPosix.c Log

CVS commit: [netbsd-10] src/external/apache2/mDNSResponder/dist

2023-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 13 09:46:49 UTC 2023 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSCore [netbsd-10]: DNSCommon.c src/external/apache2/mDNSResponder/dist/mDNSPosix [netbsd-10]: mDNSPosix.c Log

CVS commit: [netbsd-10] src/external/apache2/mDNSResponder/dist

2023-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 13 09:46:49 UTC 2023 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSCore [netbsd-10]: DNSCommon.c src/external/apache2/mDNSResponder/dist/mDNSPosix [netbsd-10]: mDNSPosix.c Log

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

2023-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 13 09:42:51 UTC 2023 Modified Files: src/sys/arch/arm/dts [netbsd-10]: sun8i-h3-orangepi-plus2e.dts Removed Files: src/sys/arch/arm/dts [netbsd-10]: sun8i-h3-orangepi-one.dts Log Message: Pull up following

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

2023-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 13 09:42:51 UTC 2023 Modified Files: src/sys/arch/arm/dts [netbsd-10]: sun8i-h3-orangepi-plus2e.dts Removed Files: src/sys/arch/arm/dts [netbsd-10]: sun8i-h3-orangepi-one.dts Log Message: Pull up following

CVS commit: src/doc

2023-09-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Sep 13 09:27:53 UTC 2023 Modified Files: src/doc: CHANGES CHANGES.prev Log Message: Unicode updates were pulled up To generate a diff of this commit: cvs rdiff -u -r1.2999 -r1.3000 src/doc/CHANGES cvs rdiff -u -r1.172 -r1.173

CVS commit: src/doc

2023-09-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Sep 13 09:27:53 UTC 2023 Modified Files: src/doc: CHANGES CHANGES.prev Log Message: Unicode updates were pulled up To generate a diff of this commit: cvs rdiff -u -r1.2999 -r1.3000 src/doc/CHANGES cvs rdiff -u -r1.172 -r1.173

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

2023-09-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Sep 13 08:05:23 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: ixg(4): Count Queue Bytes {Transmit, Receive} counter. To generate a diff of this commit: cvs rdiff -u -r1.328 -r1.329

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

2023-09-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Sep 13 08:05:23 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: ixg(4): Count Queue Bytes {Transmit, Receive} counter. To generate a diff of this commit: cvs rdiff -u -r1.328 -r1.329

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

2023-09-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Sep 13 07:38:31 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: ixg(4): Rename some descriptions of event counters. - Rename some descriptions from register name to the meaning. - For the same

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

2023-09-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Sep 13 07:38:31 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: ixg(4): Rename some descriptions of event counters. - Rename some descriptions from register name to the meaning. - For the same

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

2023-09-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Sep 13 07:28:51 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h ixv.c Log Message: ixgbe: Reorder some event counters for readability. To generate a diff of this commit: cvs rdiff -u -r1.326 -r1.327

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

2023-09-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Sep 13 07:28:51 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h ixv.c Log Message: ixgbe: Reorder some event counters for readability. To generate a diff of this commit: cvs rdiff -u -r1.326 -r1.327

CVS commit: src/usr.sbin/cpuctl

2023-09-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Sep 13 06:53:23 UTC 2023 Modified Files: src/usr.sbin/cpuctl: cpuctl.c src/usr.sbin/cpuctl/arch: i386.c Log Message: tabify To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/usr.sbin/cpuctl/cpuctl.c cvs

CVS commit: src/usr.sbin/cpuctl

2023-09-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Sep 13 06:53:23 UTC 2023 Modified Files: src/usr.sbin/cpuctl: cpuctl.c src/usr.sbin/cpuctl/arch: i386.c Log Message: tabify To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/usr.sbin/cpuctl/cpuctl.c cvs