CVS commit: src/sys/arch/atari/dev

2022-06-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jun 26 06:02:28 UTC 2022 Modified Files: src/sys/arch/atari/dev: ms.c msvar.h Log Message: Misc KNF and cleanup for readability. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/atari/dev/ms.c cvs

CVS commit: src/sys/arch/atari/dev

2022-06-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jun 26 06:02:28 UTC 2022 Modified Files: src/sys/arch/atari/dev: ms.c msvar.h Log Message: Misc KNF and cleanup for readability. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/atari/dev/ms.c cvs

CVS commit: src/sys/arch/atari/dev

2022-06-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jun 26 06:25:09 UTC 2022 Modified Files: src/sys/arch/atari/dev: clock.c fd.c grf.c hdfd.c ite.c lpt.c ms.c ser.c view.c zs.c Log Message: Make local devsw functions static. No visible regression on TT030. To

CVS commit: src/sys/arch/atari/dev

2022-06-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jun 26 06:25:09 UTC 2022 Modified Files: src/sys/arch/atari/dev: clock.c fd.c grf.c hdfd.c ite.c lpt.c ms.c ser.c view.c zs.c Log Message: Make local devsw functions static. No visible regression on TT030. To

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

2022-06-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jun 26 08:28:07 UTC 2022 Modified Files: src/external/gpl3/gdb/dist/gdb: solib-svr4.c Log Message: PR toolchain/56268 For NetBSD/m68k, program header is erroneously readable from core dump, although a page containing it is

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

2022-06-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jun 26 08:28:07 UTC 2022 Modified Files: src/external/gpl3/gdb/dist/gdb: solib-svr4.c Log Message: PR toolchain/56268 For NetBSD/m68k, program header is erroneously readable from core dump, although a page containing it is

CVS commit: src/usr.sbin/sysinst/arch/amiga

2022-06-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 26 09:14:14 UTC 2022 Modified Files: src/usr.sbin/sysinst/arch/amiga: md.c Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/sysinst/arch/amiga/md.c Please note that diffs

CVS commit: src/usr.sbin/sysinst/arch/amiga

2022-06-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 26 09:14:14 UTC 2022 Modified Files: src/usr.sbin/sysinst/arch/amiga: md.c Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/sysinst/arch/amiga/md.c Please note that diffs

CVS commit: src/sys/arch/macppc/macppc

2022-06-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 26 09:23:32 UTC 2022 Modified Files: src/sys/arch/macppc/macppc: machdep.c Log Message: cpu_reboot: use cpu_halt_others() instead of a (simple) open coded version of it. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/macppc/macppc

2022-06-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 26 09:23:32 UTC 2022 Modified Files: src/sys/arch/macppc/macppc: machdep.c Log Message: cpu_reboot: use cpu_halt_others() instead of a (simple) open coded version of it. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch

2022-06-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 26 11:14:36 UTC 2022 Modified Files: src/sys/arch/aarch64/aarch64: vectors.S src/sys/arch/arm/cortex: gic.c gicv3.c Log Message: build fix: remove includes of opt_gic.h To generate a diff of this commit: cvs

CVS commit: src/sys/arch

2022-06-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 26 11:14:36 UTC 2022 Modified Files: src/sys/arch/aarch64/aarch64: vectors.S src/sys/arch/arm/cortex: gic.c gicv3.c Log Message: build fix: remove includes of opt_gic.h To generate a diff of this commit: cvs

Re: CVS commit: src/sys/arch/atari/dev

2022-06-26 Thread Izumi Tsutsui
> Modified Files: > src/sys/arch/atari/dev: kbd.c > > Log Message: > gcc is not smart enough to track the equivalence of conditions used > here and warns about an unused value - initialize "code" always. Umm, complains only with -Os ... Anyway thanks for fixing. --- Izumi Tsutsui

CVS commit: src/sys/lib/libunwind

2022-06-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jun 26 14:31:34 UTC 2022 Modified Files: src/sys/lib/libunwind: Registers.hpp Log Message: Teach the LLVM-derived unwinder about the DWARF pseudo-registers defined by GCC for HPPA to hold the return address where the signal

CVS commit: src/sys/lib/libunwind

