aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* executor: protect kcov/output regions with pkeysDmitry Vyukov2024-08-164-10/+84
* executor: keep SYZFAIL messages during machine checkDmitry Vyukov2024-08-161-3/+6
* executor: simplify mapping of kcov guard pagesDmitry Vyukov2024-08-141-9/+1
* executor: set process name before taking snapshotDmitry Vyukov2024-08-131-7/+6
* executor: arm64: add SYZOS_API_HVCAlexander Potapenko2024-08-071-8/+36
* executor: arm64: add SYZOS_API_SMCAlexander Potapenko2024-08-071-0/+36
* executor: fix coverage collection in snapshot modeDmitry Vyukov2024-08-061-3/+5
* executor: arm64: add SYZOS_API_MSRAlexander Potapenko2024-08-053-0/+46
* executor: arm64: kvm: exit from guest_main() using guest_uexit()Alexander Potapenko2024-08-051-0/+1
* executor: add missing static declarations in common_kvm_arm64_syzos.hAlexander Potapenko2024-08-051-4/+4
* pkg/rpcserver: use dense VM indices instead of string namesDmitry Vyukov2024-08-021-8/+11
* executor: restart procs more deterministicallyDmitry Vyukov2024-08-021-9/+41
* pkg/fuzzer: try to triage on different VMsDmitry Vyukov2024-08-022-1/+3
* executor: handle EINTR in connectGreg Steuck2024-07-301-1/+23
* executor: arm64: sys/linux: introduce syzos APIAlexander Potapenko2024-07-293-12/+76
* executor: more precise detection of exit/_exit in the linterAlexander Potapenko2024-07-291-1/+1
* executor: arm64: add syzos headerAlexander Potapenko2024-07-293-1/+29
* executor: arm64: more flexible physical page allocationAlexander Potapenko2024-07-292-14/+78
* 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