mi_syscall() can add the KTRC_CODE_SYSCALL flag to the syscall code.
authorbluhm <bluhm@openbsd.org>
Thu, 11 May 2023 09:51:33 +0000 (09:51 +0000)
committerbluhm <bluhm@openbsd.org>
Thu, 11 May 2023 09:51:33 +0000 (09:51 +0000)
commit4acbf0ab74dd9a9d1b777ef58aaa7b6af67fe22d
treeb5757da99d06f4aaee92e5929df4ead3d0c5decc
parent7c8782d5855ded5492175476190dc6c11d320c4e
mi_syscall() can add the KTRC_CODE_SYSCALL flag to the syscall code.
In ktrsyscall() mask the code, otherwise kdump(1) does not show the
correct mib of SYS_sysctl when called by syscall(2).
OK guenther@
sys/kern/kern_ktrace.c