aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_bsd.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* executor: make sandboxes more modularDmitry Vyukov2018-09-171-6/+0
* RFC: android: Add support for untrusted_app sandboxing (#697)Zach Riggle2018-09-171-0/+1
* Add mandatory OpenBSD bits (#689)Anton Lindqvist2018-08-281-0/+31
* pkg/csource: tidy generated codeDmitry Vyukov2018-07-271-4/+2
* executor: overhaulDmitry Vyukov2018-07-241-151/+11
* executor: introduce uint64/32/16/8 typesDmitry Vyukov2017-12-271-3/+3
* executor: check format stringsDmitry Vyukov2017-12-271-4/+2
* executor: fix netbsd syscallsDmitry Vyukov2017-10-251-0/+164