aboutsummaryrefslogtreecommitdiffstats
path: root/sys/openbsd/socket.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/openbsd: add sendmmsg system call (#3360)Moritz Buhl2022-09-031-1/+7
|
* sys/openbsd: add WAITFORONE receive flag (#3359)Moritz Buhl2022-09-031-1/+1
|
* sys/openbsd: add recvmmsg system call (#3356)Moritz Buhl2022-09-021-0/+6
|
* pkg/compiler: refactor attribute handlingDmitry Vyukov2020-04-191-1/+1
| | | | | | | | | | | | Introduce common infrastructure for describing and parsing attribute instead of custom per-attribute code scattered across several locations. Change align attribute syntax from the weird align_N to align[N]. This also allows to use literal constants as N. Introduce notion of builtin constants. Currently we have only PTR_SIZE, which is needed to replace align_ptr with align[PTR_SIZE].
* sys/openbsd: fix socketpair usageMichael Tuexen2018-12-091-1/+6
|
* sys/openbsd: improve recvmsg() descriptionMichael Tuexen2018-12-081-3/+3
|
* Add mandatory OpenBSD bits (#689)Anton Lindqvist2018-08-281-0/+90
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