CVS commit: src/sys/kern

2023-08-16 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 di

CVS commit: src/sys/kern

2023-08-16 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 di

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

2023-08-16 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 s

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

2023-08-16 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 s

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

2023-08-16 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: > src/external/gpl3/bi

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

2023-08-16 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 a

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

2023-08-16 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 a

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

2023-08-16 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 genera

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

2023-08-16 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 genera

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

2023-08-16 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 src/external/gpl3/

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

2023-08-16 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 src/external/gpl3/

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

2023-08-16 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 -r1.

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

2023-08-16 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 -r1.

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

2023-08-16 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 -r1.1.1.1

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

2023-08-16 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 -r1.1.1.1

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

2023-08-16 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 -r1.

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

2023-08-16 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 -r1.

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

2023-08-16 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 di

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

2023-08-16 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 di

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

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 05:55:48 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: riscv-netbsd-tdep.c Log Message: gdb/riscv: Our OSABI is NetBSD, not FreeBSD To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/gpl3

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

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 05:55:48 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: riscv-netbsd-tdep.c Log Message: gdb/riscv: Our OSABI is NetBSD, not FreeBSD To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/gpl3

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

2023-08-16 Thread Rin Okuyama
> gcc/ppc: Register NetBSD OSABI for rs6000, lost during merge oops, apparently "gdb/ppc", not "gcc". Thanks, rin On Thu, Aug 17, 2023 at 2:53 PM Rin Okuyama wrote: > > Module Name:src > Committed By: rin > Date: Thu Aug 17 05:53:45 UTC 2023 > > Modified Files: > src/ext

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

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 05:53:45 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: ppc-netbsd-tdep.c Log Message: gcc/ppc: Register NetBSD OSABI for rs6000, lost during merge Otherwise, OSABI is undetermined until executable is loaded. A

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

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 05:53:45 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: ppc-netbsd-tdep.c Log Message: gcc/ppc: Register NetBSD OSABI for rs6000, lost during merge Otherwise, OSABI is undetermined until executable is loaded. A

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

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 05:50:00 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: netbsd-nat.c Log Message: gdb: Adjust location of comment for clarity, no binary changes To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/e

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

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 05:50:00 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: netbsd-nat.c Log Message: gdb: Adjust location of comment for clarity, no binary changes To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/e

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

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 05:48:09 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: mips-netbsd-nat.c Log Message: gdb/mips: Specify LWP ID for PT_[GS]ET{,FP}REGS, lost during merge To generate a diff of this commit: cvs rdiff -u -r1.2 -r

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

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 05:48:09 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: mips-netbsd-nat.c Log Message: gdb/mips: Specify LWP ID for PT_[GS]ET{,FP}REGS, lost during merge To generate a diff of this commit: cvs rdiff -u -r1.2 -r

