OpenBSD cvs log

created 2021-11-27T23:26:31Z
begin 2021-11-24T00:00:00Z
end 2021-11-25T00:00:00Z
path src/sys
commits 10

date 2021-11-24T09:47:49Z
author claudio
files src/sys/dev/dt/dt_prov_static.c log diff annotate
src/sys/kern/kern_smr.c log diff annotate
message Add a few dt(4) TRACEPOINTS to SMR. Should help to better understand what
goes on in SMR.
OK mpi@

date 2021-11-24T10:28:55Z
author claudio
files src/sys/kern/kern_sig.c log diff annotate
src/sys/sys/signalvar.h log diff annotate
message Minor code cleanup. Move a comment to the right place, move a function
to get a better order of functions. Also reduce the size of sigprop
to NSIG from NSIG+1. NSIG is defined as 33 and so includes the extra
element for this array.
OK mpi@

date 2021-11-24T10:40:15Z
author claudio
files src/sys/kern/kern_sig.c log diff annotate
message Refactor postsig_done(). Pass the catchmask and signal reset flag to the
function. This will make unlocking cursig() & postsig() a bit easier.
OK mpi@

date 2021-11-24T12:40:40Z
author visa
files src/sys/kern/kern_kthread.c log diff annotate
message Remove unneeded <sys/stdarg.h>.

OK guenther@

date 2021-11-24T13:16:00Z
author visa
files src/sys/kern/kern_smr.c log diff annotate
message Simplify arithmetics on the main path.

date 2021-11-24T13:17:37Z
author visa
files src/sys/kern/kern_smr.c log diff annotate
message Fix type of count.

date 2021-11-24T18:48:33Z
author bluhm
files src/sys/netinet/ip_output.c log diff annotate
src/sys/netinet6/ip6_output.c log diff annotate
message When sending ICMP packets for IPsec path MTU discovery, the first
ICMP packet could be wrong. The mtu was taken from the loopback
interface as the tdb mtu was copied to the route too late. Without
crypto task, ipsp_process_packet() returns the EMSGSIZE error
earlier. Immediately update tdb and route mtu.
IPv4 part from markus@; OK tobhe@

date 2021-11-24T21:47:14Z
author mglocker
files src/sys/dev/usb/utvfu.h log diff annotate
message Fix panic when running utvfu(4) on xhci(4).

tested and ok ian@

date 2021-11-24T21:57:56Z
author mglocker
files src/sys/dev/usb/utvfu.c log diff annotate
message Spacing

date 2021-11-24T22:03:05Z
author mglocker
files src/sys/dev/usb/utvfu.h log diff annotate
message Spacing and remove an unused macro.