aboutsummaryrefslogtreecommitdiffstats
path: root/csource/common.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* vm: add ability to interrupt commandsDmitry Vyukov2016-11-191-0/+1
* repro: factor out of syz-repro toolDmitry Vyukov2016-11-191-1/+343
* sys, prog: add tests for description parsing and serializationDmitry Vyukov2016-09-281-0/+2
* csource: teach how to execute pseudo syz_ syscallsDmitry Vyukov2016-08-281-0/+148