CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/02/12 14:41:53
Modified files:
sys/kern : kern_sysctl.c
Log message:
Use shared net lock in sysctl fill file.
The macro FILLINPTABLE() already uses shared net lock for fill_file().
The FILLIT() sysctls should do the same instead of grabbing exclusive
net lock.
OK mvs@
