aboutsummaryrefslogtreecommitdiffstats
path: root/csource/common.go
Commit message (Expand)AuthorAgeFilesLines
* executor: fix clang-tidy warningsDmitry Vyukov2017-06-131-15/+15
* executor: add sys/sysmacros.h include for makedev in newer gccAndrey Konovalov2017-06-131-0/+1
* csource: don't use guard macros for debug() and NONFAILING()Andrey Konovalov2017-06-121-107/+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-15/+20
* csource: force enable tun flag when requiredAndrey Konovalov2017-06-121-10/+2
* csource: only handle SIGSEGV when necessaryAndrey Konovalov2017-06-121-9/+24
* executor: don't define SYZ_ENABLE_TUN in executorAndrey Konovalov2017-06-121-11/+11
* csource: use tmp dir only when necessaryAndrey Konovalov2017-06-121-1/+4
* executor: split setup_main_process into smaller functionsAndrey Konovalov2017-06-121-19/+17
* csource: add EnableTun optionAndrey Konovalov2017-06-121-29/+33
* executor: call flush_tun for repeat reprosAndrey Konovalov2017-06-121-7/+12
* executor: move inet checksum code under ifdefAndrey Konovalov2017-06-121-30/+32
* csource: regenerateDmitry Vyukov2017-06-031-1/+1
* csource: reproduce crashes with fault injectionDmitry Vyukov2017-05-261-7/+26
* sys, executor: extract tcp sequence numbers from /dev/net/tunAndrey Konovalov2017-05-261-10/+132
* csource: regenerateDmitry Vyukov2017-05-251-0/+6
* prog, executor: move checksum computation to executorAndrey Konovalov2017-05-121-0/+30
* vm: add Odroid supportAndrey Konovalov2017-03-101-1/+1
* csource: regenerateDmitry Vyukov2017-03-051-1/+6
* executor: fix undefined setup_tun() function error in c reprosAndrey Konovalov2017-02-011-2/+6
* csource: regenerate and reformatDmitry Vyukov2017-02-011-2/+3
* executor: fix tun initialization when sandbox != noneAndrey Konovalov2017-01-311-14/+25
* 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
* executor: fix warning regarding type cast in STORE_BY_BITMASKAndrey Konovalov2017-01-201-1/+1
* executor: fix copyin of valuesDmitry Vyukov2017-01-171-11/+13
* csource: regenerateDmitry Vyukov2017-01-171-0/+12
* sys, executor: more kvm improvementsDmitry Vyukov2017-01-121-13/+98
* sys: extend kvm supportDmitry Vyukov2017-01-091-0/+834
* executor: use NONFAILING strcpy in syz_open_devDmitry Vyukov2017-01-091-1/+1
* csource: compile with -WerrorDmitry Vyukov2017-01-091-2/+2
* executor: don't fail on ENOMEMDmitry Vyukov2016-12-161-1/+1
* executor: handle exit failuresDmitry Vyukov2016-12-081-9/+25
* executor: add struct to cap structsDmitry Vyukov2016-12-071-7/+9
* executor: don't try to open tun if it's not enabledAndrey Konovalov2016-12-021-3/+8
* csourse: emit remove_dir only when neededAndrey Konovalov2016-11-291-0/+2
* executor: emit ethernet trafficAndrey Konovalov2016-11-291-12/+133
* csource: don't emit syz_ syscalls is they are not usedDmitry Vyukov2016-11-261-3/+26
* executor: fix sandbox=setuidDmitry Vyukov2016-11-221-0/+4
* csourceL add missing include and defineDmitry Vyukov2016-11-221-0/+2