CVS commit: src/external/gpl3/gcc

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Aug 18 01:21:09 UTC 2023 Modified Files: src/external/gpl3/gcc: README.gcc12 Log Message: README.gcc12: For vax, C++ exception handling is broken also for gcc10 Therefore, native gcc breakage [25] may be an independent issue.

CVS commit: src/external/gpl3/gcc

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Aug 18 01:21:09 UTC 2023 Modified Files: src/external/gpl3/gcc: README.gcc12 Log Message: README.gcc12: For vax, C++ exception handling is broken also for gcc10 Therefore, native gcc breakage [25] may be an independent issue.

Re: CVS commit: src/external/gpl3/gdb/dist/gdb

2023-08-17 Thread Rin Okuyama
> For vax, something still wrong. This was due to my test environment built by GCC 12. For system built by GCC 10, GDB 13 works just fine (except for C++ exception handling), as far as I can see. Thanks, rin On Thu, Aug 17, 2023 at 4:45 PM Rin Okuyama wrote: > > Module Name:src > Committed

Re: CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-17 Thread Rin Okuyama
This was not correct. Core file support for NetBSD/riscv was present for our local version of GDB 11, and lost during merge. Thanks, rin On Thu, Aug 17, 2023 at 4:37 PM Rin Okuyama wrote: > > Module Name:src > Committed By: rin > Date: Thu Aug 17 07:37:36 UTC 2023 > > Modified

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Aug 18 01:00:02 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: ppc-netbsd-tdep.c ppc-netbsd-tdep.h Log Message: gdb/ppc: Resolve static v.s. extern confusion found in upstream. NFC. To generate a diff of this commit:

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Aug 18 01:00:02 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: ppc-netbsd-tdep.c ppc-netbsd-tdep.h Log Message: gdb/ppc: Resolve static v.s. extern confusion found in upstream. NFC. To generate a diff of this commit:

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Aug 18 00:04:00 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: configure.tgt corelow.c hppa-tdep.h Log Message: gdb: Slightly reduce diff from upstream. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.32

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Aug 18 00:04:00 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: configure.tgt corelow.c hppa-tdep.h Log Message: gdb: Slightly reduce diff from upstream. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.32

CVS commit: src/sys/net

2023-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 17 22:10:37 UTC 2023 Modified Files: src/sys/net: bpf.h Log Message: add new for libpcap. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/net/bpf.h Please note that diffs are not public domain;

CVS commit: src/sys/net

2023-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 17 22:10:37 UTC 2023 Modified Files: src/sys/net: bpf.h Log Message: add new for libpcap. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/net/bpf.h Please note that diffs are not public domain;

CVS commit: src/external/bsd/tcpdump

2023-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 17 20:19:42 UTC 2023 Modified Files: src/external/bsd/tcpdump/bin: Makefile src/external/bsd/tcpdump/dist: addrtoname.c addrtostr.c af.c ah.h ascii_strcasecmp.c bpf_dump.c checksum.c config.guess

CVS commit: src/external/bsd/tcpdump

2023-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 17 20:19:42 UTC 2023 Modified Files: src/external/bsd/tcpdump/bin: Makefile src/external/bsd/tcpdump/dist: addrtoname.c addrtostr.c af.c ah.h ascii_strcasecmp.c bpf_dump.c checksum.c config.guess

CVS commit: src/usr.bin/make

2023-08-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Aug 17 19:06:51 UTC 2023 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: varmod-mtime.exp varmod-mtime.mk Log Message: make: be strict when parsing the argument of the ':mtime' modifier To

CVS commit: src/usr.bin/make

2023-08-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Aug 17 19:06:51 UTC 2023 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: varmod-mtime.exp varmod-mtime.mk Log Message: make: be strict when parsing the argument of the ':mtime' modifier To

CVS commit: src/usr.bin/make

2023-08-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Aug 17 18:52:52 UTC 2023 Modified Files: src/usr.bin/make: var.c Log Message: make: clean up variable names and indentation for the ':mtime' modifier No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/make

2023-08-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Aug 17 18:52:52 UTC 2023 Modified Files: src/usr.bin/make: var.c Log Message: make: clean up variable names and indentation for the ':mtime' modifier No functional change. To generate a diff of this commit: cvs rdiff -u

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

