aboutsummaryrefslogtreecommitdiffstats
path: root/sys/openbsd/mm_amd64.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/openbsd: regenerate const filesAnton Lindqvist2021-07-011-39/+0
|
* sys/openbsd: add missing memory related syscalls (#2238)Anton Lindqvist2020-11-021-0/+5
|
* sys/openbsd: added minherit, extended/simplified mmapGreg Steuck2018-10-291-1/+9
| | | | | | | | | | | | * sys/openbsd: added minherit, extended/simplified mmap. Added a script from anton_at_openbsd.org for regenerating syscalls. Generated by ksh ./sys/openbsd/extract-openbsd.sh * Undo whitespace change not passing on CI * No need for magic script.
* Add mandatory OpenBSD bits (#689)Anton Lindqvist2018-08-281-0/+26
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