aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* executor: always return some coverage for test OSDmitry Vyukov2024-06-281-5/+10
* executor: don't trace PCs as comparisonsDmitry Vyukov2024-06-282-1/+4
* executor: fix max signal/cover filter mapping into subprocessesDmitry Vyukov2024-06-282-1/+15
* pkg/runtest: test feature detectionDmitry Vyukov2024-06-272-0/+46
* executor: handle features that fail in non-fatal wayDmitry Vyukov2024-06-271-1/+1
* executor: disable lsan for exec subprocessesDmitry Vyukov2024-06-261-2/+4
* executor: set PR_SET_PDEATHSIG for TestOSAleksandr Nogikh2024-06-261-0/+11
* executor: include missing headerDmitry Vyukov2024-06-261-0/+1
* executor: use mcontext_t only on linuxDmitry Vyukov2024-06-261-2/+2
* executor: check whether the address is stdin before validation a portAndrei Vagin2024-06-251-2/+2
* executor: use ftruncate instead of fallocateDmitry Vyukov2024-06-251-2/+3
* executor: prohibit malloc/calloc via linterDmitry Vyukov2024-06-254-16/+39
* executor: swap addr/pc in SigsegvHandlerDmitry Vyukov2024-06-251-1/+1
* Revert "syz-manager: support stdin as port forwarding result"Dmitry Vyukov2024-06-251-15/+3
* executor/linux: fix compilation error with old compilersPavel Skripkin2024-06-251-1/+8
* syz-manager: support stdin as port forwarding resultAleksandr Nogikh2024-06-241-3/+15
* executor: add runner modeDmitry Vyukov2024-06-2411-395/+1617
* executor: refactor coverage filterDmitry Vyukov2024-06-245-98/+315
* executor: fix is_kernel_data/pc for gVisorDmitry Vyukov2024-06-211-0/+4
* executor: handle errors from netlink_query_family_idCameron Finucane2024-06-171-0/+17
* executor: fix compiler warnings in 32-bit modeAlexander Egorenkov2024-06-131-2/+2
* executor: fix extraction of number of KCOV comparisons from coverage dataAlexander Egorenkov2024-06-121-3/+3
* docs: remove mentions of strconstDmitry Vyukov2024-06-111-1/+1
* executor: ignore kernel text addresses in comparisonsDmitry Vyukov2024-06-111-2/+2
* executor: factor out is_kernel_pc helperDmitry Vyukov2024-06-116-32/+62
* executor: add end-to-end coverage/signal/comparisons testDmitry Vyukov2024-06-117-15/+67
* executor: map input buffer as sharedCameron Finucane2024-06-111-1/+1
* executor: optimize waiting for child processes exitDmitry Vyukov2024-06-103-1/+11
* executor: use close_range if availableDmitry Vyukov2024-06-101-0/+5
* executor: don't call close_fds twiceDmitry Vyukov2024-06-101-1/+2
* executor: allow to run a single testDmitry Vyukov2024-06-052-3/+5
* executor: remove noshmem modeDmitry Vyukov2024-06-047-92/+4
* executor: repair asan buildDmitry Vyukov2024-06-041-12/+29
* executor: fix gvisor signalDmitry Vyukov2024-06-032-5/+7
* executor: rework feature setupDmitry Vyukov2024-06-035-115/+167
* executor: fix coverfilter header sizeDmitry Vyukov2024-05-282-19/+17
* prog: introduce a remote_cover call attributeAleksandr Nogikh2024-05-271-4/+2
* executor: always send 64bit pc and sigJoey Jiao2024-05-271-6/+5
* executor: remove including error.h in test_linux.hKhem Raj2024-05-221-1/+0
* pkg/csource: remove the Repro optionAleksandr Nogikh2024-05-171-2/+0
* pkg/vminfo: move feature checking to hostDmitry Vyukov2024-05-154-27/+77
* executor: setup binfmt_mist only if it has been mountedAndrei Vagin2024-05-091-0/+1
* executor: fix embeding of headersDmitry Vyukov2024-05-081-5/+9
* pkg/csource: replace go:generate with go:embedDmitry Vyukov2024-05-082-7/+73
* pkg/ipc: move executor common_ext testDmitry Vyukov2024-05-081-63/+0
* executor: move flatbuffers from vendor to executorTaras Madan2024-05-0831-0/+11895
* executor: consistently fail on feature setupDmitry Vyukov2024-05-071-42/+41
* executor: make flatrpc build for C++Dmitry Vyukov2024-05-032-6/+4
* pkg/vminfo: check enabled syscalls on the hostDmitry Vyukov2024-05-021-2/+0
* pkg/ipc: consistently set ENOSYS for non-executed syscallsDmitry Vyukov2024-05-021-1/+1