2023-08-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Aug 17 18:48:33 UTC 2023 Modified Files: src/usr.bin/make/unit-tests: Makefile varmod-mtime.exp varmod-mtime.mk Log Message: tests/make: extend tests for the ':mtime' modifier To generate a diff of this commit: cvs rdiff -u

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

2023-08-17 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Aug 17 18:48:33 UTC 2023 Modified Files: src/usr.bin/make/unit-tests: Makefile varmod-mtime.exp varmod-mtime.mk Log Message: tests/make: extend tests for the ':mtime' modifier To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/libpcap/lib

2023-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 17 16:19:05 UTC 2023 Modified Files: src/external/bsd/libpcap/lib: Makefile Log Message: enable pcap_debug To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/external/bsd/libpcap/lib/Makefile Please

CVS commit: src/external/bsd/libpcap/lib

2023-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 17 16:19:05 UTC 2023 Modified Files: src/external/bsd/libpcap/lib: Makefile Log Message: enable pcap_debug To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/external/bsd/libpcap/lib/Makefile Please

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

2023-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 17 15:57:32 UTC 2023 Update of /cvsroot/src/external/bsd/tcpdump/dist In directory ivanova.netbsd.org:/tmp/cvs-serv16913 Log Message: Import tcpdump-4.99.4 (last was 4.9.3) Friday, April 7, 2023 / The Tcpdump Group Summary

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

2023-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 17 15:57:32 UTC 2023 Update of /cvsroot/src/external/bsd/tcpdump/dist In directory ivanova.netbsd.org:/tmp/cvs-serv16913 Log Message: Import tcpdump-4.99.4 (last was 4.9.3) Friday, April 7, 2023 / The Tcpdump Group Summary

CVS commit: src/external/bsd/libpcap

2023-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 17 15:30:36 UTC 2023 Modified Files: src/external/bsd/libpcap: Makefile.inc src/external/bsd/libpcap/include: config.h src/external/bsd/libpcap/lib: Makefile src/external/bsd/libpcap/sbin/rpcapd:

CVS commit: src/external/bsd/libpcap

2023-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 17 15:30:36 UTC 2023 Modified Files: src/external/bsd/libpcap: Makefile.inc src/external/bsd/libpcap/include: config.h src/external/bsd/libpcap/lib: Makefile src/external/bsd/libpcap/sbin/rpcapd:

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

2023-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 17 15:30:13 UTC 2023 Modified Files: src/external/bsd/libpcap/dist: rpcap-protocol.c Log Message: include portability.h last because it re-defines macros otherwise To generate a diff of this commit: cvs rdiff -u

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

2023-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 17 15:30:13 UTC 2023 Modified Files: src/external/bsd/libpcap/dist: rpcap-protocol.c Log Message: include portability.h last because it re-defines macros otherwise To generate a diff of this commit: cvs rdiff -u

CVS commit: src/distrib/sets/lists

2023-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 17 15:23:33 UTC 2023 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: new libpcap To generate a diff of this commit: cvs rdiff -u -r1.961 -r1.962

CVS commit: src/distrib/sets/lists

2023-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 17 15:23:33 UTC 2023 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: new libpcap To generate a diff of this commit: cvs rdiff -u -r1.961 -r1.962

CVS commit: src/doc

2023-08-17 Thread Christos Zoulas
NetBSD 10.0 to NetBSD 11.0: OpenSSH: Import 9.3. [christos 20230726] gdb(1): Updated to 13.2. [christos 20230811] libfido2: Import 1.13.0 [christos 20230811] + libpcap: Import 1.10.4. [christos 20230817]

CVS commit: src/doc

2023-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 17 15:19:26 UTC 2023 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new libpcap To generate a diff of this commit: cvs rdiff -u -r1.1944 -r1.1945 src/doc/3RDPARTY cvs rdiff -u -r1.2992 -r1.2993 src/doc/CHANGES

CVS commit: src/external/bsd/libpcap

2023-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 17 15:18:13 UTC 2023 Modified Files: src/external/bsd/libpcap: Makefile.inc src/external/bsd/libpcap/dist: atmuni31.h bpf_filter.c bpf_image.c config.guess config.sub dlpisubs.c etherent.c ethertype.h

