| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/openbsd: add sendmmsg system call (#3360) | Moritz Buhl | 2022-09-03 | 1 | -1/+7 |
| | | |||||
| * | sys/openbsd: add WAITFORONE receive flag (#3359) | Moritz Buhl | 2022-09-03 | 1 | -1/+1 |
| | | |||||
| * | sys/openbsd: add recvmmsg system call (#3356) | Moritz Buhl | 2022-09-02 | 1 | -0/+6 |
| | | |||||
| * | pkg/compiler: refactor attribute handling | Dmitry Vyukov | 2020-04-19 | 1 | -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 usage | Michael Tuexen | 2018-12-09 | 1 | -1/+6 |
| | | |||||
| * | sys/openbsd: improve recvmsg() description | Michael Tuexen | 2018-12-08 | 1 | -3/+3 |
| | | |||||
| * | Add mandatory OpenBSD bits (#689) | Anton Lindqvist | 2018-08-28 | 1 | -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 | |||||