2022-06-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jun 26 14:31:34 UTC 2022 Modified Files: src/sys/lib/libunwind: Registers.hpp Log Message: Teach the LLVM-derived unwinder about the DWARF pseudo-registers defined by GCC for HPPA to hold the return address where the signal

CVS commit: src/sys/arch/atari/stand/bootxxx

2022-06-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jun 26 14:08:15 UTC 2022 Modified Files: src/sys/arch/atari/stand/bootxxx: bootxxx.c Log Message: Consistently use "NetBSD/atari", not "NetBSD/Atari" on tertiary boot. To generate a diff of this commit: cvs rdiff -u -r1.8

CVS commit: src/sys/arch/atari/stand/bootxxx

2022-06-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jun 26 14:08:15 UTC 2022 Modified Files: src/sys/arch/atari/stand/bootxxx: bootxxx.c Log Message: Consistently use "NetBSD/atari", not "NetBSD/Atari" on tertiary boot. To generate a diff of this commit: cvs rdiff -u -r1.8

CVS commit: src/sys/arch/atari/stand

2022-06-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jun 26 14:14:47 UTC 2022 Modified Files: src/sys/arch/atari/stand/bootxxx: bootxxx.c src/sys/arch/atari/stand/xxboot/ahdi-sdb00t: sdb00t.ahdi.S src/sys/arch/atari/stand/xxboot/ahdi-wdb00t: wdb00t.ahdi.S

CVS commit: src/sys/arch/atari/stand

2022-06-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jun 26 14:14:47 UTC 2022 Modified Files: src/sys/arch/atari/stand/bootxxx: bootxxx.c src/sys/arch/atari/stand/xxboot/ahdi-sdb00t: sdb00t.ahdi.S src/sys/arch/atari/stand/xxboot/ahdi-wdb00t: wdb00t.ahdi.S

CVS commit: src

2022-06-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jun 26 14:37:13 UTC 2022 Modified Files: src/lib/libc/arch/hppa: genassym.cf src/lib/libc/arch/hppa/sys: __sigtramp2.S src/sys/arch/hppa/include: mcontext.h Log Message: Decorate the HPPA signal trampoline with

CVS commit: src

2022-06-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jun 26 14:37:13 UTC 2022 Modified Files: src/lib/libc/arch/hppa: genassym.cf src/lib/libc/arch/hppa/sys: __sigtramp2.S src/sys/arch/hppa/include: mcontext.h Log Message: Decorate the HPPA signal trampoline with

CVS commit: src/sys/arch/atari/dev

2022-06-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 26 09:18:06 UTC 2022 Modified Files: src/sys/arch/atari/dev: kbd.c Log Message: gcc is not smart enough to track the equivalence of conditions used here and warns about an unused value - initialize "code" always. To

CVS commit: src/sys/arch/atari/dev

2022-06-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 26 09:18:06 UTC 2022 Modified Files: src/sys/arch/atari/dev: kbd.c Log Message: gcc is not smart enough to track the equivalence of conditions used here and warns about an unused value - initialize "code" always. To

CVS commit: src/bin/rcp

2022-06-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jun 26 09:29:59 UTC 2022 Modified Files: src/bin/rcp: rcp.c Log Message: Add SIGINFO support. Mostly stolen from scan_ffs(8). To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/bin/rcp/rcp.c Please note that

CVS commit: src/bin/rcp

2022-06-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jun 26 09:29:59 UTC 2022 Modified Files: src/bin/rcp: rcp.c Log Message: Add SIGINFO support. Mostly stolen from scan_ffs(8). To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/bin/rcp/rcp.c Please note that

CVS commit: src/sys/external/bsd/drm2/dist/drm/ttm

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 17:53:06 UTC 2022 Modified Files: src/sys/external/bsd/drm2/dist/drm/ttm: ttm_tt.c Log Message: drm/ttm: Fix potential leak in error branch. Not likely but let's not leave a rake to trip on. To generate a diff of

CVS commit: src/sys/external/bsd/drm2/dist/drm/ttm

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 17:53:06 UTC 2022 Modified Files: src/sys/external/bsd/drm2/dist/drm/ttm: ttm_tt.c Log Message: drm/ttm: Fix potential leak in error branch. Not likely but let's not leave a rake to trip on. To generate a diff of

CVS commit: src/sys/dev/scsipi