CVS commit: src/external/bsd/libpcap

2023-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 17 15:18:13 UTC 2023 Modified Files: src/external/bsd/libpcap: Makefile.inc src/external/bsd/libpcap/dist: atmuni31.h bpf_filter.c bpf_image.c config.guess config.sub dlpisubs.c etherent.c ethertype.h

CVS commit: src/sys/net

2023-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 17 15:17:06 UTC 2023 Modified Files: src/sys/net: dlt.h Log Message: Use the version from libpcap-1.10.4 To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/net/dlt.h Please note that diffs are not

CVS commit: src/sys/net

2023-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 17 15:17:06 UTC 2023 Modified Files: src/sys/net: dlt.h Log Message: Use the version from libpcap-1.10.4 To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/net/dlt.h Please note that diffs are not

CVS commit: src/sys/net

2023-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 17 15:16:33 UTC 2023 Modified Files: src/sys/net: bpf_filter.c Log Message: define symbols that new libpcap needs To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/net/bpf_filter.c Please note

CVS commit: src/sys/net

2023-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 17 15:16:33 UTC 2023 Modified Files: src/sys/net: bpf_filter.c Log Message: define symbols that new libpcap needs To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/net/bpf_filter.c Please note

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 14:53:39 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: m68k-bsd-tdep.c Log Message: gdb/m68k: Add missing nbsd_init_abi() call To generate a diff of this commit: cvs rdiff -u -r1.1.1.4 -r1.2

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 14:53:39 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: m68k-bsd-tdep.c Log Message: gdb/m68k: Add missing nbsd_init_abi() call To generate a diff of this commit: cvs rdiff -u -r1.1.1.4 -r1.2

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 14:52:53 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: m68k-tdep.c Log Message: gdb/m68k: Do not fall back to EABI for NetBSD gdb 13 falls back to newly-introduced m68k EABI, if ELFOSABI_NONE == ELFOSABI_SYSV

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 14:52:53 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: m68k-tdep.c Log Message: gdb/m68k: Do not fall back to EABI for NetBSD gdb 13 falls back to newly-introduced m68k EABI, if ELFOSABI_NONE == ELFOSABI_SYSV

CVS commit: src/lib/libmenu

2023-08-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Aug 17 14:21:19 UTC 2023 Modified Files: src/lib/libmenu: menu_opts.3 Log Message: s/logigally/logically/. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libmenu/menu_opts.3 Please note that diffs

CVS commit: src/lib/libmenu

2023-08-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Aug 17 14:21:19 UTC 2023 Modified Files: src/lib/libmenu: menu_opts.3 Log Message: s/logigally/logically/. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libmenu/menu_opts.3 Please note that diffs

CVS commit: src/sys

2023-08-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Aug 17 14:19:50 UTC 2023 Modified Files: src/sys/dev/ic: ciss.c src/sys/rump/include/machine: intr.h Log Message: fix typos in comments. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

CVS commit: src/sys

2023-08-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Aug 17 14:19:50 UTC 2023 Modified Files: src/sys/dev/ic: ciss.c src/sys/rump/include/machine: intr.h Log Message: fix typos in comments. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

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

2023-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 17 13:11:06 UTC 2023 Update of /cvsroot/src/external/bsd/libpcap/dist In directory ivanova.netbsd.org:/tmp/cvs-serv25278 Log Message: Import libpcap-1.10.4 (previous was 1.9.1) Friday, April 7, 2023 / The Tcpdump Group

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

2023-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 17 13:11:06 UTC 2023 Update of /cvsroot/src/external/bsd/libpcap/dist In directory ivanova.netbsd.org:/tmp/cvs-serv25278 Log Message: Import libpcap-1.10.4 (previous was 1.9.1) Friday, April 7, 2023 / The Tcpdump Group

