aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor_bsd.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "executor: enable extra coverage on OpenBSD"Anton Lindqvist2020-08-021-9/+0
* executor: enable extra coverage on OpenBSDAnton Lindqvist2020-08-021-0/+9
* sys/netbsd: support multiple vHCI buses (#1822)m00nbsd2020-06-131-1/+1
* sys/netbsd: add support for fault injection (#1817)m00nbsd2020-06-111-0/+1
* executor: add support for extra coverage on NetBSDm00nbsd2020-05-201-11/+22
* executor: add support for USB fuzzing on NetBSDm00nbsd2020-05-191-0/+12
* pkg/report: use cover protect on NetBSD alsoR3x2019-06-131-2/+2
* executor: add cover protection support to OpenBSD (#1215)Anton Lindqvist2019-06-051-0/+17
* executor: Protect the coverage bufferAndrew Turner2019-06-041-0/+19
* make changes to prevent failing buildR3x2019-05-211-2/+11
* executor: change syscall argument type to intptr_tmunjinoo2019-05-071-1/+1
* pkg/host: enable FeatureComparisons on OpenBSDAnton Lindqvist2019-01-211-12/+2
* all: support extra coverageAndrey Konovalov2019-01-161-2/+2
* executor: update KCOV support for FreeBSDMichael Tuexen2019-01-141-17/+4
* executor: adapt os_init() to NetBSD with PaX MPROTECTKamil Rytarowski2019-01-091-0/+3
* executor: Fix FreeBSD such all platforms use same number of entriesMichael Tuexen2018-12-291-1/+2
* executor: fix error handling of mmap()Michael Tuexen2018-12-291-6/+5
* executor: add clarifying comment for FreeBSD.Michael Tuexen2018-12-291-0/+6
* executor: add a clarifying commentMichael Tuexen2018-12-291-0/+2
* executor: use function argument instead of global variable.Michael Tuexen2018-12-291-1/+1
* executor: improve kcov compatibility with upcoming supportMichael Tuexen2018-12-281-3/+8
* executor: KIOENABLE accepts a mode argument on OpenBSDAnton Lindqvist2018-12-281-5/+3
* executor: include sys/kcov.h on OpenBSDAnton Lindqvist2018-12-271-3/+6
* executor: move setrlimit from setup_control_pipes to bsd os_initDmitry Vyukov2018-12-141-0/+5
* executor: reapply setuid sandbox for bsdGreg Steuck2018-12-111-19/+0
* Revert "executor: add setuid sandbox for openbsd"Greg Steuck2018-12-101-0/+19
* executor: add setuid sandbox for openbsdGreg Steuck2018-12-101-19/+0
* openbsd: repair pkg/csource_testGreg Steuck2018-11-301-5/+0
* executor: OpenBSD does not allow write and exec mappings by defaultAnton Lindqvist2018-08-311-1/+8
* sys/linux: add syz_execute_funcDmitry Vyukov2018-08-301-1/+1
* Add mandatory OpenBSD bits (#689)Anton Lindqvist2018-08-281-2/+26
* executor: remap cover fd's to higher valuesDmitry Vyukov2018-08-081-2/+5
* executor: overhaulDmitry Vyukov2018-07-241-0/+104