2022-06-26 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Jun 26 21:00:28 UTC 2022 Modified Files: src/sys/dev/scsipi: cd.c Log Message: s/Ramdom/Random/ in comments. To generate a diff of this commit: cvs rdiff -u -r1.353 -r1.354 src/sys/dev/scsipi/cd.c Please note that diffs

CVS commit: src/sys/dev/scsipi

2022-06-26 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Jun 26 21:00:28 UTC 2022 Modified Files: src/sys/dev/scsipi: cd.c Log Message: s/Ramdom/Random/ in comments. To generate a diff of this commit: cvs rdiff -u -r1.353 -r1.354 src/sys/dev/scsipi/cd.c Please note that diffs

CVS commit: src/sys/dev/usb

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 21:35:53 UTC 2022 Modified Files: src/sys/dev/usb: umcs.c Log Message: umcs(4): Reject invalid interrupt endpoints. Reported-by: syzbot+cd1e60e112e840e40...@syzkaller.appspotmail.com To generate a diff of this

CVS commit: src/sys/dev/usb

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 21:35:53 UTC 2022 Modified Files: src/sys/dev/usb: umcs.c Log Message: umcs(4): Reject invalid interrupt endpoints. Reported-by: syzbot+cd1e60e112e840e40...@syzkaller.appspotmail.com To generate a diff of this

CVS commit: src/sys/crypto/aes/arch/arm

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 17:52:54 UTC 2022 Modified Files: src/sys/crypto/aes/arch/arm: aes_neon_subr.c Log Message: arm/aes_neon: Fix formatting of self-test failure message. Discovered by code inspection. Remarkably, a combination of

CVS commit: src/sys/crypto/aes/arch/arm

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 17:52:54 UTC 2022 Modified Files: src/sys/crypto/aes/arch/arm: aes_neon_subr.c Log Message: arm/aes_neon: Fix formatting of self-test failure message. Discovered by code inspection. Remarkably, a combination of

CVS commit: src/sys/arch/atari/dev

2022-06-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jun 26 18:46:14 UTC 2022 Modified Files: src/sys/arch/atari/dev: clock.c fd.c grf.c hdfd.c ite.c ite_cc.c ite_et.c Log Message: Use aprint_*(9) for device attach messages. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/atari/dev

2022-06-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jun 26 18:46:14 UTC 2022 Modified Files: src/sys/arch/atari/dev: clock.c fd.c grf.c hdfd.c ite.c ite_cc.c ite_et.c Log Message: Use aprint_*(9) for device attach messages. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/amd64/amd64

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 22:18:30 UTC 2022 Modified Files: src/sys/arch/amd64/amd64: db_machdep.c Log Message: amd64: Print effective syscall number for SYS_syscall stack traces. To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/sys/arch/amd64/amd64

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 22:18:30 UTC 2022 Modified Files: src/sys/arch/amd64/amd64: db_machdep.c Log Message: amd64: Print effective syscall number for SYS_syscall stack traces. To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/sys/arch/amd64/amd64

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 22:29:28 UTC 2022 Modified Files: src/sys/arch/amd64/amd64: db_machdep.c Log Message: Revert "amd64: Print effective syscall number for SYS_syscall stack traces." Built the wrong kernel (arm64 is not amd64), oops.

CVS commit: src/sys/arch/amd64/amd64

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 22:29:28 UTC 2022 Modified Files: src/sys/arch/amd64/amd64: db_machdep.c Log Message: Revert "amd64: Print effective syscall number for SYS_syscall stack traces." Built the wrong kernel (arm64 is not amd64), oops.

CVS commit: src/sys/net/lagg

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 17:55:24 UTC 2022 Modified Files: src/sys/net/lagg: if_lagg.c if_laggproto.h Log Message: lagg(4): Safely handle misaligned mbufs. Optimizing for non-strict-alignment architectures -- without falling afoul of

CVS commit: src/sys/net/lagg

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 17:55:24 UTC 2022 Modified Files: src/sys/net/lagg: if_lagg.c if_laggproto.h Log Message: lagg(4): Safely handle misaligned mbufs. Optimizing for non-strict-alignment architectures -- without falling afoul of