CVS commit: src/external/gpl3/gdb/lib/libreadline/arch/aarch64eb

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 10:51:04 UTC 2023 Modified Files: src/external/gpl3/gdb/lib/libreadline/arch/aarch64eb: defs.mk Log Message: gdb: Fix previous; one wrong file was committed... To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/gpl3/gdb/lib/libreadline/arch/aarch64eb

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 10:51:04 UTC 2023 Modified Files: src/external/gpl3/gdb/lib/libreadline/arch/aarch64eb: defs.mk Log Message: gdb: Fix previous; one wrong file was committed... To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/gpl3/gdb/lib

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 10:21:23 UTC 2023 Modified Files: src/external/gpl3/gdb/lib/libbfd/arch/aarch64: config.h targmatch.h src/external/gpl3/gdb/lib/libbfd/arch/aarch64eb: config.h targmatch.h

CVS commit: [netbsd-10] src/doc

2023-08-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Aug 17 10:03:37 UTC 2023 Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #329 and #330 To generate a diff of this commit: cvs rdiff -u -r1.1.2.108 -r1.1.2.109 src/doc/CHANGES-10.0 Please note that

CVS commit: [netbsd-10] src/doc

2023-08-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Aug 17 10:03:37 UTC 2023 Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #329 and #330 To generate a diff of this commit: cvs rdiff -u -r1.1.2.108 -r1.1.2.109 src/doc/CHANGES-10.0 Please note that

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

2023-08-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Aug 17 10:00:01 UTC 2023 Modified Files: src/sys/dev [netbsd-10]: vnd.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #330): sys/dev/vnd.c: revision 1.289 Neither limit the number of

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

2023-08-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Aug 17 10:00:01 UTC 2023 Modified Files: src/sys/dev [netbsd-10]: vnd.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #330): sys/dev/vnd.c: revision 1.289 Neither limit the number of

CVS commit: [netbsd-10] src

2023-08-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Aug 17 09:57:28 UTC 2023 Modified Files: src/distrib/sets/lists/debug [netbsd-10]: module.md.amd64 src/distrib/sets/lists/modules [netbsd-10]: md.amd64 src/sys/arch/amd64/conf [netbsd-10]: GENERIC

CVS commit: [netbsd-10] src

2023-08-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Aug 17 09:57:28 UTC 2023 Modified Files: src/distrib/sets/lists/debug [netbsd-10]: module.md.amd64 src/distrib/sets/lists/modules [netbsd-10]: md.amd64 src/sys/arch/amd64/conf [netbsd-10]: GENERIC

CVS commit: [netbsd-10] src/doc

2023-08-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Aug 17 09:31:26 UTC 2023 Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Ammend ticket #328 for additional (empty) commits To generate a diff of this commit: cvs rdiff -u -r1.1.2.107 -r1.1.2.108

CVS commit: [netbsd-10] src/doc

2023-08-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Aug 17 09:31:26 UTC 2023 Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Ammend ticket #328 for additional (empty) commits To generate a diff of this commit: cvs rdiff -u -r1.1.2.107 -r1.1.2.108

CVS commit: src/external/gpl3/gdb/lib

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 09:03:34 UTC 2023 Removed Files: src/external/gpl3/gdb/lib/libbfd/arch/coldfire: bfd-in3.h bfd.h bfdver.h config.h defs.mk targmatch.h src/external/gpl3/gdb/lib/libdecnumber/arch/coldfire: config.h

CVS commit: src/external/gpl3/gdb/lib

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 09:03:34 UTC 2023 Removed Files: src/external/gpl3/gdb/lib/libbfd/arch/coldfire: bfd-in3.h bfd.h bfdver.h config.h defs.mk targmatch.h src/external/gpl3/gdb/lib/libdecnumber/arch/coldfire: config.h

CVS commit: src/tools/gdb

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:54:11 UTC 2023 Modified Files: src/tools/gdb: Makefile Log Message: tools/gdb: Drop working dir for mknative from generated files Migrate -I${.OBJDIR}/.native/include from CPPFLAGS to CCADDFLAGS for this purpose. No