CVS commit: src/tools/gdb

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 05:35:09 UTC 2023 Modified Files: src/tools/gdb: Makefile Log Message: tools/gdb: Sprinkle --enable-obsolete for ia64 :( To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/tools/gdb/Makefile Please note t

CVS commit: src/tools/gdb

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 05:35:09 UTC 2023 Modified Files: src/tools/gdb: Makefile Log Message: tools/gdb: Sprinkle --enable-obsolete for ia64 :( To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/tools/gdb/Makefile Please note t

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

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 05:02:56 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: arm-netbsd-tdep.c Log Message: gdb/arm: Fix byte-order for trap insns on armv[67]eb, lost during merge Add comment also. To generate a diff of this commi

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

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 05:02:56 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: arm-netbsd-tdep.c Log Message: gdb/arm: Fix byte-order for trap insns on armv[67]eb, lost during merge Add comment also. To generate a diff of this commi

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

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 04:58:59 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: arm-netbsd-tdep.c Log Message: gdb/arm: Fix PC value for armeb, lost during merge Extend comments for future references. XXX Why uint64_t is unconditional

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

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 04:58:59 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: arm-netbsd-tdep.c Log Message: gdb/arm: Fix PC value for armeb, lost during merge Extend comments for future references. XXX Why uint64_t is unconditional

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

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 04:54:59 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: arm-netbsd-nat.c Log Message: gdb/arm: Handle discontinous range of GPR number, lost during merge Add comment for future references. To generate a diff o

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

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 04:54:59 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: arm-netbsd-nat.c Log Message: gdb/arm: Handle discontinous range of GPR number, lost during merge Add comment for future references. To generate a diff o

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

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 04:52:38 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: arm-netbsd-nat.c Log Message: gdb/arm: Restore upstream comment, accidentally lost during merge No binary changes. To generate a diff of this commit: cvs

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

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 04:52:38 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: arm-netbsd-nat.c Log Message: gdb/arm: Restore upstream comment, accidentally lost during merge No binary changes. To generate a diff of this commit: cvs

CVS commit: src/external/gpl3/gcc

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 03:36:25 UTC 2023 Modified Files: src/external/gpl3/gcc: README.gcc12 Log Message: README.gcc12: vax boots into multiuser, but c++ things are broken - vax builds with lots of newly added -O0 workarounds to avoid ICE (no

CVS commit: src/external/gpl3/gcc

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 03:36:25 UTC 2023 Modified Files: src/external/gpl3/gcc: README.gcc12 Log Message: README.gcc12: vax boots into multiuser, but c++ things are broken - vax builds with lots of newly added -O0 workarounds to avoid ICE (no

CVS commit: src/external/gpl3/gcc

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 03:14:40 UTC 2023 Modified Files: src/external/gpl3/gcc: README.gcc12 Log Message: README.gcc12: Tiny updates for earm and m68k evbarmv5-el and mac68k work just fine (no-x11 yet) To generate a diff of this commit: cvs r

CVS commit: src/external/gpl3/gcc

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 03:14:40 UTC 2023 Modified Files: src/external/gpl3/gcc: README.gcc12 Log Message: README.gcc12: Tiny updates for earm and m68k evbarmv5-el and mac68k work just fine (no-x11 yet) To generate a diff of this commit: cvs r

CVS commit: src/external/gpl3/gcc

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 03:13:09 UTC 2023 Modified Files: src/external/gpl3/gcc: README.gcc12 Log Message: README.gcc12: riscv64 works just fine without regression for ATF To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/extern

CVS commit: src/external/gpl3/gcc

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 03:13:09 UTC 2023 Modified Files: src/external/gpl3/gcc: README.gcc12 Log Message: README.gcc12: riscv64 works just fine without regression for ATF To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/extern

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

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 03:08:15 UTC 2023 Modified Files: src/external/gpl3/gcc/dist/gcc/config/vax: vax.cc Log Message: gcc/vax: XXX: Forcibly disable gas(1) directives for CFI table Otherwise, wired relocation occur for readonly section `.eh_f

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

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 03:08:15 UTC 2023 Modified Files: src/external/gpl3/gcc/dist/gcc/config/vax: vax.cc Log Message: gcc/vax: XXX: Forcibly disable gas(1) directives for CFI table Otherwise, wired relocation occur for readonly section `.eh_f

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

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 02:55:25 UTC 2023 Modified Files: src/external/gpl3/gcc/dist/gcc/config/vax: netbsd-elf.h Log Message: gcc/vax: Restore NetBSD-specific extra specs, lost during merge To generate a diff of this commit: cvs rdiff -u -r1.1

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

2023-08-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 17 02:55:25 UTC 2023 Modified Files: src/external/gpl3/gcc/dist/gcc/config/vax: netbsd-elf.h Log Message: gcc/vax: Restore NetBSD-specific extra specs, lost during merge To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/usr.sbin/paxctl

2023-08-16 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Aug 16 22:22:02 UTC 2023 Modified Files: src/usr.sbin/paxctl: paxctl.8 Log Message: paxctl.8: minor grammar/style corrections To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/paxctl/paxctl.8 Pl

CVS commit: src/usr.sbin/paxctl

2023-08-16 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Aug 16 22:22:02 UTC 2023 Modified Files: src/usr.sbin/paxctl: paxctl.8 Log Message: paxctl.8: minor grammar/style corrections To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/paxctl/paxctl.8 Pl