aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common.h
Commit message (Expand)AuthorAgeFilesLines
* all: support swap feature on LinuxAleksandr Nogikh2023-06-151-0/+3
* executor: move setup_ext() below other featuresAleksandr Nogikh2023-06-151-4/+3
* executor: use exitf instead of fail outside of setup sequence (#3959)Andrei Vagin2023-06-151-1/+1
* executor: resolve pseudo syscall compilation problemsAleksandr Nogikh2023-05-041-4/+6
* executor: detangle common_openbsd.h out of common_bsd.hGreg Steuck2023-04-271-1/+3
* executor: use valid temporary dir on AndroidKris Alder2023-03-211-1/+1
* executor: add setup_ext_test extension pointDmitry Vyukov2022-11-011-0/+3
* executor: test extension pointsDmitry Vyukov2022-11-011-0/+4
* executor: also reset flags on the parent dir if unlinking failsMark Johnston2022-06-241-0/+1
* executor: clear more file flags when removing filesMark Johnston2022-06-241-1/+1
* executor: skips declaration of unused function 'doexit_thread' for fuchsiaKouame Behouba Manassé2022-06-221-0/+2
* executor: try harder to unlink files on FreeBSDMark Johnston2022-06-171-2/+31
* executor: allow external extensions of the setup phaseDmitry Vyukov2022-04-271-0/+3
* executor: fail on SEGV during clone()Aleksandr Nogikh2022-01-211-0/+17
* executor: add extension point for adding non-mainline pseudo-syscallsDmitry Vyukov2022-01-191-0/+2
* executor: move SYSCALL_DEFINES above common_*.h includesAleksandr Nogikh2022-01-131-1/+4
* all: replace collide mode by `async` call propertyAleksandr Nogikh2021-12-101-12/+2
* executor: setup cgroups onceDmitry Vyukov2021-10-121-0/+3
* executor: work around clang-format issueDmitry Vyukov2021-10-051-4/+6
* executor: check for single-line compound statementsDmitry Vyukov2021-10-011-4/+2
* all: refactor fault injection into call propsAleksandr Nogikh2021-09-221-1/+7
* sys/darwin: initial syscall definitionsPatrick Meyer2021-06-071-1/+1
* executor: initial darwin supportPatrick Meyer2021-05-201-5/+12
* sys/linux: add ieee802154 descriptionsDmitry Vyukov2021-02-121-0/+3
* executor/common: repair clang complaint about bad indentationGreg Steuck2020-12-301-1/+2
* executor: remove hardcoded timeoutsDmitry Vyukov2020-12-251-6/+12
* pkg/csource: setup sysctl's in C reproducersDmitry Vyukov2020-10-281-0/+3
* executor: msvc support syz-executorSuraj K Suresh2020-10-031-3/+17
* executor: forbid inlining of 'remove_dir'Alexander Egorenkov2020-09-181-1/+8
* executor: improve opendir(3) error handlingAnton Lindqvist2020-09-121-1/+13
* sys/test/test: add a hanging testDmitry Vyukov2020-09-121-1/+1
* executor: warn about C89-style var declarationsDmitry Vyukov2020-08-141-10/+9
* executor: always ignore SIGBUS on FreeBSDMark Johnston2020-08-081-1/+13
* executor: add some code style checksDmitry Vyukov2020-08-061-1/+1
* executor: remove block commentsDmitry Vyukov2020-08-041-10/+10
* executor: remove NONFAILING from pseudo-syscallsDmitry Vyukov2020-07-151-1/+1
* executor: fix endianness problem in internet checksumAlexander Egorenkov2020-06-191-1/+1
* sys/netbsd: add support for fault injection (#1817)m00nbsd2020-06-111-1/+1
* executor: fix typo (#1737)Michael Tüxen2020-05-131-1/+1
* executor: fix #ifdef condition for remove_dir()Michael Tuexen2020-05-131-1/+1
* csource, executor: add usb emulation featureAndrey Konovalov2020-04-031-0/+3
* executor, sys/linux: add ath9k usb descriptionsAndrey Konovalov2020-03-131-2/+3
* executor: fix clang-tidy warningsDmitry Vyukov2020-03-111-1/+1
* executor: rename some macrosDmitry Vyukov2019-11-161-17/+17
* executor, host, csource: Add support to enable KCSANMarco Elver2019-10-041-0/+3
* all: convert Fuchsia to use "host fuzzing" modeMatthew Dempsky2019-08-271-0/+2
* executor: fix procid not declared properly for netbsd (#1358)Andrey Konovalov2019-08-221-1/+1
* executor: make errors during thread creation exit zeroAnton Lindqvist2019-07-041-2/+2
* pkg/csource: generate timeouts for USB syzcallsAndrey Konovalov2019-05-311-1/+2
* executor: implement support for leak checkingDmitry Vyukov2019-05-201-2/+21