aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* executor: set `source` for the proc mountAndrei Vagin2024-07-031-1/+1
* executor: linux: bump fs.mount-max to 100000Alexander Potapenko2024-07-031-0/+3
* pkg/fuzzer: remove signal rotationDmitry Vyukov2024-07-023-16/+1
* executor: linux: chroot into tmpfs with sandbox=noneAlexander Potapenko2024-07-021-50/+63
* pkg/mgrconfig: allow to disable remote coverage and coverage edgesDmitry Vyukov2024-07-021-7/+9
* pkg/rpcserver: move kernel test/data range checks from executorDmitry Vyukov2024-07-018-219/+80
* pkg/report: suppress executor SIGBUSDmitry Vyukov2024-07-011-2/+3
* executor: fix endianess of size of received flatbuffers root tableAlexander Egorenkov2024-07-011-0/+2
* pkg/flatrpc: rename StartLeakChecks to CorpusTriagedDmitry Vyukov2024-07-011-3/+3
* 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