CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2020/05/27 05:19:29
Modified files: sys/net : if.c pf_ioctl.c sys/netinet : in.c ip_mroute.c sys/netinet6 : in6.c ip6_mroute.c nd6.c sys/sys : systm.h Log message: Document the various flavors of NET_LOCK() and rename the reader version. Since our last concurrency mistake only ioctl(2) ans sysctl(2) code path take the reader lock. This is mostly for documentation purpose as long as the softnet thread is converted back to use a read lock. dlg@ said that comments should be good enough. ok sashan@