CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2018/05/08 02:53:41
Modified files: sys/kern : kern_descrip.c kern_sysctl.c sys_generic.c uipc_syscalls.c vfs_syscalls.c sys/sys : file.h Log message: Protect per-file counters and document which lock is used to protect the other fields. Once we no longer have any [k] (kernel lock) protections, we'll be able to unlock almost all network related syscalls. Inputs from and ok bluhm@, visa@