CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/01/29 07:57:19
Modified files: sys/kern : vfs_syscalls.c Log message: Move fd manipulation oustide of the KERNEL_LOCK() scope in doopenat(). Tested by many as part of a larger diff. ok mvs@