CVS commit: src/usr.sbin/ldpd

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 17:55:38 UTC 2022 Modified Files: src/usr.sbin/ldpd: Makefile fsm.c ldp_peer.c socketops.c Log Message: ldpd(8): Fix address of misaligned packed members. PR kern/56895 To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/ldpd

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 17:55:38 UTC 2022 Modified Files: src/usr.sbin/ldpd: Makefile fsm.c ldp_peer.c socketops.c Log Message: ldpd(8): Fix address of misaligned packed members. PR kern/56895 To generate a diff of this commit: cvs

CVS commit: src/sys/net

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 21:42:20 UTC 2022 Modified Files: src/sys/net: rtsock_shared.c Log Message: route(4): Avoid unaligned access to struct rt_msghdr. Reported-by: syzbot+e0048186a5cc97b1c...@syzkaller.appspotmail.com To generate a

CVS commit: src/sys/net

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 21:42:20 UTC 2022 Modified Files: src/sys/net: rtsock_shared.c Log Message: route(4): Avoid unaligned access to struct rt_msghdr. Reported-by: syzbot+e0048186a5cc97b1c...@syzkaller.appspotmail.com To generate a

CVS commit: src/sys/arch/amd64/amd64

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 22:31:12 UTC 2022 Modified Files: src/sys/arch/amd64/amd64: db_machdep.c Log Message: amd64: Print effective syscall number for SYS_syscall stack traces. This time with compile-testing, at least. To generate a

CVS commit: src/sys/arch/amd64/amd64

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 22:31:12 UTC 2022 Modified Files: src/sys/arch/amd64/amd64: db_machdep.c Log Message: amd64: Print effective syscall number for SYS_syscall stack traces. This time with compile-testing, at least. To generate a

CVS commit: src/sys

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 22:31:38 UTC 2022 Modified Files: src/sys/kern: subr_time.c src/sys/sys: time.h Log Message: kern: New functions timespecaddok, timespecsubok. Return false if timespecadd or timespecsub with the same

CVS commit: src/sys

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 22:31:38 UTC 2022 Modified Files: src/sys/kern: subr_time.c src/sys/sys: time.h Log Message: kern: New functions timespecaddok, timespecsubok. Return false if timespecadd or timespecsub with the same

CVS commit: src/sys/opencrypto

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 22:52:30 UTC 2022 Modified Files: src/sys/opencrypto: crypto.c Log Message: opencrypto(9): Fix missing initialization in error branch. Reported-by: syzbot+8c519140cac567be1...@syzkaller.appspotmail.com To

CVS commit: src/sys/opencrypto

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 22:52:30 UTC 2022 Modified Files: src/sys/opencrypto: crypto.c Log Message: opencrypto(9): Fix missing initialization in error branch. Reported-by: syzbot+8c519140cac567be1...@syzkaller.appspotmail.com To

Re: CVS commit: src

2022-06-26 Thread Christos Zoulas
In article <20220624212212.1452df...@cvs.netbsd.org>, Roland Illig wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: rillig >Date: Fri Jun 24 21:22:11 UTC 2022 > >Modified Files: > src/tests/usr.bin/xlint/lint1: msg_247.c > src/usr.bin/xlint/lint1: tree.c > >Log

Re: CVS commit: src

2022-06-26 Thread Christos Zoulas
In article <20220624201621.ef2aff...@cvs.netbsd.org>, Roland Illig wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: rillig >Date: Fri Jun 24 20:16:21 UTC 2022 > >Modified Files: > src/tests/usr.bin/xlint/lint1: msg_247.c > src/usr.bin/xlint/lint1: tree.c > >Log

lint warnings (was: Re: CVS commit: src)

2022-06-26 Thread Roland Illig
27.06.2022 01:20:20 Christos Zoulas : > In article <20220624201621.ef2aff...@cvs.netbsd.org>, > Roland Illig wrote: >> -=-=-=-=-=- >> >> Module Name:    src >> Committed By:   rillig >> Date:   Fri Jun 24 20:16:21 UTC 2022 >> >> Modified Files: >>     src/tests/usr.bin/xlint/lint1: msg_247.c

CVS commit: src/sys/netinet

