mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-12 14:58:22 +00:00
![Anton Lindqvist](/assets/img/avatar_default.png)
all: add openbsd support squash of the following commits: * openbsd: add mandatory bits * report: add OpenBSD support * executor: skip building kvm on OpenBSD * executor: add OpenBSD support Linking against libutil is necessary due to usage of openpty(3). * executor: fix typo in fail() message * fixup! report: add OpenBSD support * fixup! openbsd: add mandatory bits * fixup! openbsd: add mandatory bits * fixup! openbsd: add mandatory bits * fixup! report: add OpenBSD support * gometalinter: skip sys/openbsd
42 lines
599 B
Plaintext
42 lines
599 B
Plaintext
# AUTOGENERATED FILE
|
|
GETALL = 6
|
|
GETNCNT = 3
|
|
GETPID = 4
|
|
GETVAL = 5
|
|
GETZCNT = 7
|
|
IPC_CREAT = 512
|
|
IPC_EXCL = 1024
|
|
IPC_NOWAIT = 2048
|
|
IPC_PRIVATE = 0
|
|
IPC_RMID = 0
|
|
IPC_SET = 1
|
|
IPC_STAT = 2
|
|
MSG_NOERROR = 4096
|
|
SEM_UNDO = 4096
|
|
SETALL = 9
|
|
SETVAL = 8
|
|
SHM_LOCK = 3
|
|
SHM_RDONLY = 4096
|
|
SHM_RND = 8192
|
|
SHM_UNLOCK = 4
|
|
SYS_msgctl = 297
|
|
SYS_msgget = 225
|
|
SYS_msgrcv = 227
|
|
SYS_msgsnd = 226
|
|
SYS_semctl = 442
|
|
SYS_semget = 221
|
|
SYS_semop = 290
|
|
SYS_shmat = 228
|
|
SYS_shmctl = 296
|
|
SYS_shmdt = 230
|
|
SYS_shmget = 289
|
|
S_IRGRP = 32
|
|
S_IROTH = 4
|
|
S_IRUSR = 256
|
|
S_IWGRP = 16
|
|
S_IWOTH = 2
|
|
S_IWUSR = 128
|
|
S_IXGRP = 8
|
|
S_IXOTH = 1
|
|
S_IXUSR = 64
|