CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/11/14 09:01:55
Modified files:
sys/kern : sys_socket.c
sys/net : if.c
sys/nfs : nfs_boot.c
Log message:
Push the NET_LOCK into ifioctl() and use the NET_RLOCK in ifioctl_get().
In particular, this allows SIOCGIF* requests to run in parallel.
lots of help & ok mpi, ok visa, sashan
