diff options
| author | Anton Lindqvist <anton@basename.se> | 2019-06-05 21:38:59 +0200 |
|---|---|---|
| committer | Greg Steuck <blackgnezdo@gmail.com> | 2019-06-05 19:18:58 -0700 |
| commit | 73a7d55bdf43a80ff14a024c9e2440b3e0481e30 (patch) | |
| tree | 9f538cc727a1203d6e6363bf7b1c538872653c89 /executor/syscalls.h | |
| parent | 6354390a826632cb9aa5bfebc93f4e30ae1b5a0f (diff) | |
sys/openbsd: add klog descriptions
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 3 |
1 files changed, 3 insertions, 0 deletions
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}, |
