aboutsummaryrefslogtreecommitdiffstats
path: root/sys/openbsd/sys_amd64.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/openbsd: regenerate const filesAnton Lindqvist2021-07-011-163/+0
|
* sys/openbsd: add acct descriptionAnton Lindqvist2019-08-121-0/+1
|
* sys/openbsd: add common ioctl() commandsAnton Lindqvist2019-04-011-0/+6
|
* sys/openbsd: add chflags descriptionsAnton Lindqvist2019-03-181-0/+9
|
* sys/openbsd: add wscons descriptions, limited to wsdisplay for nowAnton Lindqvist2019-01-261-0/+2
|
* sys/openbsd: remove mincore(2) descriptionAnton Lindqvist2019-01-221-1/+0
| | | | | | It was recently removed from OpenBSD[1]. [1] https://marc.info/?l=openbsd-cvs&m=154723400730318&w=2
* Add mandatory OpenBSD bits (#689)Anton Lindqvist2018-08-281-0/+146
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