CVS commit: src/tools/gdb

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:54:11 UTC 2023 Modified Files: src/tools/gdb: Makefile Log Message: tools/gdb: Drop working dir for mknative from generated files Migrate -I${.OBJDIR}/.native/include from CPPFLAGS to CCADDFLAGS for this purpose. No

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:51:29 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: netbsd-tdep.c netbsd-tdep.h Log Message: gdb/netbsd: Drop unused functions. NFCI. Note that these two funcs, nbsd_ilp32_solib_svr4_fetch_link_map_offsets,

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:51:29 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: netbsd-tdep.c netbsd-tdep.h Log Message: gdb/netbsd: Drop unused functions. NFCI. Note that these two funcs, nbsd_ilp32_solib_svr4_fetch_link_map_offsets,

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:47:07 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: configure.nat configure.tgt Log Message: gdb/bfd: Drop duplicate entries for source files, lost during merge No functional changes intended. To generate

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:47:07 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: configure.nat configure.tgt Log Message: gdb/bfd: Drop duplicate entries for source files, lost during merge No functional changes intended. To generate

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:45:11 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: configure.tgt Log Message: gdb/vax and ia64: Add missing tdep files for NetBSD They are also missing for gdb 11. XXX For vax, something still wrong. For

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:45:11 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: configure.tgt Log Message: gdb/vax and ia64: Add missing tdep files for NetBSD They are also missing for gdb 11. XXX For vax, something still wrong. For

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:40:20 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: configure Log Message: gdb/bfd: Disable secure PLT for NetBSD/alpha, lost during merge Until our ld.elf_so supports it, see PR port-alpha/57511 This does

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:40:20 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: configure Log Message: gdb/bfd: Disable secure PLT for NetBSD/alpha, lost during merge Until our ld.elf_so supports it, see PR port-alpha/57511 This does

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:37:36 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: configure Log Message: gdb/bfd: Add initial support to NetBSD-style core file for riscv Not working yet: Reading symbols from cat... Reading symbols

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:37:36 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: configure Log Message: gdb/bfd: Add initial support to NetBSD-style core file for riscv Not working yet: Reading symbols from cat... Reading symbols

CVS commit: src/external/gpl3/binutils/dist/bfd

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:33:21 UTC 2023 Modified Files: src/external/gpl3/binutils/dist/bfd: config.bfd Log Message: binutils/bfd: Fix target triplets of NetBSD/arm from binutils.old XXX mknative later To generate a diff of this commit: cvs

CVS commit: src/external/gpl3/binutils/dist/bfd

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:33:21 UTC 2023 Modified Files: src/external/gpl3/binutils/dist/bfd: config.bfd Log Message: binutils/bfd: Fix target triplets of NetBSD/arm from binutils.old XXX mknative later To generate a diff of this commit: cvs

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:29:22 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: gdb/bfd: Correct default byte-order for armeb, lost during merge XXX mknative later To generate a diff of this commit: cvs rdiff

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:29:22 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: gdb/bfd: Correct default byte-order for armeb, lost during merge XXX mknative later To generate a diff of this commit: cvs rdiff

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:25:52 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: aarch64-netbsd-nat.c aarch64-netbsd-tdep.c ia64-netbsd-tdep.c Log Message: gdb/aarch64, ia64: Make constructors called correctly. For gdb 13,

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:25:52 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: aarch64-netbsd-nat.c aarch64-netbsd-tdep.c ia64-netbsd-tdep.c Log Message: gdb/aarch64, ia64: Make constructors called correctly. For gdb 13,

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:16:42 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: sh-netbsd-nat.c sh-netbsd-tdep.c Log Message: gdb/sh: Fix register definitions, lost during merge To generate a diff of this commit: cvs rdiff -u

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:16:42 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: sh-netbsd-nat.c sh-netbsd-tdep.c Log Message: gdb/sh: Fix register definitions, lost during merge To generate a diff of this commit: cvs rdiff -u

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:09:09 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: sh-netbsd-tdep.c Log Message: gdb/sh: Stop installing OpenBSD OSABI, lost during merge To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 07:09:09 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: sh-netbsd-tdep.c Log Message: gdb/sh: Stop installing OpenBSD OSABI, lost during merge To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/kern

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 06:58:26 UTC 2023 Modified Files: src/sys/kern: exec_elf.c Log Message: exec_elf: Sort auxv entries by value of types No significant changes intended. Just for slightly nicer output for gdb "info auxv". To generate a

