CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/05/11 03:51:33
Modified files:
sys/kern : kern_ktrace.c
Log message:
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@
