OpenBSD cvs log

created 2024-03-04T23:56:25Z
begin 2024-02-28T00:00:00Z
end 2024-02-29T00:00:00Z
path src/sys
commits 5

date 2024-02-28T00:53:16Z
author jsg
files src/sys/arch/arm64/arm64/cpu.c log diff annotate
message identify MTE; ok kettenis@

date 2024-02-28T10:57:20Z
author bluhm
files src/sys/netinet/ip_input.c log diff annotate
src/sys/netinet6/ip6_forward.c log diff annotate
src/sys/netinet6/ip6_input.c log diff annotate
src/sys/netinet6/ip6_output.c log diff annotate
message Cleanup IP input, forward, output.

Before changing the routing code, get IPv4 and IPv6 input, forward,
and output in a similar shape. Remove inconsistencies.

OK claudio@

date 2024-02-28T12:53:31Z
author miod
files src/sys/dev/ic/fxp.c log diff annotate
message Fix rx_bufs accounting buglet; reported on bugs@ by dns at strangeloop dot cc;
ok claudio@ deraadt@

date 2024-02-28T13:43:44Z
author mpi
files src/sys/kern/kern_sched.c log diff annotate
message No need to kick a CPU twice when putting a thread on its runqueue.

From Christian Ludwig, ok claudio@

date 2024-02-28T16:08:34Z
author denis
files src/sys/net/if_ppp.c log diff annotate
src/sys/net/if_pppvar.h log diff annotate
message Enable IPv6 AF for ppp(4)

OK claudio@