CVS commit: src/sys/kern

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 06:58:26 UTC 2023 Modified Files: src/sys/kern: exec_elf.c Log Message: exec_elf: Sort auxv entries by value of types No significant changes intended. Just for slightly nicer output for gdb "info auxv". To generate a

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 06:54:31 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: netbsd-tdep.c src/external/gpl3/gdb/dist/include/elf: common.h Log Message: gdb: Add support for NetBSD-specific auxv AT_STACKBASE It was wrongly

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 06:54:31 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: netbsd-tdep.c src/external/gpl3/gdb/dist/include/elf: common.h Log Message: gdb: Add support for NetBSD-specific auxv AT_STACKBASE It was wrongly

Re: CVS commit: src/external/gpl3/binutils.old/dist/bfd

2023-08-17 Thread Rin Okuyama
> binutils/bfd: Correct auxv offset for NetBSD, from gdb/bfd binutils.old/bfd for this commit... rin On Thu, Aug 17, 2023 at 3:49 PM Rin Okuyama wrote: > > Module Name:src > Committed By: rin > Date: Thu Aug 17 06:49:01 UTC 2023 > > Modified Files: >

CVS commit: src/external/gpl3/binutils/dist/bfd

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 06:49:28 UTC 2023 Modified Files: src/external/gpl3/binutils/dist/bfd: elf.c Log Message: binutils/bfd: Correct auxv offset for NetBSD, from gdb/bfd Fallout not observed yet as far as I can see although... To generate

CVS commit: src/external/gpl3/binutils/dist/bfd

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 06:49:28 UTC 2023 Modified Files: src/external/gpl3/binutils/dist/bfd: elf.c Log Message: binutils/bfd: Correct auxv offset for NetBSD, from gdb/bfd Fallout not observed yet as far as I can see although... To generate

CVS commit: src/external/gpl3/binutils.old/dist/bfd

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 06:49:01 UTC 2023 Modified Files: src/external/gpl3/binutils.old/dist/bfd: elf.c Log Message: binutils/bfd: Correct auxv offset for NetBSD, from gdb/bfd Fallout not observed yet as far as I can see although... To

CVS commit: src/external/gpl3/binutils.old/dist/bfd

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 06:49:01 UTC 2023 Modified Files: src/external/gpl3/binutils.old/dist/bfd: elf.c Log Message: binutils/bfd: Correct auxv offset for NetBSD, from gdb/bfd Fallout not observed yet as far as I can see although... To

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 06:44:57 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: elf.c Log Message: gdb/bfd: Fix auxv offset for NetBSD, lost during merge To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/external/gpl3/gdb/dist/bfd

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 06:44:57 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/bfd: elf.c Log Message: gdb/bfd: Fix auxv offset for NetBSD, lost during merge To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/external/gpl3/gdb/dist/gdbsupport

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 06:38:08 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdbsupport: common-defs.h Log Message: gdb: Clean up duplicate ATTRIBUTE_NONNULL. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/external/gpl3/gdb/dist/gdbsupport

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 06:38:08 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdbsupport: common-defs.h Log Message: gdb: Clean up duplicate ATTRIBUTE_NONNULL. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.3

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 06:36:43 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: sparc-netbsd-tdep.c Log Message: gdb/sparc: Sprinkle static to local function, lost during merge To generate a diff of this commit: cvs rdiff -u

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 06:36:43 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: sparc-netbsd-tdep.c Log Message: gdb/sparc: Sprinkle static to local function, lost during merge To generate a diff of this commit: cvs rdiff -u

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 06:06:09 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: hppa-netbsd-tdep.c Log Message: gdb/hppa: Fix register defs, lost during merge XXX compile test only To generate a diff of this commit: cvs rdiff -u

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 06:06:09 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: hppa-netbsd-tdep.c Log Message: gdb/hppa: Fix register defs, lost during merge XXX compile test only To generate a diff of this commit: cvs rdiff -u

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 06:04:09 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: hppa-netbsd-nat.c Log Message: gdb/hppa: Reimport non-critical local changes lost during merge - remove unused variables - splinkle const To generate a

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

2023-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 06:04:09 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: hppa-netbsd-nat.c Log Message: gdb/hppa: Reimport non-critical local changes lost during merge - remove unused variables - splinkle const To generate a

  1   2   >