aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource
Commit message (Expand)AuthorAgeFilesLines
* pkg/csource: fix build of generated filesDmitry Vyukov2018-01-061-1/+1
* pkg/csource: tidy up generated code a bitDmitry Vyukov2017-12-272-16/+26
* executor: introduce uint64/32/16/8 typesDmitry Vyukov2017-12-275-165/+187
* executor: fix another format bugDmitry Vyukov2017-12-271-1/+1
* pkg/csource: add top-level repeat loopDmitry Vyukov2017-12-271-16/+28
* pkg/csource: simplify generated codeDmitry Vyukov2017-12-271-5/+3
* executor: check format stringsDmitry Vyukov2017-12-275-35/+40
* pkg/csource: mimic the way syscalls are scheduled in executorDmitry Vyukov2017-12-222-22/+70
* executor: remove dead codeDmitry Vyukov2017-12-221-2/+0
* pkg/csource: fix handling of proc typesDmitry Vyukov2017-12-222-18/+37
* pkg/csource: limit thread stacksDmitry Vyukov2017-12-221-2/+5
* pkg/csource: fix string escaping bugDmitry Vyukov2017-12-221-0/+2
* pkg/csource: make strings more readableDmitry Vyukov2017-12-171-11/+56
* prog: use dense indexes for copyout instructionsDmitry Vyukov2017-12-171-13/+42
* prog: add DeserializeExecDmitry Vyukov2017-12-171-124/+77
* pkg/csource: refactorDmitry Vyukov2017-12-174-179/+230
* sys: move test syscalls to a separate targetDmitry Vyukov2017-12-172-7/+3
* executor: fix macros in common.hAndrey Konovalov2017-12-144-12/+16
* executor: fix buildDmitry Vyukov2017-12-064-16/+34
* sys/linux: open files from /procDmitry Vyukov2017-11-271-8/+28
* sys/syz-extract: fix mmap on armDmitry Vyukov2017-11-231-1/+1
* pkg/csource: add function to parse serialized optionsDmitry Vyukov2017-11-174-105/+215
* pkg/osutil: don't leace runaway processesDmitry Vyukov2017-11-161-4/+5
* executor: proceed even if /dev/net/tun is not availableAndrey Konovalov2017-11-081-2/+12
* csource: Fix sed(1) invocationzoulasc2017-11-061-4/+4
* pkg/csource: add freebsd/netbsd supportDmitry Vyukov2017-10-264-0/+652
* executor: fix build breakages due to doexitDmitry Vyukov2017-10-192-6/+21
* executor: fix akaros nonfailing modeDmitry Vyukov2017-10-161-1/+9
* executor, pkg/ipc: unify ipc protocol between linux and other OSesDmitry Vyukov2017-10-163-12/+17
* pkg/csource: support akarosDmitry Vyukov2017-10-164-123/+548
* executor: write debug output to stderrDmitry Vyukov2017-10-161-2/+2
* pkg/ipc: don't send program padding to executorDmitry Vyukov2017-10-121-1/+1
* executor: include missing headerDmitry Vyukov2017-10-101-3/+6
* all: basic freebsd supportDmitry Vyukov2017-10-021-0/+3
* executor: support fragmentation in syz_emit_ethernetDmitry Vyukov2017-10-021-16/+67
* executor: fix execution of windows syscallsDmitry Vyukov2017-09-271-1/+6
* executor, sys/windows: initial windows supportDmitry Vyukov2017-09-252-56/+63
* pkg/csource: disable linux/386 testsDmitry Vyukov2017-09-221-0/+5
* all: more assorted fuchsia supportDmitry Vyukov2017-09-223-148/+153
* sys/targets: move targets from sys packageDmitry Vyukov2017-09-151-3/+3
* pkg/csource: support archs other than x86_64Dmitry Vyukov2017-09-152-24/+68
* prog: remove default target and all global stateDmitry Vyukov2017-09-152-15/+15
* syz-manager/mgrconfig: explicitly specify target in configDmitry Vyukov2017-09-151-0/+5
* prog, sys: move types to progDmitry Vyukov2017-09-052-2/+3
* sys: rename Call to SyscallDmitry Vyukov2017-09-051-1/+1
* pkg/compiler: check and generate typesDmitry Vyukov2017-09-021-5/+6
* sys, prog: switch values to to uint64Dmitry Vyukov2017-08-191-5/+5
* pkg/repro: fix invalid options minimizationDmitry Vyukov2017-08-092-6/+15
* pkg/csource, pkg/repro: filter out invalid options combinationsDmitry Vyukov2017-08-092-2/+25
* executor: sandbox with RLIMIT_MEMLOCKDmitry Vyukov2017-08-081-0/+2