CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2024/01/18 01:48:33
Modified files: sys/kern : kern_sysctl.c Log message: Use solock() instead of netlock within fill_file(). This makes all socket types protected. The netlock is still used while fill_file() called through *table.inpt_queue walkthroughs, but this is the inet sockets case. ok bluhm