Module Name: src Committed By: riastradh Date: Mon Mar 14 12:02:19 UTC 2022
Modified Files: src/sys/kern: sys_syscall.c Log Message: syscall(2): Provide better attribution for biglock slippage. This adds a small overhead to the syscall path, but only when invoked via the syscall(2) syscall, for which stack traces generally don't print the actual syscall number in question so the better attribution may make a difference. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/kern/sys_syscall.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.