OpenBSD cvs log

created 2022-11-27T15:26:32Z
begin 2022-11-09T10:41:18Z
end 2022-11-09T13:09:30Z
path src/sys
commits 2

date 2022-11-09T13:08:36Z
author kn
files src/sys/net/if.c log diff annotate
message Push kernel lock from ifioctl() into ifioctl_get()

Recommit these two together:
- r1.667 "Push kernel lock into ifioctl_get()"
locked before the switch() without unlocking in its cases
- r1.668 "Push kernel lock inside ifioctl_get()"
locked cases individually, as intended

I messed up splitting commits, but of course, Hrvoje managed to test a
CVS checkout right inbetween those two.

OK mpi mvs

date 2022-11-09T13:09:30Z
author kn
files src/sys/net/if.c log diff annotate
message Recommit r1.669 "Unlock SIOCIFGCLONERS"

OK mvs