aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common.h
Commit message (Expand)AuthorAgeFilesLines
* executor: increase timeouts for glob requestsNick Biryulin2025-01-281-1/+5
* executor: query globs in the test program contextDmitry Vyukov2024-12-111-2/+14
* all: add qemu snapshotting modeDmitry Vyukov2024-07-251-2/+9
* executor: prohibit malloc/calloc via linterDmitry Vyukov2024-06-251-1/+1
* executor: add runner modeDmitry Vyukov2024-06-241-11/+8
* executor: optimize waiting for child processes exitDmitry Vyukov2024-06-101-1/+1
* executor: don't call close_fds twiceDmitry Vyukov2024-06-101-1/+2
* executor: remove noshmem modeDmitry Vyukov2024-06-041-7/+2
* executor: rework feature setupDmitry Vyukov2024-06-031-8/+18
* pkg/csource: remove the Repro optionAleksandr Nogikh2024-05-171-2/+0
* all: remove akaros supportDmitry Vyukov2024-04-151-51/+3
* 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