aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* prog: include number of calls into exec encodingDmitry Vyukov2024-04-161-0/+1
* prog: more compact exec encoding for addressesDmitry Vyukov2024-04-151-5/+21
* prog: don't pad data in exec encodingDmitry Vyukov2024-04-151-3/+2
* prog: use leb128 for exec encodingDmitry Vyukov2024-04-151-22/+42
* all: remove akaros supportDmitry Vyukov2024-04-151-17/+0
* executor: prevent netlink_send_ext with dofail=trueAleksandr Nogikh2024-01-051-0/+5
* executor: move setup_ext() below other featuresAleksandr Nogikh2023-06-151-4/+4
* executor: use exitf instead of fail outside of setup sequence (#3959)Andrei Vagin2023-06-151-4/+4
* syz-manager, pkg/cover: normalize signals between VM instancesLiz Prucka2023-06-121-3/+6
* executor: remove a few #defines which are not used any longerGreg Steuck2022-10-251-10/+0
* executor: deal with input_data more sensiblyGreg Steuck2022-10-251-16/+22
* executor: cope with mimmutable(2) on OpenBSDAnton Lindqvist2022-10-231-2/+7
* executor: better errors for failed mmapsDmitry Vyukov2022-10-211-3/+4
* executor: add NIC PCI pass-through VF supportGeorge Kennedy2022-09-211-0/+2
* pkg/csource, pkg/instance, pkg/ipc, pkg/mgrconfig, tools/syz-prog2c, syz-mana...Andrey Artemiev2022-08-061-1/+5
* executor: added code to run Android with System accountAndrey Artemiev2022-07-191-1/+5
* executor: skips declaration of unused function 'doexit_thread' for fuchsiaKouame Behouba Manassé2022-06-221-0/+2
* executor: write magic in write_extra_outputAndrei Vagin2022-05-241-0/+1
* ipc: add magic in a call replyAndrei Vagin2022-05-241-0/+3
* executor: allow external extensions of the setup phaseDmitry Vyukov2022-04-271-0/+4
* 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