OpenBSD cvs log

created 2024-08-19T10:29:57Z
begin 2024-08-12T11:25:27Z
end 2024-08-12T17:02:58Z
path src/sys
commits 1

date 2024-08-12T17:02:58Z
author mvs
files src/sys/net/bpf.c log diff annotate
message Prepare bpf_sysctl() for upcoming net_sysctl() unlocking.

Both NET_BPF_MAXBUFSIZE and NET_BPF_BUFSIZE (`bpf_maxbufsize' and
`bpf_bufsize' respectively) are atomically accessed integers. No locks
required to modify them.

ok bluhm