CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/08 04:25:01
Modified files:
sys/kern : sys_socket.c
sys/net : if.c
Log 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
