sync
This commit is contained in:
parent
f609457dcf
commit
62073e0295
318 changed files with 8112 additions and 4346 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: kern_ktrace.c,v 1.111 2023/02/16 08:50:57 claudio Exp $ */
|
||||
/* $OpenBSD: kern_ktrace.c,v 1.112 2023/05/11 09:51:33 bluhm Exp $ */
|
||||
/* $NetBSD: kern_ktrace.c,v 1.23 1996/02/09 18:59:36 christos Exp $ */
|
||||
|
||||
/*
|
||||
|
@ -160,7 +160,7 @@ ktrsyscall(struct proc *p, register_t code, size_t argsize, register_t args[])
|
|||
u_int nargs = 0;
|
||||
int i;
|
||||
|
||||
if (code == SYS_sysctl) {
|
||||
if ((code & KTRC_CODE_MASK) == SYS_sysctl) {
|
||||
/*
|
||||
* The sysctl encoding stores the mib[]
|
||||
* array because it is interesting.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue