aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor.cc
Commit message (Expand)AuthorAgeFilesLines
* executor: fail on SEGV during clone()Aleksandr Nogikh2022-01-211-0/+1
* executor: don't print errno for successful callsDmitry Vyukov2022-01-111-5/+7
* executor: ignore async flag in the non-threaded modeAleksandr Nogikh2021-12-131-3/+3
* executor: do exitf instead of fail on kcov shortageAleksandr Nogikh2021-12-101-2/+2
* all: add the `rerun` call propertyAleksandr Nogikh2021-12-101-0/+9
* all: replace collide mode by `async` call propertyAleksandr Nogikh2021-12-101-98/+84
* executor: fix kcov mmaping in the non-optimized modeAleksandr Nogikh2021-12-091-2/+0
* all: adapt to how mmapping a kcov instance works in LinuxAleksandr Nogikh2021-12-091-4/+22
* executor: set fixed fd for the extra coverage kcov instanceAleksandr Nogikh2021-12-061-0/+2
* executor: delay kcov mmap until it is neededAleksandr Nogikh2021-12-031-15/+12
* executor: reserve fds that will belong to kcovAleksandr Nogikh2021-12-031-3/+8
* executor: allocate output region for individual programsAleksandr Nogikh2021-12-031-18/+79
* executor: introduce threads without coverageAleksandr Nogikh2021-12-031-6/+24
* executor: setup cgroups onceDmitry Vyukov2021-10-121-0/+1
* executor: check for single-line compound statementsDmitry Vyukov2021-10-011-2/+1
* executor: fail if the first argument isn't a known commandAndrei Vagin2021-09-301-0/+5
* all: refactor fault injection into call propsAleksandr Nogikh2021-09-221-24/+21
* all: introduce call propertiesAleksandr Nogikh2021-09-221-3/+8
* executor: fix remote coverage collectionAleksandr Nogikh2021-08-261-2/+0
* executor: initial darwin supportPatrick Meyer2021-05-201-3/+20
* executor, syz-fuzzer: fix readonly rootJoey Jiao2021-03-181-1/+11
* executor: don't fail on "negative running"Dmitry Vyukov2021-03-041-1/+1
* prog: detect copyout overflowDmitry Vyukov2021-03-041-1/+1
* executor: improve SYZFAIL messageDmitry Vyukov2021-02-261-1/+1
* pkg/report: detect executor failuresDmitry Vyukov2021-02-211-53/+66
* executor: don't fail in syz_genetlink_get_family_idDmitry Vyukov2021-02-191-0/+2
* sys/linux: add ieee802154 descriptionsDmitry Vyukov2021-02-121-0/+1
* all: make timeouts configurableDmitry Vyukov2020-12-281-4/+6
* executor: remove hardcoded timeoutsDmitry Vyukov2020-12-251-10/+21
* executor: don't use coverage edges for gvisorDmitry Vyukov2020-12-161-5/+3
* executor: use coverage filter for comparisonsDmitry Vyukov2020-12-091-1/+1
* executor: capture outgoing edges from interesting codeDmitry Vyukov2020-12-091-6/+10
* executor: minor coverage filter cleanupDmitry Vyukov2020-12-091-1/+1
* syz-manager/manager.go, executor/executor.cc: support coverage filterKaipeng Zeng2020-12-061-2/+9
* sys/linux, sys/freebsd: apply more ignore_return attributesDmitry Vyukov2020-12-051-6/+3
* pkg/csource: setup sysctl's in C reproducersDmitry Vyukov2020-10-281-2/+1
* executor: increase prog_extra_cover_timeout for progs that inject 802.11 framesAleksandr Nogikh2020-10-051-1/+3
* executor: msvc support syz-executorSuraj K Suresh2020-10-031-6/+10
* executor: check for \n in fail/exitf messagesDmitry Vyukov2020-09-281-1/+1
* executor: make exit code during fail() depend on fault injectionAleksandr Nogikh2020-09-221-1/+24
* all: integrate with mac80211_hwsimAleksandr Nogikh2020-09-221-0/+2
* sys/test/test: add a hanging testDmitry Vyukov2020-09-121-1/+1
* executor: warn about C89-style var declarationsDmitry Vyukov2020-08-141-4/+4
* executor: add some code style checksDmitry Vyukov2020-08-061-1/+1
* all: initialize vhci in linuxTheOfficialFloW2020-07-301-0/+2
* executor: wrap all syscalls into NONFAILINGDmitry Vyukov2020-07-151-2/+5
* executor: fix bitfields for big-endian archAlexander Egorenkov2020-07-101-1/+11
* executor: clarify debug/debug_verbose useDmitry Vyukov2020-07-081-1/+5
* executor: prohibit mallocDmitry Vyukov2020-07-081-0/+7
* executor: don't use static_assertDmitry Vyukov2020-06-251-1/+1