OpenBSD cvs log

created 2022-11-28T11:37:03Z
begin 2022-11-10T14:15:15Z
end 2022-11-10T14:22:43Z
path src/sys
commits 1

date 2022-11-10T14:22:43Z
author sashan
files src/sys/net/pf.c log diff annotate
src/sys/net/pfvar.h log diff annotate
message Add a mutex to pf_state structure. Mutex retain a consistency
of structure members without using a global state lock.
The first member which uses protection by mutex is key[] array.
more will follow.

OK dlg@