OpenBSD cvs log

created 2022-09-04T07:34:25Z
begin 2022-08-27T00:00:00Z
end 2022-08-28T00:00:00Z
path src/sys
commits 4

date 2022-08-27T08:26:15Z
author tb
files src/sys/arch/i386/include/asm.h log diff annotate
message Provide ENTRY_NB() for i386

ok guenther

date 2022-08-27T16:56:25Z
author kettenis
files src/sys/arch/arm64/dev/aplsmc.c log diff annotate
message Add power button support.

ok tobhe@

date 2022-08-27T20:28:01Z
author mvs
files src/sys/kern/uipc_usrreq.c log diff annotate
src/sys/net/pfkeyv2.c log diff annotate
src/sys/net/pfkeyv2.h log diff annotate
src/sys/net/rtsock.c log diff annotate
src/sys/netinet/ip_divert.c log diff annotate
src/sys/netinet/ip_divert.h log diff annotate
src/sys/netinet/ip_gre.c log diff annotate
src/sys/netinet/ip_gre.h log diff annotate
src/sys/netinet/ip_var.h log diff annotate
src/sys/netinet/raw_ip.c log diff annotate
src/sys/netinet/tcp_usrreq.c log diff annotate
src/sys/netinet/tcp_var.h log diff annotate
src/sys/netinet/udp_usrreq.c log diff annotate
src/sys/netinet/udp_var.h log diff annotate
src/sys/netinet6/ip6_divert.c log diff annotate
src/sys/netinet6/ip6_divert.h log diff annotate
src/sys/netinet6/ip6_var.h log diff annotate
src/sys/netinet6/raw_ip6.c log diff annotate
src/sys/sys/protosw.h log diff annotate
src/sys/sys/unpcb.h log diff annotate
message Move PRU_SEND request to (*pru_send)().

The former PRU_SEND error path of gre_usrreq() had `control' mbuf(9)
leak. It was fixed in new gre_send().

The former pfkeyv2_send() was renamed to pfkeyv2_dosend().

ok bluhm@

date 2022-08-27T20:31:45Z
author mglocker
files src/sys/dev/fdt/bcm2835_mbox.c log diff annotate
message Remove unused mutex.

ok kettenis@