CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2022/11/14 15:07:30
Modified files: sys/net : if.c Log message: Unlock SIOCGIFCONF As netintro(4) explains, this copies a bunch of data from the global interface list as well as its per-interface address lists. All of this is never written to by ifconf(), protected by the net lock and documented as such in the struct comments already. OK mvs