diff options
Diffstat (limited to 'usr.bin/kdump/kdump.c')
-rw-r--r-- | usr.bin/kdump/kdump.c | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c index 2b39087611c..3903c53ebe4 100644 --- a/usr.bin/kdump/kdump.c +++ b/usr.bin/kdump/kdump.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kdump.c,v 1.85 2013/09/09 05:08:26 guenther Exp $ */ +/* $OpenBSD: kdump.c,v 1.86 2013/12/21 07:32:35 guenther Exp $ */ /*- * Copyright (c) 1988, 1993 @@ -890,6 +890,16 @@ ktrsyscall(struct ktr_syscall *ktr) pn(NULL); pn(pathconfname); break; + case SYS_ktrace: + pn(NULL); + pn(NULL); + pn(ktracefacname); + pn(pgid); + break; + case SYS_setitimer: + case SYS_getitimer: + pn(itimername); + break; } nonnative: |