2022-06-26 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Jun 27 01:29:51 UTC 2022 Modified Files: src/sys/netinet: tcp_subr.c Log Message: Remove confusable comment. The comment was added in tcp_subr.c:r1.124 (2002/03/15). tcp_drain() is called from softint context only, now.

CVS commit: src/sys/netinet

2022-06-26 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Jun 27 01:29:51 UTC 2022 Modified Files: src/sys/netinet: tcp_subr.c Log Message: Remove confusable comment. The comment was added in tcp_subr.c:r1.124 (2002/03/15). tcp_drain() is called from softint context only, now.

CVS commit: src/sys/kern

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jun 27 03:56:37 UTC 2022 Modified Files: src/sys/kern: kern_ktrace.c Log Message: ktrace(9): Make sure ktrkuser initializes the full ktr_id member. strlcpy does not; strncpy does. However, the member must be

CVS commit: src/sys/kern

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jun 27 03:56:37 UTC 2022 Modified Files: src/sys/kern: kern_ktrace.c Log Message: ktrace(9): Make sure ktrkuser initializes the full ktr_id member. strlcpy does not; strncpy does. However, the member must be

CVS commit: src/sys/kern

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jun 27 04:06:48 UTC 2022 Modified Files: src/sys/kern: uipc_syscalls.c Log Message: sendmsg(2): Avoid buffer overrun in ktrace of invalid cmsghdr. Reported-by: syzbot+efded148140b23425...@syzkaller.appspotmail.com To

CVS commit: src/sys/kern

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jun 27 04:06:48 UTC 2022 Modified Files: src/sys/kern: uipc_syscalls.c Log Message: sendmsg(2): Avoid buffer overrun in ktrace of invalid cmsghdr. Reported-by: syzbot+efded148140b23425...@syzkaller.appspotmail.com To

CVS commit: src/sys/kern

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 22:31:58 UTC 2022 Modified Files: src/sys/kern: kern_time.c Log Message: setitimer(2): Guard against overflow in arithmetic. Reported-by: syzbot+6036bc8b6d2b963e3...@syzkaller.appspotmail.com To generate a diff

CVS commit: src/sys/kern

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 22:31:58 UTC 2022 Modified Files: src/sys/kern: kern_time.c Log Message: setitimer(2): Guard against overflow in arithmetic. Reported-by: syzbot+6036bc8b6d2b963e3...@syzkaller.appspotmail.com To generate a diff

CVS commit: src/sys/kern

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 22:31:47 UTC 2022 Modified Files: src/sys/kern: subr_time.c Log Message: kern: Use timespecsubok in ts2timo. Should fix arithmetic overflow. Reported-by: syzbot+4393a753a7c787abe...@syzkaller.appspotmail.com To

CVS commit: src/sys/kern

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 22:31:47 UTC 2022 Modified Files: src/sys/kern: subr_time.c Log Message: kern: Use timespecsubok in ts2timo. Should fix arithmetic overflow. Reported-by: syzbot+4393a753a7c787abe...@syzkaller.appspotmail.com To

CVS commit: src/sys/dev/usb

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 22:49:09 UTC 2022 Modified Files: src/sys/dev/usb: emdtv.c emdtv_ir.c emdtvvar.h Log Message: emdtv(4): More attach/detach bugs. Reported-by: syzbot+9bbfb743349929e2c...@syzkaller.appspotmail.com To generate a

CVS commit: src/sys/dev/usb

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 26 22:49:09 UTC 2022 Modified Files: src/sys/dev/usb: emdtv.c emdtv_ir.c emdtvvar.h Log Message: emdtv(4): More attach/detach bugs. Reported-by: syzbot+9bbfb743349929e2c...@syzkaller.appspotmail.com To generate a

CVS commit: src/sys/kern

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jun 27 00:34:24 UTC 2022 Modified Files: src/sys/kern: kern_time.c Log Message: setitimer(2): Avoid arithmetic overflow in periodic bookkeeping. Reported-by: syzbot+93cef6090844ec304...@syzkaller.appspotmail.com To

CVS commit: src/sys/kern

2022-06-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jun 27 00:34:24 UTC 2022 Modified Files: src/sys/kern: kern_time.c Log Message: setitimer(2): Avoid arithmetic overflow in periodic bookkeeping. Reported-by: syzbot+93cef6090844ec304...@syzkaller.appspotmail.com To