Module Name:src
Committed By: mrg
Date: Tue Aug 8 06:59:41 UTC 2023
Modified Files:
src/sys/external/bsd/drm2/dist/drm/i915: i915_gem.h
Log Message:
nix the NetBSD specific GEM_BUG_ON().
avoids GCC 12 warnings, and matches upstream closer.
To generate a diff of this co
Module Name:src
Committed By: mrg
Date: Tue Aug 8 06:59:41 UTC 2023
Modified Files:
src/sys/external/bsd/drm2/dist/drm/i915: i915_gem.h
Log Message:
nix the NetBSD specific GEM_BUG_ON().
avoids GCC 12 warnings, and matches upstream closer.
To generate a diff of this co
Module Name:src
Committed By: mrg
Date: Tue Aug 8 06:58:20 UTC 2023
Modified Files:
src/sys/external/bsd/drm2/dist/drm: drm_dp_helper.c
Log Message:
comment a function that has a clear overbounds read but it isn't used.
found by GCC 12.
To generate a diff of this commi
Module Name:src
Committed By: mrg
Date: Tue Aug 8 06:58:20 UTC 2023
Modified Files:
src/sys/external/bsd/drm2/dist/drm: drm_dp_helper.c
Log Message:
comment a function that has a clear overbounds read but it isn't used.
found by GCC 12.
To generate a diff of this commi
Module Name:src
Committed By: mrg
Date: Tue Aug 8 06:57:20 UTC 2023
Modified Files:
src/sys/dev/pci: sisfb.c
Log Message:
ensure all data passed to copyout() has been initialised.
found by GCC 12.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/
Module Name:src
Committed By: mrg
Date: Tue Aug 8 06:57:20 UTC 2023
Modified Files:
src/sys/dev/pci: sisfb.c
Log Message:
ensure all data passed to copyout() has been initialised.
found by GCC 12.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/
Module Name:src
Committed By: mrg
Date: Tue Aug 8 06:42:16 UTC 2023
Modified Files:
src/external/gpl3/gcc: README.gcc12
Log Message:
update sparc asan issue with details.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gcc/README.gcc12
Pl
Module Name:src
Committed By: mrg
Date: Tue Aug 8 06:42:16 UTC 2023
Modified Files:
src/external/gpl3/gcc: README.gcc12
Log Message:
update sparc asan issue with details.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gcc/README.gcc12
Pl
Module Name:src
Committed By: mrg
Date: Tue Aug 8 06:31:58 UTC 2023
Modified Files:
src/usr.sbin/timed/timed: timed.c
Log Message:
use standard strncpy() idiom to completely zero a buffer, including
explicitly nul the final char.
found by GCC 12.
To generate a diff of
Module Name:src
Committed By: mrg
Date: Tue Aug 8 06:31:58 UTC 2023
Modified Files:
src/usr.sbin/timed/timed: timed.c
Log Message:
use standard strncpy() idiom to completely zero a buffer, including
explicitly nul the final char.
found by GCC 12.
To generate a diff of
Module Name:src
Committed By: mrg
Date: Tue Aug 8 06:31:18 UTC 2023
Modified Files:
src/lib/libm/src: k_rem_pio2.c k_rem_pio2f.c
Log Message:
avoid uninitialised variable accesses.
if __kernel_rem_pio2() or __kernel_rem_pio2f() are called with "nx" less
than 2, the local
Module Name:src
Committed By: mrg
Date: Tue Aug 8 06:31:18 UTC 2023
Modified Files:
src/lib/libm/src: k_rem_pio2.c k_rem_pio2f.c
Log Message:
avoid uninitialised variable accesses.
if __kernel_rem_pio2() or __kernel_rem_pio2f() are called with "nx" less
than 2, the local
Module Name:src
Committed By: mrg
Date: Tue Aug 8 06:27:33 UTC 2023
Modified Files:
src/external/apache2/llvm/librt: Makefile.inc
src/external/bsd/file/lib: Makefile
src/external/gpl3/gcc: README.warnings
src/external/mit/xorg/lib/dri.old: Makefile
Module Name:src
Committed By: mrg
Date: Tue Aug 8 06:27:33 UTC 2023
Modified Files:
src/external/apache2/llvm/librt: Makefile.inc
src/external/bsd/file/lib: Makefile
src/external/gpl3/gcc: README.warnings
src/external/mit/xorg/lib/dri.old: Makefile
Module Name:src
Committed By: rin
Date: Tue Aug 8 06:22:31 UTC 2023
Modified Files:
src/distrib/sets/lists/debug: mi
Log Message:
lists: Fix build with MKGCCCMDS=no && MKDEBUGLIB=yes
To generate a diff of this commit:
cvs rdiff -u -r1.415 -r1.416 src/distrib/sets/lists/
Module Name:src
Committed By: rin
Date: Tue Aug 8 06:22:31 UTC 2023
Modified Files:
src/distrib/sets/lists/debug: mi
Log Message:
lists: Fix build with MKGCCCMDS=no && MKDEBUGLIB=yes
To generate a diff of this commit:
cvs rdiff -u -r1.415 -r1.416 src/distrib/sets/lists/
Joerg Sonnenberger writes:
> On Thu, Aug 03, 2023 at 08:16:31AM +, matthew green wrote:
> > Module Name:src
> > Committed By: mrg
> > Date: Thu Aug 3 08:16:31 UTC 2023
> >
> > Modified Files:
> > src/sys/arch/evbarm/gumstix: gumstix_machdep.c
> > src/sys/ar
Module Name:src
Committed By: mrg
Date: Tue Aug 8 05:20:14 UTC 2023
Modified Files:
src/sys/dev/ic: apple_smc.c apple_smc_temp.c
Log Message:
fix array vs pointer function declaration.
also, in some callers, and make sure to provide all the accessed
backing for a string
Module Name:src
Committed By: mrg
Date: Tue Aug 8 05:20:14 UTC 2023
Modified Files:
src/sys/dev/ic: apple_smc.c apple_smc_temp.c
Log Message:
fix array vs pointer function declaration.
also, in some callers, and make sure to provide all the accessed
backing for a string
Module Name:src
Committed By: mrg
Date: Tue Aug 8 03:44:12 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
put amd64 back to GDB 11. it doesn't build for me, or others.
the first problem is that this rule:
GDBvn.texi: ${DIST}/gdb/version.in
echo
Module Name:src
Committed By: mrg
Date: Tue Aug 8 03:44:12 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
put amd64 back to GDB 11. it doesn't build for me, or others.
the first problem is that this rule:
GDBvn.texi: ${DIST}/gdb/version.in
echo
Module Name:src
Committed By: rin
Date: Tue Aug 8 02:09:43 UTC 2023
Modified Files:
src/lib/libm: Makefile
Log Message:
libm: Add fma(3) and friends to m68k
To generate a diff of this commit:
cvs rdiff -u -r1.220 -r1.221 src/lib/libm/Makefile
Please note that diffs are
Module Name:src
Committed By: rin
Date: Tue Aug 8 02:09:43 UTC 2023
Modified Files:
src/lib/libm: Makefile
Log Message:
libm: Add fma(3) and friends to m68k
To generate a diff of this commit:
cvs rdiff -u -r1.220 -r1.221 src/lib/libm/Makefile
Please note that diffs are
Valery Ushakov writes:
> On Mon, Aug 07, 2023 at 23:58:50 +0200, Tobias Nygren wrote:
>
> > Is this sort of fix acceptable for the above cases?
> [...]
> > + ptrdiff_t offset = pos - buf;
> [...]
> > - pos = new_buf + (pos - buf);
> > + pos = ne
On Tue, Aug 08, 2023 at 00:44:41 +0200, Roland Illig wrote:
> Am 07.08.2023 um 23:58 schrieb Tobias Nygren:
> > Is this sort of fix acceptable for the above cases?
> >
> > + ptrdiff_t offset = pos - buf;
> > new_buf = realloc(buf, buf_size);
> > - pos = new_buf + (pos - buf);
> > + pos =
Module Name:src
Committed By: mrg
Date: Mon Aug 7 23:31:11 UTC 2023
Modified Files:
src/usr.bin/telnet: ring.c
Log Message:
remove always-true part of condition.
found by GCC 12.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/telnet/ring.c
P
Module Name:src
Committed By: mrg
Date: Mon Aug 7 23:31:11 UTC 2023
Modified Files:
src/usr.bin/telnet: ring.c
Log Message:
remove always-true part of condition.
found by GCC 12.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/telnet/ring.c
P
Module Name:src
Committed By: mrg
Date: Mon Aug 7 23:29:58 UTC 2023
Modified Files:
src/tests/lib/libbpfjit: t_bpfjit.c
Log Message:
avoid uninitialised variable.
found by GCC 12.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/tests/lib/libbpfjit/t_b
Module Name:src
Committed By: mrg
Date: Mon Aug 7 23:29:58 UTC 2023
Modified Files:
src/tests/lib/libbpfjit: t_bpfjit.c
Log Message:
avoid uninitialised variable.
found by GCC 12.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/tests/lib/libbpfjit/t_b
Module Name:src
Committed By: mrg
Date: Mon Aug 7 23:29:23 UTC 2023
Modified Files:
src/sys/arch/hpcmips/vr: vrc4172gpio.c
Log Message:
fix mis-matched function prototype and definitions.
found by GCC 12.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 sr
Module Name:src
Committed By: mrg
Date: Mon Aug 7 23:29:23 UTC 2023
Modified Files:
src/sys/arch/hpcmips/vr: vrc4172gpio.c
Log Message:
fix mis-matched function prototype and definitions.
found by GCC 12.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 sr
Module Name:src
Committed By: mrg
Date: Mon Aug 7 23:28:58 UTC 2023
Modified Files:
src/sys/arch/atari/dev: ncr5380var.h
src/sys/arch/hp300/dev: intiovar.h
src/sys/dist/pf/net: pf_norm.c
src/sys/netinet: dccp_tfrc.c
Log Message:
fix indentation iss
Module Name:src
Committed By: mrg
Date: Mon Aug 7 23:28:58 UTC 2023
Modified Files:
src/sys/arch/atari/dev: ncr5380var.h
src/sys/arch/hp300/dev: intiovar.h
src/sys/dist/pf/net: pf_norm.c
src/sys/netinet: dccp_tfrc.c
Log Message:
fix indentation iss
Module Name:src
Committed By: mrg
Date: Mon Aug 7 23:27:07 UTC 2023
Modified Files:
src/sbin/resize_lfs: resize_lfs.c
Log Message:
fix potentially uninitialised data being used.
found by GCC 12.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sbin/res
Module Name:src
Committed By: mrg
Date: Mon Aug 7 23:27:07 UTC 2023
Modified Files:
src/sbin/resize_lfs: resize_lfs.c
Log Message:
fix potentially uninitialised data being used.
found by GCC 12.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sbin/res
Module Name:src
Committed By: mrg
Date: Mon Aug 7 23:26:40 UTC 2023
Modified Files:
src/sbin/dump: traverse.c
Log Message:
fix always true conditional by removing the address-of operator.
found by GCC 12.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 sr
Module Name:src
Committed By: mrg
Date: Mon Aug 7 23:26:40 UTC 2023
Modified Files:
src/sbin/dump: traverse.c
Log Message:
fix always true conditional by removing the address-of operator.
found by GCC 12.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 sr
On Mon, Aug 07, 2023 at 23:58:50 +0200, Tobias Nygren wrote:
> Is this sort of fix acceptable for the above cases?
[...]
> + ptrdiff_t offset = pos - buf;
[...]
> - pos = new_buf + (pos - buf);
> + pos = new_buf + offset;
I think so. Bu
Am 07.08.2023 um 23:58 schrieb Tobias Nygren:
> Is this sort of fix acceptable for the above cases?
>
> + ptrdiff_t offset = pos - buf;
> new_buf = realloc(buf, buf_size);
> - pos = new_buf + (pos - buf);
> + pos = new_buf + offset;
Yes.
Instead of ptrdiff_t, I prefer to use siz
Module Name:src
Committed By: rillig
Date: Mon Aug 7 22:30:39 UTC 2023
Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/usr.bin/xlint/lint1: msg_247.c msg_247_ilp32_ldbl64.c
msg_247_lp64_ldbl128.c msg_247_portable.c
Added Files:
src/te
Module Name:src
Committed By: rillig
Date: Mon Aug 7 22:30:39 UTC 2023
Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/usr.bin/xlint/lint1: msg_247.c msg_247_ilp32_ldbl64.c
msg_247_lp64_ldbl128.c msg_247_portable.c
Added Files:
src/te
On Thu, 3 Aug 2023 23:30:31 +0900
Rin Okuyama wrote:
> On 2023/08/03 23:23, Valery Ushakov wrote:
> > On Thu, Aug 03, 2023 at 13:33:27 +, Rin Okuyama wrote:
> >
> >> -Wuse-after-free for GCC 12 is premature. It fires on a common idiom:
> >>
> >>newbuf = realloc(buf, size);
> >>p = ne
Module Name:src
Committed By: tnn
Date: Mon Aug 7 21:12:02 UTC 2023
Modified Files:
src/usr.bin/rpcgen: rpc_cout.c
Log Message:
rpcgen: don't pass length of source to string copy operation
Altough the prior code can't fail, GCC complains about the practice.
To generate
Module Name:src
Committed By: tnn
Date: Mon Aug 7 21:12:02 UTC 2023
Modified Files:
src/usr.bin/rpcgen: rpc_cout.c
Log Message:
rpcgen: don't pass length of source to string copy operation
Altough the prior code can't fail, GCC complains about the practice.
To generate
Module Name:src
Committed By: tnn
Date: Mon Aug 7 20:35:21 UTC 2023
Modified Files:
src/usr.sbin/makemandb: custom_apropos_tokenizer.c
Log Message:
makemakedb: don't return uninitialized token length if stemming fails
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: tnn
Date: Mon Aug 7 20:35:21 UTC 2023
Modified Files:
src/usr.sbin/makemandb: custom_apropos_tokenizer.c
Log Message:
makemakedb: don't return uninitialized token length if stemming fails
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: tnn
Date: Mon Aug 7 20:21:08 UTC 2023
Modified Files:
src/usr.sbin/services_mkdb: output_cdb.c
Log Message:
services_mkdb: pad argument to cdbw_output(3) to match it's prototype
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 sr
Module Name:src
Committed By: tnn
Date: Mon Aug 7 20:21:08 UTC 2023
Modified Files:
src/usr.sbin/services_mkdb: output_cdb.c
Log Message:
services_mkdb: pad argument to cdbw_output(3) to match it's prototype
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 sr
Module Name:src
Committed By: tnn
Date: Mon Aug 7 19:11:25 UTC 2023
Modified Files:
src/usr.bin/tail: tail.c
Log Message:
tail: adjust misleading indentation in macro. NFC.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/tail/tail.c
Please not
Module Name:src
Committed By: tnn
Date: Mon Aug 7 19:11:25 UTC 2023
Modified Files:
src/usr.bin/tail: tail.c
Log Message:
tail: adjust misleading indentation in macro. NFC.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/tail/tail.c
Please not
Module Name:src
Committed By: riastradh
Date: Mon Aug 7 18:01:42 UTC 2023
Modified Files:
src/share/misc: style
Log Message:
style(5): Advise against new struct typedefs and explain why.
Proposed on tech-kern:
https://mail-index.netbsd.org/tech-kern/2023/07/11/msg028950.
Module Name:src
Committed By: riastradh
Date: Mon Aug 7 18:01:42 UTC 2023
Modified Files:
src/share/misc: style
Log Message:
style(5): Advise against new struct typedefs and explain why.
Proposed on tech-kern:
https://mail-index.netbsd.org/tech-kern/2023/07/11/msg028950.
Module Name:src
Committed By: christos
Date: Mon Aug 7 16:52:53 UTC 2023
Modified Files:
src/external/gpl3/gdb/lib/libgdb: Makefile
Log Message:
Prevent us from using the phony_iconv_open(). Our iconv_open does not take
"wchar_t" as an argument, so define __STDC_ISO_10646
Module Name:src
Committed By: christos
Date: Mon Aug 7 16:52:53 UTC 2023
Modified Files:
src/external/gpl3/gdb/lib/libgdb: Makefile
Log Message:
Prevent us from using the phony_iconv_open(). Our iconv_open does not take
"wchar_t" as an argument, so define __STDC_ISO_10646
Module Name:src
Committed By: christos
Date: Mon Aug 7 16:51:40 UTC 2023
Modified Files:
src/external/gpl3/gdb/lib/libgdb/arch/x86_64: defs.mk init.c
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 \
src/external/gpl3/gdb/lib/libgdb/
Module Name:src
Committed By: christos
Date: Mon Aug 7 16:51:40 UTC 2023
Modified Files:
src/external/gpl3/gdb/lib/libgdb/arch/x86_64: defs.mk init.c
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 \
src/external/gpl3/gdb/lib/libgdb/
Module Name:src
Committed By: christos
Date: Mon Aug 7 16:51:24 UTC 2023
Modified Files:
src/external/gpl3/gdb/dist/gdb: configure.tgt
Log Message:
Add missing i386 tdeps
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/external/gpl3/gdb/dist/gdb/config
Module Name:src
Committed By: christos
Date: Mon Aug 7 16:51:24 UTC 2023
Modified Files:
src/external/gpl3/gdb/dist/gdb: configure.tgt
Log Message:
Add missing i386 tdeps
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/external/gpl3/gdb/dist/gdb/config
Module Name:src
Committed By: riastradh
Date: Mon Aug 7 16:35:06 UTC 2023
Modified Files:
src/sys/external/bsd/drm2/radeon: radeon_pci.c
Log Message:
radeon: Suspend ioctls while device is suspended.
XXX pullup-10
To generate a diff of this commit:
cvs rdiff -u -r1.23
Module Name:src
Committed By: riastradh
Date: Mon Aug 7 16:35:06 UTC 2023
Modified Files:
src/sys/external/bsd/drm2/radeon: radeon_pci.c
Log Message:
radeon: Suspend ioctls while device is suspended.
XXX pullup-10
To generate a diff of this commit:
cvs rdiff -u -r1.23
Module Name:src
Committed By: riastradh
Date: Mon Aug 7 16:34:57 UTC 2023
Modified Files:
src/sys/external/bsd/drm2/nouveau: nouveau_pci.c
Log Message:
nouveau: Suspend ioctls while device is suspended.
XXX pullup-10
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: riastradh
Date: Mon Aug 7 16:34:57 UTC 2023
Modified Files:
src/sys/external/bsd/drm2/nouveau: nouveau_pci.c
Log Message:
nouveau: Suspend ioctls while device is suspended.
XXX pullup-10
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: riastradh
Date: Mon Aug 7 16:34:47 UTC 2023
Modified Files:
src/sys/external/bsd/drm2/amdgpu: amdgpu_pci.c
Log Message:
amdgpu: Suspend ioctls while device is suspended.
XXX pullup-10
To generate a diff of this commit:
cvs rdiff -u -r1.11
Module Name:src
Committed By: riastradh
Date: Mon Aug 7 16:34:47 UTC 2023
Modified Files:
src/sys/external/bsd/drm2/amdgpu: amdgpu_pci.c
Log Message:
amdgpu: Suspend ioctls while device is suspended.
XXX pullup-10
To generate a diff of this commit:
cvs rdiff -u -r1.11
Module Name:src
Committed By: riastradh
Date: Mon Aug 7 16:14:32 UTC 2023
Modified Files:
src/distrib/sets/lists/base: md.amd64
src/distrib/sets/lists/debug: ad.aarch64 md.amd64
Log Message:
distrib/sets/lists: Fix libtsan entries.
- No obsolete .so.N or .so.N.M
Module Name:src
Committed By: riastradh
Date: Mon Aug 7 16:14:32 UTC 2023
Modified Files:
src/distrib/sets/lists/base: md.amd64
src/distrib/sets/lists/debug: ad.aarch64 md.amd64
Log Message:
distrib/sets/lists: Fix libtsan entries.
- No obsolete .so.N or .so.N.M
Module Name:src
Committed By: christos
Date: Mon Aug 7 14:30:48 UTC 2023
Modified Files:
src/external/gpl3/gdb/bin/gdb: Makefile
Log Message:
fix config.h confusion
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/external/gpl3/gdb/bin/gdb/Makefile
Ple
Module Name:src
Committed By: christos
Date: Mon Aug 7 14:30:48 UTC 2023
Modified Files:
src/external/gpl3/gdb/bin/gdb: Makefile
Log Message:
fix config.h confusion
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/external/gpl3/gdb/bin/gdb/Makefile
Ple
Module Name:src
Committed By: riastradh
Date: Mon Aug 7 13:31:54 UTC 2023
Modified Files:
src/sys/netbt: bt_proto.c
Log Message:
netbt(4): Initialize bt_lock earlier.
Use a driver-class module modcmd init function, instead of a socket
domain init function; the socket-dom
Module Name:src
Committed By: riastradh
Date: Mon Aug 7 13:31:54 UTC 2023
Modified Files:
src/sys/netbt: bt_proto.c
Log Message:
netbt(4): Initialize bt_lock earlier.
Use a driver-class module modcmd init function, instead of a socket
domain init function; the socket-dom
Module Name:src
Committed By: riastradh
Date: Mon Aug 7 10:31:42 UTC 2023
Modified Files:
src/sys/sys: lwp.h
Log Message:
sys/lwp.h: Slightly more paranoia re curlwp in PR port-evbarm/57564.
To generate a diff of this commit:
cvs rdiff -u -r1.218 -r1.219 src/sys/sys/lwp
Module Name:src
Committed By: riastradh
Date: Mon Aug 7 10:31:42 UTC 2023
Modified Files:
src/sys/sys: lwp.h
Log Message:
sys/lwp.h: Slightly more paranoia re curlwp in PR port-evbarm/57564.
To generate a diff of this commit:
cvs rdiff -u -r1.218 -r1.219 src/sys/sys/lwp
Module Name:src
Committed By: riastradh
Date: Mon Aug 7 09:41:56 UTC 2023
Modified Files:
src/sys/sys: lwp.h
Log Message:
sys/lwp.h: KASSERT -> KASSERTMSG
Might help diagnose PR port-evbarm/57564.
To generate a diff of this commit:
cvs rdiff -u -r1.217 -r1.218 src/sys/
Module Name:src
Committed By: riastradh
Date: Mon Aug 7 09:41:56 UTC 2023
Modified Files:
src/sys/sys: lwp.h
Log Message:
sys/lwp.h: KASSERT -> KASSERTMSG
Might help diagnose PR port-evbarm/57564.
To generate a diff of this commit:
cvs rdiff -u -r1.217 -r1.218 src/sys/
Module Name:src
Committed By: msaitoh
Date: Mon Aug 7 09:27:14 UTC 2023
Modified Files:
src/sys/arch/x86/x86: procfs_machdep.c
Log Message:
Update /proc/cpuinfo.
- Move "ssbd" to an unused Linux mapping.
- Update unused Linux mappings.
To generate a diff of this comm
Module Name:src
Committed By: msaitoh
Date: Mon Aug 7 09:27:14 UTC 2023
Modified Files:
src/sys/arch/x86/x86: procfs_machdep.c
Log Message:
Update /proc/cpuinfo.
- Move "ssbd" to an unused Linux mapping.
- Update unused Linux mappings.
To generate a diff of this comm
Module Name:src
Committed By: riastradh
Date: Mon Aug 7 08:54:40 UTC 2023
Modified Files:
src/lib/libm/src: ldbl_dummy.c
Log Message:
libm: Add dummy remainderl and remquol.
These are pretty bad -- these aren't transcendental functions; not
rocket science to make them co
Module Name:src
Committed By: riastradh
Date: Mon Aug 7 08:54:40 UTC 2023
Modified Files:
src/lib/libm/src: ldbl_dummy.c
Log Message:
libm: Add dummy remainderl and remquol.
These are pretty bad -- these aren't transcendental functions; not
rocket science to make them co
78 matches
Mail list logo