OpenBSD cvs log

created 2023-07-05T10:09:35Z
begin 2023-06-30T00:00:00Z
end 2023-07-01T00:00:00Z
path src/sys
commits 2

date 2023-06-30T09:58:30Z
author mvs
files src/sys/net/pf_if.c log diff annotate
src/sys/net/pf_ioctl.c log diff annotate
src/sys/net/pf_ruleset.c log diff annotate
src/sys/sys/malloc.h log diff annotate
message Introduce M_PF type for pf(4) related memory allocations. Currently used
M_TEMP and M_IFADDR types are unreasonable for that purpose. This
dedicated statistics simplify the future pf(4) unlocking work by
decreasing search area of possible memory leaks.

ok bluhm sashan

date 2023-06-30T11:52:11Z
author mvs
files src/sys/kern/uipc_socket.c log diff annotate
message Use "newcon" instead of "netlck" as identifier of the sleep reason while
awaiting concurrent sonewconn() threads termination.

ok bluhm