aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* makefile: list generated packagesAndrey Konovalov2017-06-141-1/+1
* executor: fix clang-tidy warningsDmitry Vyukov2017-06-132-18/+18
* sys: check in generated filesDmitry Vyukov2017-06-131-0/+4542
* Merge pull request #223 from xairy/up-makedev-fixAndrey Konovalov2017-06-131-0/+1
|\
| * executor: add sys/sysmacros.h include for makedev in newer gccAndrey Konovalov2017-06-131-0/+1
* | executor: reformatDmitry Vyukov2017-06-131-1/+1
|/
* csource: don't use guard macros for debug() and NONFAILING()Andrey Konovalov2017-06-122-109/+69
* repro: always minimize over EnableTunAndrey Konovalov2017-06-121-1/+1
* csource: generate includes when necessaryAndrey Konovalov2017-06-121-25/+102
* csource: don't generate execute_syscall callsAndrey Konovalov2017-06-121-0/+2
* csource: use tmp dir in repeat loop when tmpdir flag is onAndrey Konovalov2017-06-121-1/+9
* csource: only emit fail(), exitf() and doexit() when necessaryAndrey Konovalov2017-06-121-1/+15
* csourse: don't generate debug printfsAndrey Konovalov2017-06-121-2/+32
* csource: try to simplify repeat loopAndrey Konovalov2017-06-121-3/+10
* csource: use sandbox only when requiredAndrey Konovalov2017-06-121-0/+2
* csource: emit bitmasks only when requiredAndrey Konovalov2017-06-121-14/+16
* csource: force enable tun flag when requiredAndrey Konovalov2017-06-121-10/+2
* csource: only handle SIGSEGV when necessaryAndrey Konovalov2017-06-122-9/+29
* executor: don't define SYZ_ENABLE_TUN in executorAndrey Konovalov2017-06-122-17/+16
* csource: use tmp dir only when necessaryAndrey Konovalov2017-06-121-0/+2
* executor: split setup_main_process into smaller functionsAndrey Konovalov2017-06-122-23/+23
* csource: add EnableTun optionAndrey Konovalov2017-06-122-31/+36
* executor: call flush_tun for repeat reprosAndrey Konovalov2017-06-121-7/+12
* executor: move inet checksum code under ifdefAndrey Konovalov2017-06-121-30/+32
* executor: limit stack frame sizeDmitry Vyukov2017-05-311-1/+3
* all: cleanup executor/ipc status checkingMichael Pratt2017-05-301-1/+2
* csource: reproduce crashes with fault injectionDmitry Vyukov2017-05-262-15/+27
* all: add fault injection capabilityDmitry Vyukov2017-05-261-7/+48
* sys, executor: extract tcp sequence numbers from /dev/net/tunAndrey Konovalov2017-05-262-11/+146
* executor: increase syscall timeout in debug modeDmitry Vyukov2017-05-231-1/+2
* executor: mount /proc in namespaceDmitry Vyukov2017-05-231-0/+9
* prog, executor: move checksum computation to executorAndrey Konovalov2017-05-125-9/+277
* executor: rename test_kvm.cc to test_executor.ccAndrey Konovalov2017-05-101-0/+0
* executor: bump per-call timeoutDmitry Vyukov2017-04-251-1/+1
* vm: add Odroid supportAndrey Konovalov2017-03-101-1/+1
* executor: fix ppc64le buildDmitry Vyukov2017-03-021-0/+5
* executor: support wrapping executor with an external sandbox processDmitry Vyukov2017-02-271-0/+10
* executor: treat KCOV_ENABLE failure as transientDmitry Vyukov2017-02-151-2/+6
* executor: treat EAGAIN as transient failure as ENOMEMDmitry Vyukov2017-02-151-2/+2
* executor: increase kMaxCommands and add checksAndrey Konovalov2017-02-081-1/+5
* executor: better protect output region from corruptionsDmitry Vyukov2017-02-061-9/+18
* executor: fix undefined setup_tun() function error in c reprosAndrey Konovalov2017-02-011-2/+6
* csource: regenerate and reformatDmitry Vyukov2017-02-011-1/+1
* executor: fix tun initialization when sandbox != noneAndrey Konovalov2017-01-312-18/+32
* sys: improve kvm descriptionDmitry Vyukov2017-01-284-67/+120
* all: implement edge coverageDmitry Vyukov2017-01-271-47/+122
* executor: fix KVM testDmitry Vyukov2017-01-271-1/+1
* adb: executor: Revert to adb rebootBilly Lau2017-01-261-5/+0
* executor: protect against memory corruptions betterDmitry Vyukov2017-01-253-3/+15
* executor: change tun subnet to 172.20.*Andrey Konovalov2017-01-231-5/+3