aboutsummaryrefslogtreecommitdiffstats
path: root/sys/openbsd/ipc.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/openbsd: use nested flags definitions where sensiblePaul Chaignon2023-12-051-3/+3
| | | | | | These flags were identified using the same script as for sys/linux. Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com>
* sys/openbsd: remove unused defineAnton Lindqvist2020-03-041-2/+0
|
* sys/openbsd: correct semctl syscall numberAnton Lindqvist2018-12-071-1/+1
|
* Add mandatory OpenBSD bits (#689)Anton Lindqvist2018-08-281-0/+125
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