OpenBSD cvs log

created 2019-05-04T02:56:06Z
begin 2017-10-30T00:00:00Z
end 2017-10-31T00:00:00Z
path src/sys
commits 3

date 2017-10-30T10:07:44Z
author mpi
files src/sys/net/Attic/slip.h log diff annotate
message Kill .

The ioctl(2) it defines is not supported since a long time and most of
its defines are already present in tcpdump(8).

ok jca@

date 2017-10-30T14:01:42Z
author visa
files src/sys/kern/kern_task.c log diff annotate
message Let witness(4) differentiate between taskq mutexes to avoid
reporting an error in a scenario like the following:

1. mtx_enter(&tqa->tq_mtx);
2. IRQ
3. mtx_enter(&tqb->tq_mtx);

Found by Hrvoje Popovski, OK mpi@

date 2017-10-30T22:35:50Z
author sashan
files src/sys/net/pf_ioctl.c log diff annotate
message - fine tuning PF_LOCK in pfioctl()
(extra thanks to Hrvoje for testing)

OK mpi@