OpenBSD cvs log

created 2022-11-24T12:29:39Z
begin 2022-11-08T11:06:41Z
end 2022-11-08T11:25:01Z
path src/sys
commits 1

date 2022-11-08T11:25:01Z
author kn
files src/sys/kern/sys_socket.c log diff annotate
src/sys/net/if.c log diff annotate
message Push kernel lock down into ifioctl()

This is a mechanical diff without semantical changes, locking ioctls
individually inside ifioctl() rather than all of them around it.

This allows us to unlock ioctls one by one.

OK mpi