aboutsummaryrefslogtreecommitdiffstats
path: root/sys/openbsd/sys.txt
Commit message (Collapse)AuthorAgeFilesLines
* pkg/host: explicitly disable syz_execute_funcDmitry Vyukov2024-04-291-1/+1
| | | | | | | | | Disable the syscall in descriptions rather than in the code. This makes it more visible for users that it's disabled, and makes it less special (will not need to move this logic to host). Also change the condition in syz-sysgen to be more precise, otherwise syz_execute_func becomes unused function.
* sys/openbsd: use nested flags definitions where sensiblePaul Chaignon2023-12-051-1/+1
| | | | | | These flags were identified using the same script as for sys/linux. Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com>
* sys/openbsd: remove padding argumentAnton Lindqvist2022-01-031-2/+2
| | | | | | More info here: https://marc.info/?l=openbsd-cvs&m=164028539524813&w=2
* sys/openbsd: add acct descriptionAnton Lindqvist2019-08-121-0/+2
|
* sys/openbsd: add missing padding argumentsAnton Lindqvist2019-05-121-2/+2
| | | | | | | | | Due to missing padding arguments, stack garbage could end up being used as actual arguments. More reading for the curious[1]. While here, add missing descriptions for pread and pwrite. [1] https://flak.tedunangst.com/post/syzkaller-found-a-bug
* sys/openbsd: add common ioctl() commandsAnton Lindqvist2019-04-011-0/+7
|
* sys/openbsd: add chflags descriptionsAnton Lindqvist2019-03-181-0/+6
|
* sys/openbsd: add openat${null,zero}Anton Lindqvist2019-01-261-0/+3
|
* sys/openbsd: remove mincore(2) descriptionAnton Lindqvist2019-01-221-2/+0
| | | | | | It was recently removed from OpenBSD[1]. [1] https://marc.info/?l=openbsd-cvs&m=154723400730318&w=2
* sys/linux: add syz_execute_funcDmitry Vyukov2018-08-301-0/+2
| | | | | | The function executes random code. Update #310
* Add mandatory OpenBSD bits (#689)Anton Lindqvist2018-08-281-0/+208
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