aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_bsd.h
Commit message (Expand)AuthorAgeFilesLines
* executor: rework feature setupDmitry Vyukov2024-06-031-9/+14
* pkg/vminfo: move feature checking to hostDmitry Vyukov2024-05-151-0/+4
* executor: resolve pseudo syscall compilation problemsAleksandr Nogikh2023-05-041-1/+1
* executor: remove openbsd bits out of common_bsd.hGreg Steuck2023-04-271-47/+1
* sys/targets: switch openbsd to SyscallNumbers: falseGreg Steuck2023-04-271-2/+23
* all: create 8 tun devices for OpenBSDAleksandr Nogikh2022-01-141-2/+2
* executor: bump on FreeBSD the maximum number of tun devices to 256 (#2956)Michael Tüxen2021-12-311-0/+5
* executor: support larger maximum number of tun devices on *BSD (#2953)Michael Tüxen2021-12-301-9/+17
* executor: spread overlapping fdsAleksandr Nogikh2021-12-061-1/+1
* all: refactor fault injection into call propsAleksandr Nogikh2021-09-221-1/+1
* executor: add missing includes to BSD's setup_faultAleksandr Nogikh2021-09-221-0/+1
* executor: ifconfig destroy wants the interface (not device) name (#2739)Greg Steuck2021-09-021-1/+1
* executor: initialize scope in fault_ioc_infoChuck Silvers2021-07-021-0/+1
* executor: initial darwin supportPatrick Meyer2021-05-201-12/+14
* pkg/report: detect executor failuresDmitry Vyukov2021-02-211-9/+8
* executor: skip setsid() for threaded reproducersAnton Lindqvist2020-12-091-2/+7
* executor: check for \n in fail/exitf messagesDmitry Vyukov2020-09-281-2/+2
* executor: warn about C89-style var declarationsDmitry Vyukov2020-08-141-14/+7
* executor: add some code style checksDmitry Vyukov2020-08-061-1/+1
* executor: remove block commentsDmitry Vyukov2020-08-041-2/+2
* executor: remove NONFAILING from pseudo-syscallsDmitry Vyukov2020-07-151-2/+2
* executor/netbsd: base nth on 2 (#1874)m00nbsd2020-06-271-2/+2
* sys/netbsd: support multiple vHCI buses (#1822)m00nbsd2020-06-131-2/+20
* sys/netbsd: add support for fault injection (#1817)m00nbsd2020-06-111-0/+49
* executor: fix a USB define on NetBSDm00nbsd2020-05-211-1/+3
* executor: use the SYZ_USB define for NetBSDm00nbsd2020-05-211-1/+1
* executor: add support for USB fuzzing on NetBSDm00nbsd2020-05-191-0/+11
* executor: rename some macrosDmitry Vyukov2019-11-161-7/+7
* pkg/csoruce: test that executor does not mis-spell any of the SYZ_* macrosDmitry Vyukov2019-11-161-5/+3
* executor: rename some flagsDmitry Vyukov2019-11-161-1/+1
* executor: remove pointless macro checksDmitry Vyukov2019-11-161-5/+2
* executer/common_bsd.h: increase the number of tap/tun devices for NetBSDR3x2019-08-081-0/+6
* executor: add network packet injection for NetBSDSiddharth M2019-07-141-6/+22
* executor: unbreak on OpenBSD at runtimeAnton Lindqvist2019-05-021-0/+4
* executor: improve setup for packet handling on *BSD (#1153)Michael Tüxen2019-05-011-1/+20
* executor: prevent non-null expected warningsDmitry Vyukov2019-03-211-2/+2
* executor: adapt switching to user nobody to be more portable on BSDsKamil Rytarowski2019-01-141-5/+10
* executor: do not call setrlimit(2) for RLIMIT_AS for NetBSDKamil Rytarowski2019-01-141-2/+4
* pkg/csource: support tun and setuid repros on {free,open}bsdGreg Steuck2018-12-131-1/+6
* executor: reapply setuid sandbox for bsdGreg Steuck2018-12-111-0/+74
* Revert "executor: add setuid sandbox for openbsd"Greg Steuck2018-12-101-74/+0
* executor: add setuid sandbox for openbsdGreg Steuck2018-12-101-0/+74
* pkg/csource: use defines from sys/syscall.h on *bsdGreg Steuck2018-12-021-0/+1
* executor: add support for tap interfaces on FreeBSDMichael Tüxen2018-12-011-2/+16
* openbsd: repair pkg/csource_testGreg Steuck2018-11-301-49/+44
* executor: Use correct macros.Michael Tuexen2018-11-301-1/+1
* Whitespace change.Michael Tuexen2018-11-301-1/+0
* executor: Fix compilation on FreeBSDMichael Tuexen2018-11-301-5/+5
* openbsd: enable packet injectionGreg Steuck2018-11-191-1/+1
* executor: OpenBSD network package injectionGreg Steuck2018-11-171-7/+232