CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/05/04 03:40:36
Modified files:
sys/kern : kern_sysctl.c syscalls.master uipc_domain.c
Log message:
Push kernel lock deep down to sys_sysctl(). At least network subset of
sysctl(8) MIBs relies on netlock or another locks and doesn't require
kernel lock, so unlock it. The protocols layer *_sysctl()s are left
under kernel lock and will be sequentially unlocked later.
ok bluhm@
