CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/14 11:13:58
Modified files:
sys/net : if.c if_var.h
Log message:
Push netlock down to ifconf() and move copyout() out of netlock.
Link interface and address descriptors to the `if_tmplist_lock'
protected temporary lists while holding netlock and then release it. Do
copyout() while following these lists and holding only
`if_tmplist_lock'.
ok bluhm
