From 73a7d55bdf43a80ff14a024c9e2440b3e0481e30 Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Wed, 5 Jun 2019 21:38:59 +0200 Subject: sys/openbsd: add klog descriptions --- executor/syscalls.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'executor/syscalls.h') diff --git a/executor/syscalls.h b/executor/syscalls.h index 546f92d1a..4584b301d 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -15738,6 +15738,7 @@ const call_t syscalls[] = { {"ioctl$KDSETLED", 54}, {"ioctl$KDSETMODE", 54}, {"ioctl$KDSETRAD", 54}, + {"ioctl$LIOCSFD", 54}, {"ioctl$PCIOCGETROM", 54}, {"ioctl$PCIOCREAD", 54}, {"ioctl$PCIOCWRITE", 54}, @@ -15855,6 +15856,7 @@ const call_t syscalls[] = { {"open$dir", 5}, {"openat", 321}, {"openat$bpf", 321}, + {"openat$klog", 321}, {"openat$null", 321}, {"openat$pci", 321}, {"openat$tty", 321}, @@ -15901,6 +15903,7 @@ const call_t syscalls[] = { {"semop", 290}, {"sendmsg", 28}, {"sendmsg$unix", 28}, + {"sendsyslog", 112}, {"sendto", 133}, {"sendto$inet", 133}, {"sendto$inet6", 133}, -- cgit mrf-deployment