aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* all: add qemu snapshotting modeDmitry Vyukov2024-07-255-37/+341
* executor: increase kExtraCoverSize to 1024kAndrey Konovalov2024-07-231-1/+1
* executor: fix writing of remote coverageDmitry Vyukov2024-07-223-3/+26
* executor: refactor argument parsingDmitry Vyukov2024-07-221-4/+8
* prog: restricts hints to at most 10 attempts per single kernel PCDmitry Vyukov2024-07-221-16/+10
* executor: deduplicate signal per-callAleksandr Nogikh2024-07-181-13/+15
* executor: fix localhost handling for machines with only ipv6Konstantin Bogomolov2024-07-181-7/+15
* executor: manually replace localhost with equivalent ipv4/6 addressKonstantin Bogomolov2024-07-171-0/+5
* executor: avoid setsid() errorsMark Johnston2024-07-171-1/+1
* executor: print signal info for SIGILL/SIGFPE as wellDmitry Vyukov2024-07-171-9/+24
* executor: fix setup of cad_pidDmitry Vyukov2024-07-161-5/+20
* executor: factor output finishing into separate functionDmitry Vyukov2024-07-112-37/+46
* executor: retry read in case of known restartable errorsGreg Steuck2024-07-101-1/+5
* executor: only report unknown setsid errorsGreg Steuck2024-07-091-1/+1
* executor: fix diagnostic message typoGreg Steuck2024-07-091-1/+1
* executor: handle EINTR when reading from control pipeDmitry Vyukov2024-07-081-3/+3
* executor: repair debug modeDmitry Vyukov2024-07-081-1/+8
* 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