Module Name:src
Committed By: wiz
Date: Thu Aug 24 06:35:57 UTC 2023
Modified Files:
src/doc: 3RDPARTY
Log Message:
zlib-1.3 is out
To generate a diff of this commit:
cvs rdiff -u -r1.1946 -r1.1947 src/doc/3RDPARTY
Please note that diffs are not public domain; they are
Module Name:src
Committed By: wiz
Date: Thu Aug 24 06:35:57 UTC 2023
Modified Files:
src/doc: 3RDPARTY
Log Message:
zlib-1.3 is out
To generate a diff of this commit:
cvs rdiff -u -r1.1946 -r1.1947 src/doc/3RDPARTY
Please note that diffs are not public domain; they are
Module Name:src
Committed By: rin
Date: Thu Aug 24 06:31:19 UTC 2023
Modified Files:
src/external/bsd/jemalloc/lib: jemalloc_stub.c
Log Message:
jemalloc_stub.c: Forgot to update comment. No binary changes.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/
Module Name:src
Committed By: rin
Date: Thu Aug 24 06:31:19 UTC 2023
Modified Files:
src/external/bsd/jemalloc/lib: jemalloc_stub.c
Log Message:
jemalloc_stub.c: Forgot to update comment. No binary changes.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/
Module Name:src
Committed By: rin
Date: Thu Aug 24 06:18:07 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
bsd.own.mk: Switch mips64e[bl] to binutils 2.39 again
Potential fix for PR toolchain/57241 has been committed.
Let us see whether this works fine or
Module Name:src
Committed By: rin
Date: Thu Aug 24 06:18:07 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
bsd.own.mk: Switch mips64e[bl] to binutils 2.39 again
Potential fix for PR toolchain/57241 has been committed.
Let us see whether this works fine or
Module Name:src
Committed By: rin
Date: Thu Aug 24 06:14:57 UTC 2023
Modified Files:
src/external/gpl3/binutils/lib/libbfd/arch/mips64eb: bfd.h config.h
src/external/gpl3/binutils/lib/libbfd/arch/mips64el: bfd.h defs.mk
src/external/gpl3/binutils/lib/libiber
Module Name:src
Committed By: rin
Date: Thu Aug 24 06:14:57 UTC 2023
Modified Files:
src/external/gpl3/binutils/lib/libbfd/arch/mips64eb: bfd.h config.h
src/external/gpl3/binutils/lib/libbfd/arch/mips64el: bfd.h defs.mk
src/external/gpl3/binutils/lib/libiber
Module Name:src
Committed By: rin
Date: Thu Aug 24 06:04:41 UTC 2023
Modified Files:
src/external/bsd/jemalloc/lib: jemalloc_stub.c
Log Message:
jemalloc_stub.c: Provide stubs for HAVE_JEMALLOC > 100
Instead of HAVE_JEMALLOC != 100. Just for sure.
To generate a diff of
Module Name:src
Committed By: rin
Date: Thu Aug 24 06:04:41 UTC 2023
Modified Files:
src/external/bsd/jemalloc/lib: jemalloc_stub.c
Log Message:
jemalloc_stub.c: Provide stubs for HAVE_JEMALLOC > 100
Instead of HAVE_JEMALLOC != 100. Just for sure.
To generate a diff of
Module Name:src
Committed By: rin
Date: Thu Aug 24 06:02:44 UTC 2023
Modified Files:
src/external/bsd/jemalloc/lib: Makefile jemalloc_stub.c
Log Message:
libjemalloc: Compile in empty jemalloc_stub.c for HAVE_JEMALLOC=100
Fix strange parallel build failures observed on va
Module Name:src
Committed By: rin
Date: Thu Aug 24 06:02:44 UTC 2023
Modified Files:
src/external/bsd/jemalloc/lib: Makefile jemalloc_stub.c
Log Message:
libjemalloc: Compile in empty jemalloc_stub.c for HAVE_JEMALLOC=100
Fix strange parallel build failures observed on va
Module Name:src
Committed By: rin
Date: Thu Aug 24 05:55:26 UTC 2023
Modified Files:
src/tests/lib/libc/sys: t_ptrace_core_wait.h
Log Message:
t_ptrace_core_wait.h: Increment PC after trap, also for riscv
Fix *:core_dump_procinfo tests for riscv64.
To generate a diff of
Module Name:src
Committed By: rin
Date: Thu Aug 24 05:55:26 UTC 2023
Modified Files:
src/tests/lib/libc/sys: t_ptrace_core_wait.h
Log Message:
t_ptrace_core_wait.h: Increment PC after trap, also for riscv
Fix *:core_dump_procinfo tests for riscv64.
To generate a diff of
Module Name:src
Committed By: rin
Date: Thu Aug 24 05:51:55 UTC 2023
Modified Files:
src/tests/lib/csu/arch/riscv: h_initfini_align.S
Log Message:
riscv: tests/lib/csu: Fix typo in check_stack_alignment()
Now, all tests in tests/lib/csu successfully pass for riscv64.
To
Module Name:src
Committed By: rin
Date: Thu Aug 24 05:51:55 UTC 2023
Modified Files:
src/tests/lib/csu/arch/riscv: h_initfini_align.S
Log Message:
riscv: tests/lib/csu: Fix typo in check_stack_alignment()
Now, all tests in tests/lib/csu successfully pass for riscv64.
To
Module Name:src
Committed By: rin
Date: Thu Aug 24 05:46:55 UTC 2023
Modified Files:
src/sys/arch/riscv/riscv: riscv_machdep.c
Log Message:
riscv: cpu_setmcontext: Do not unconditionally update tp register
Conserve tp register for _UC_CPU and update later if _UC_TLSBASE i
Module Name:src
Committed By: rin
Date: Thu Aug 24 05:46:55 UTC 2023
Modified Files:
src/sys/arch/riscv/riscv: riscv_machdep.c
Log Message:
riscv: cpu_setmcontext: Do not unconditionally update tp register
Conserve tp register for _UC_CPU and update later if _UC_TLSBASE i
Module Name:src
Committed By: rin
Date: Thu Aug 24 05:40:08 UTC 2023
Modified Files:
src/sys/arch/riscv/include: ptrace.h
Log Message:
riscv: Add PTRACE_BREAKPOINT and friends for ATF
Since its size must be determined a priori, explicitly use
c.ebreak for sure.
Now, rela
Module Name:src
Committed By: rin
Date: Thu Aug 24 05:40:08 UTC 2023
Modified Files:
src/sys/arch/riscv/include: ptrace.h
Log Message:
riscv: Add PTRACE_BREAKPOINT and friends for ATF
Since its size must be determined a priori, explicitly use
c.ebreak for sure.
Now, rela
Module Name:src
Committed By: rillig
Date: Wed Aug 23 20:05:05 UTC 2023
Modified Files:
src/tests/compat/linux: h_linux.h
Log Message:
tests/compat/linux: fix typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/compat/linux/h_linux.h
Pl
Module Name:src
Committed By: rillig
Date: Wed Aug 23 20:05:05 UTC 2023
Modified Files:
src/tests/compat/linux: h_linux.h
Log Message:
tests/compat/linux: fix typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/compat/linux/h_linux.h
Pl
Module Name:src
Committed By: riastradh
Date: Wed Aug 23 19:42:25 UTC 2023
Modified Files:
src/external/gpl3/gdb/bin/psim: Makefile
Log Message:
gdb/psim: Suppress typedef-redefinition errors in the clang build.
Seems clang disagrees with gcc about whether this is allowed
Module Name:src
Committed By: riastradh
Date: Wed Aug 23 19:42:25 UTC 2023
Modified Files:
src/external/gpl3/gdb/bin/psim: Makefile
Log Message:
gdb/psim: Suppress typedef-redefinition errors in the clang build.
Seems clang disagrees with gcc about whether this is allowed
Module Name:src
Committed By: christos
Date: Wed Aug 23 19:17:59 UTC 2023
Modified Files:
src/sys/compat/linux/common: linux_inotify.c
Log Message:
put variable length structure at the end, so that clang does not complain.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: christos
Date: Wed Aug 23 19:17:59 UTC 2023
Modified Files:
src/sys/compat/linux/common: linux_inotify.c
Log Message:
put variable length structure at the end, so that clang does not complain.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: rillig
Date: Wed Aug 23 19:16:14 UTC 2023
Modified Files:
src/usr.bin/base64: base64.c
Log Message:
base64: getc and fputc are specified to return EOF, not -1
No binary change.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src
Module Name:src
Committed By: rillig
Date: Wed Aug 23 19:16:14 UTC 2023
Modified Files:
src/usr.bin/base64: base64.c
Log Message:
base64: getc and fputc are specified to return EOF, not -1
No binary change.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src
Module Name:src
Committed By: palle
Date: Wed Aug 23 19:09:53 UTC 2023
Modified Files:
src/tools/compat: README
Log Message:
Update build instructions for Solaris 11.3 hosts
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/tools/compat/README
Please not
Module Name:src
Committed By: palle
Date: Wed Aug 23 19:09:53 UTC 2023
Modified Files:
src/tools/compat: README
Log Message:
Update build instructions for Solaris 11.3 hosts
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/tools/compat/README
Please not
Module Name:src
Committed By: martin
Date: Wed Aug 23 18:26:40 UTC 2023
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Tickets #1890 - #1893
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.193 -r1.1.2.194 src/doc/CHANGES-8.3
Please note that diffs
Module Name:src
Committed By: martin
Date: Wed Aug 23 18:26:40 UTC 2023
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Tickets #1890 - #1893
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.193 -r1.1.2.194 src/doc/CHANGES-8.3
Please note that diffs
Module Name:src
Committed By: martin
Date: Wed Aug 23 18:25:04 UTC 2023
Modified Files:
src/sys/net/npf [netbsd-8]: npf_ruleset.c
Log Message:
Pull up following revision(s) (requested by kardel in ticket #1893):
sys/net/npf/npf_ruleset.c: revision 1.52
The analys
Module Name:src
Committed By: martin
Date: Wed Aug 23 18:25:04 UTC 2023
Modified Files:
src/sys/net/npf [netbsd-8]: npf_ruleset.c
Log Message:
Pull up following revision(s) (requested by kardel in ticket #1893):
sys/net/npf/npf_ruleset.c: revision 1.52
The analys
Module Name:src
Committed By: martin
Date: Wed Aug 23 18:24:12 UTC 2023
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Tickets #1722 - #1725
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.94 -r1.1.2.95 src/doc/CHANGES-9.4
Please note that diffs ar
Module Name:src
Committed By: martin
Date: Wed Aug 23 18:24:12 UTC 2023
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Tickets #1722 - #1725
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.94 -r1.1.2.95 src/doc/CHANGES-9.4
Please note that diffs ar
Module Name:src
Committed By: martin
Date: Wed Aug 23 18:22:51 UTC 2023
Modified Files:
src/sys/net/npf [netbsd-9]: npf_ruleset.c
Log Message:
Pull up following revision(s) (requested by kardel in ticket #1725):
sys/net/npf/npf_ruleset.c: revision 1.52
The analys
Module Name:src
Committed By: martin
Date: Wed Aug 23 18:22:51 UTC 2023
Modified Files:
src/sys/net/npf [netbsd-9]: npf_ruleset.c
Log Message:
Pull up following revision(s) (requested by kardel in ticket #1725):
sys/net/npf/npf_ruleset.c: revision 1.52
The analys
Module Name:src
Committed By: martin
Date: Wed Aug 23 18:21:40 UTC 2023
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Tickets #337 - #340
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.112 -r1.1.2.113 src/doc/CHANGES-10.0
Please note that diffs
Module Name:src
Committed By: martin
Date: Wed Aug 23 18:21:40 UTC 2023
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Tickets #337 - #340
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.112 -r1.1.2.113 src/doc/CHANGES-10.0
Please note that diffs
Module Name:src
Committed By: martin
Date: Wed Aug 23 18:19:32 UTC 2023
Modified Files:
src/sys/net/npf [netbsd-10]: npf_ruleset.c
Log Message:
Pull up following revision(s) (requested by kardel in ticket #340):
sys/net/npf/npf_ruleset.c: revision 1.52
The analys
Module Name:src
Committed By: martin
Date: Wed Aug 23 18:19:32 UTC 2023
Modified Files:
src/sys/net/npf [netbsd-10]: npf_ruleset.c
Log Message:
Pull up following revision(s) (requested by kardel in ticket #340):
sys/net/npf/npf_ruleset.c: revision 1.52
The analys
Module Name:src
Committed By: martin
Date: Wed Aug 23 18:10:06 UTC 2023
Modified Files:
src/usr.sbin/cpuctl [netbsd-8]: cpuctl.8 cpuctl.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1892):
usr.sbin/cpuctl/cpuctl.8: revision 1.21
Module Name:src
Committed By: martin
Date: Wed Aug 23 18:10:06 UTC 2023
Modified Files:
src/usr.sbin/cpuctl [netbsd-8]: cpuctl.8 cpuctl.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1892):
usr.sbin/cpuctl/cpuctl.8: revision 1.21
Module Name:src
Committed By: martin
Date: Wed Aug 23 18:08:45 UTC 2023
Modified Files:
src/usr.sbin/cpuctl [netbsd-9]: cpuctl.8 cpuctl.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1724):
usr.sbin/cpuctl/cpuctl.8: revision 1.21
Module Name:src
Committed By: martin
Date: Wed Aug 23 18:08:45 UTC 2023
Modified Files:
src/usr.sbin/cpuctl [netbsd-9]: cpuctl.8 cpuctl.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1724):
usr.sbin/cpuctl/cpuctl.8: revision 1.21
Module Name:src
Committed By: martin
Date: Wed Aug 23 18:06:49 UTC 2023
Modified Files:
src/usr.sbin/cpuctl [netbsd-10]: cpuctl.8 cpuctl.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #339):
usr.sbin/cpuctl/cpuctl.8: revision 1.21
Module Name:src
Committed By: martin
Date: Wed Aug 23 18:06:49 UTC 2023
Modified Files:
src/usr.sbin/cpuctl [netbsd-10]: cpuctl.8 cpuctl.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #339):
usr.sbin/cpuctl/cpuctl.8: revision 1.21
Module Name:src
Committed By: martin
Date: Wed Aug 23 17:16:13 UTC 2023
Modified Files:
src/sys/dev/pci [netbsd-8]: ichsmb.c ismt.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1891):
sys/dev/pci/ichsmb.c: revision 1.85
sys/d
Module Name:src
Committed By: martin
Date: Wed Aug 23 17:16:13 UTC 2023
Modified Files:
src/sys/dev/pci [netbsd-8]: ichsmb.c ismt.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1891):
sys/dev/pci/ichsmb.c: revision 1.85
sys/d
Module Name:src
Committed By: martin
Date: Wed Aug 23 17:14:32 UTC 2023
Modified Files:
src/sys/dev/pci [netbsd-9]: ichsmb.c ismt.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1723):
sys/dev/pci/ichsmb.c: revision 1.85
sys/d
Module Name:src
Committed By: martin
Date: Wed Aug 23 17:14:32 UTC 2023
Modified Files:
src/sys/dev/pci [netbsd-9]: ichsmb.c ismt.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1723):
sys/dev/pci/ichsmb.c: revision 1.85
sys/d
Module Name:src
Committed By: martin
Date: Wed Aug 23 17:13:08 UTC 2023
Modified Files:
src/sys/dev/pci [netbsd-10]: ichsmb.c ismt.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #338):
sys/dev/pci/ichsmb.c: revision 1.85
sys/d
Module Name:src
Committed By: martin
Date: Wed Aug 23 17:13:08 UTC 2023
Modified Files:
src/sys/dev/pci [netbsd-10]: ichsmb.c ismt.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #338):
sys/dev/pci/ichsmb.c: revision 1.85
sys/d
Module Name:src
Committed By: martin
Date: Wed Aug 23 17:10:58 UTC 2023
Modified Files:
src/sys/arch/x86/pci [netbsd-8]: pci_machdep.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1890):
sys/arch/x86/pci/pci_machdep.c: revision 1.94
Module Name:src
Committed By: martin
Date: Wed Aug 23 17:10:58 UTC 2023
Modified Files:
src/sys/arch/x86/pci [netbsd-8]: pci_machdep.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1890):
sys/arch/x86/pci/pci_machdep.c: revision 1.94
Module Name:src
Committed By: martin
Date: Wed Aug 23 17:09:09 UTC 2023
Modified Files:
src/sys/arch/x86/pci [netbsd-9]: pci_machdep.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1722):
sys/arch/x86/pci/pci_machdep.c: revision 1.94
Module Name:src
Committed By: martin
Date: Wed Aug 23 17:09:09 UTC 2023
Modified Files:
src/sys/arch/x86/pci [netbsd-9]: pci_machdep.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1722):
sys/arch/x86/pci/pci_machdep.c: revision 1.94
Module Name:src
Committed By: martin
Date: Wed Aug 23 17:05:39 UTC 2023
Modified Files:
src/sys/arch/x86/pci [netbsd-10]: pci_machdep.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #337):
sys/arch/x86/pci/pci_machdep.c: revision 1.94
Module Name:src
Committed By: martin
Date: Wed Aug 23 17:05:39 UTC 2023
Modified Files:
src/sys/arch/x86/pci [netbsd-10]: pci_machdep.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #337):
sys/arch/x86/pci/pci_machdep.c: revision 1.94
Module Name:src
Committed By: rin
Date: Wed Aug 23 14:00:12 UTC 2023
Modified Files:
src/lib/libkvm: kvm.c kvm_aarch64.c kvm_alpha.c kvm_i386pae.c
kvm_or1k.c kvm_powerpc.c kvm_powerpc64.c kvm_riscv.c kvm_sparc64.c
Log Message:
libkvm: whitespace
To generate a
Module Name:src
Committed By: rin
Date: Wed Aug 23 14:00:12 UTC 2023
Modified Files:
src/lib/libkvm: kvm.c kvm_aarch64.c kvm_alpha.c kvm_i386pae.c
kvm_or1k.c kvm_powerpc.c kvm_powerpc64.c kvm_riscv.c kvm_sparc64.c
Log Message:
libkvm: whitespace
To generate a
Module Name:src
Committed By: rin
Date: Wed Aug 23 13:21:17 UTC 2023
Modified Files:
src/sys/net: bpf.h
Log Message:
bpf: Fix SIZEOF_BPF_HDR (for LP64 userland) on mips64
It cannot fit within 18 bytes, of course ;)
As we had never provided working bpf(4) implementation f
Module Name:src
Committed By: rin
Date: Wed Aug 23 13:21:17 UTC 2023
Modified Files:
src/sys/net: bpf.h
Log Message:
bpf: Fix SIZEOF_BPF_HDR (for LP64 userland) on mips64
It cannot fit within 18 bytes, of course ;)
As we had never provided working bpf(4) implementation f
Module Name:src
Committed By: rin
Date: Wed Aug 23 12:24:59 UTC 2023
Modified Files:
src/lib/libexecinfo: execinfo.h symtab.c unwind_arm_ehabi_stub.c
Log Message:
libexecinfo: whitespace, missing RCSID, no binary changes
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: rin
Date: Wed Aug 23 12:24:59 UTC 2023
Modified Files:
src/lib/libexecinfo: execinfo.h symtab.c unwind_arm_ehabi_stub.c
Log Message:
libexecinfo: whitespace, missing RCSID, no binary changes
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: rin
Date: Wed Aug 23 10:40:10 UTC 2023
Modified Files:
src/sys/lib/libunwind: Registers.hpp
Log Message:
libunwind: Drop unused/wrong reg_t typedef for alpha
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/lib/libunwind
Module Name:src
Committed By: rin
Date: Wed Aug 23 10:40:10 UTC 2023
Modified Files:
src/sys/lib/libunwind: Registers.hpp
Log Message:
libunwind: Drop unused/wrong reg_t typedef for alpha
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/lib/libunwind
Module Name:src
Committed By: rin
Date: Wed Aug 23 10:37:46 UTC 2023
Modified Files:
src/external/gpl3/gdb/dist/gdb: mips-netbsd-tdep.c
Log Message:
gdb/mips: Supply zero register as done for other OSes
With this change, gdb/mips 13 becomes working to some extent,
at leas
Module Name:src
Committed By: rin
Date: Wed Aug 23 10:37:46 UTC 2023
Modified Files:
src/external/gpl3/gdb/dist/gdb: mips-netbsd-tdep.c
Log Message:
gdb/mips: Supply zero register as done for other OSes
With this change, gdb/mips 13 becomes working to some extent,
at leas
70 matches
Mail list logo