aboutsummaryrefslogtreecommitdiffstats
path: root/csource
Commit message (Expand)AuthorAgeFilesLines
* pkg/csource: move from csourceDmitry Vyukov2017-06-173-2646/+0
* executor: fix clang-tidy warningsDmitry Vyukov2017-06-132-16/+24
* 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
* | csource: reformatDmitry Vyukov2017-06-131-1/+1
|/
* csource: use reflect to iterate over optionsAndrey Konovalov2017-06-121-97/+48
* csource: don't use guard macros for debug() and NONFAILING()Andrey Konovalov2017-06-122-123/+97
* csource: speed up short testsAndrey Konovalov2017-06-121-7/+73
* repro: always minimize over EnableTunAndrey Konovalov2017-06-122-7/+9
* csource: generate includes when necessaryAndrey Konovalov2017-06-122-26/+111
* csource: don't generate execute_syscall callsAndrey Konovalov2017-06-122-6/+26
* 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-123-14/+50
* csource: try to simplify repeat loopAndrey Konovalov2017-06-123-12/+28
* csource: use sandbox only when requiredAndrey Konovalov2017-06-123-10/+35
* csource: emit bitmasks only when requiredAndrey Konovalov2017-06-122-30/+26
* csource: force enable tun flag when requiredAndrey Konovalov2017-06-122-10/+18
* csource: only handle SIGSEGV when necessaryAndrey Konovalov2017-06-123-31/+62
* executor: don't define SYZ_ENABLE_TUN in executorAndrey Konovalov2017-06-121-11/+11
* csource: use tmp dir only when necessaryAndrey Konovalov2017-06-123-15/+30
* executor: split setup_main_process into smaller functionsAndrey Konovalov2017-06-122-22/+23
* csource: add EnableTun optionAndrey Konovalov2017-06-123-59/+67
* executor: call flush_tun for repeat reprosAndrey Konovalov2017-06-121-7/+12
* executor: move inet checksum code under ifdefAndrey Konovalov2017-06-121-30/+32
* pkg/fileutil: move from fileutilDmitry Vyukov2017-06-031-1/+1
* csource: regenerateDmitry Vyukov2017-06-031-1/+1
* all: speed up testsDmitry Vyukov2017-05-291-1/+3
* csource: reproduce crashes with fault injectionDmitry Vyukov2017-05-263-24/+56
* sys, executor: extract tcp sequence numbers from /dev/net/tunAndrey Konovalov2017-05-262-11/+136
* csource: regenerateDmitry Vyukov2017-05-251-0/+6
* prog, executor: move checksum computation to executorAndrey Konovalov2017-05-122-1/+56
* csource: strip __STDC_VERSION__ macro from generated sourceDmitry Vyukov2017-05-061-1/+12
* vm: add Odroid supportAndrey Konovalov2017-03-101-1/+1
* csource: regenerateDmitry Vyukov2017-03-051-1/+6
* csource: fix parallel mode to wait for subprocessesDmitry Vyukov2017-02-021-1/+3
* executor: fix undefined setup_tun() function error in c reprosAndrey Konovalov2017-02-011-2/+6
* csource: regenerate and reformatDmitry Vyukov2017-02-012-2/+4
* executor: fix tun initialization when sandbox != noneAndrey Konovalov2017-01-312-20/+31
* sys: improve kvm descriptionDmitry Vyukov2017-01-281-63/+106
* csource, syz-gce: regenerate and reformatDmitry Vyukov2017-01-271-2/+2
* executor: protect against memory corruptions betterDmitry Vyukov2017-01-251-2/+8
* executor: change tun subnet to 172.20.*Andrey Konovalov2017-01-231-3/+3
* csource: use 0x%x format for printing bitfield addr and argAndrey Konovalov2017-01-231-1/+1
* all: spot optimizationsDmitry Vyukov2017-01-201-1/+4
* executor: fix warning regarding type cast in STORE_BY_BITMASKAndrey Konovalov2017-01-201-1/+1
* csource: fix STORE_BY_BITMASK in prog2cAndrey Konovalov2017-01-201-1/+1
* executor: fix copyin of valuesDmitry Vyukov2017-01-171-11/+13
* csource: regenerateDmitry Vyukov2017-01-171-0/+12
* prog: add bitfields to templatesAndrey Konovalov2017-01-171-1/+10