aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource
Commit message (Expand)AuthorAgeFilesLines
* pkg/csource: turn off 32-bit testsDmitry Vyukov2018-07-271-0/+4
* executor: disable clang-format for some partsDmitry Vyukov2018-07-271-9/+5
* pkg/csource: rewrite gen.sh in GoDmitry Vyukov2018-07-274-57/+74
* pkg/csource: add option to trace syscall resultsDmitry Vyukov2018-07-275-14/+48
* pkg/csource: tidy generated codeDmitry Vyukov2018-07-273-192/+224
* executor: simplify event_timedwaitDmitry Vyukov2018-07-271-30/+19
* executor: ignore unshare errors in setuid sandboxDmitry Vyukov2018-07-271-4/+8
* pkg/csource: say what compiler is missingDmitry Vyukov2018-07-252-7/+5
* pkg/csource: tun/cgroups are linux-specificDmitry Vyukov2018-07-251-2/+1
* pkg/csource: remove /bin/bash assumptionAnton Lindqvist2018-07-251-1/+1
* executor: overhaulDmitry Vyukov2018-07-2413-2806/+1593
* pkg/host: add "network devices" featureDmitry Vyukov2018-07-131-0/+8
* sys/linux: implement fuse as normal syscallsDmitry Vyukov2018-07-101-63/+0
* executor: tweaks for better 9p testingDmitry Vyukov2018-07-081-2/+8
* prog, pkg/compiler: support fmt typeDmitry Vyukov2018-07-082-37/+67
* executor: executor fix fuchsia buildDmitry Vyukov2018-07-071-0/+1
* executor: repair akaros supportDmitry Vyukov2018-07-051-34/+89
* pkg/csource: disable most features on akarosDmitry Vyukov2018-07-051-8/+8
* executor: remove unnecessary parensDmitry Vyukov2018-07-051-1/+1
* pkg/csource: prevent unused-result warningsDmitry Vyukov2018-07-021-2/+2
* executor: include more headers on fuchsiaDmitry Vyukov2018-06-301-0/+2
* pkg/csource: account for different types of syscalls on fuchsiaDmitry Vyukov2018-06-301-5/+10
* pkg/csource: don't use pthread_cond_timedwait for fuchsiaDmitry Vyukov2018-06-301-25/+8
* executor, pkg/ipc: support output over pipesDmitry Vyukov2018-06-291-1/+1
* executor: fix pid check after forkDmitry Vyukov2018-06-291-2/+2
* pkg/csource: support fuchsiaDmitry Vyukov2018-06-2911-124/+868
* executor: don't crash during tun setup if ipv6 is not enabledDmitry Vyukov2018-06-261-4/+4
* executor: rework fallback coverageDmitry Vyukov2018-06-221-2/+2
* executor: handle case when AF_INET is not enabledDmitry Vyukov2018-06-221-4/+28
* executor: always use errors=continue when mounting ext2/3/4Dmitry Vyukov2018-06-111-5/+16
* executor: make syscall table and number constantDmitry Vyukov2018-06-074-8/+0
* pkg/csource: allow to build source fom memoryDmitry Vyukov2018-06-062-16/+26
* Makefile, sys/targets: move all native compilation logic to sys/targetsDmitry Vyukov2018-06-063-9/+5
* pkg/csource: minimize netdevices and net resetDmitry Vyukov2018-05-174-20/+48
* pkg/csource: serialize options into jsonDmitry Vyukov2018-05-172-17/+43
* pkg/osutil: introduce TempFile helperDmitry Vyukov2018-05-141-11/+9
* executor: fix strncpy compile errorIoana Ciornei2018-05-131-1/+1
* pkg/csource: fix test exit codeDmitry Vyukov2018-05-071-1/+1
* pkg/csource: skip tests under race detectorDmitry Vyukov2018-05-071-0/+23
* pkg/csource: reduce test sizeDmitry Vyukov2018-05-071-4/+6
* gometalinter: enable line length checkingDmitry Vyukov2018-05-042-16/+23
* gometalinter: enable package comment checkingDmitry Vyukov2018-05-035-4/+8
* pkg/scource: rename compiled binary to syz-executorDmitry Vyukov2018-04-241-1/+3
* executor: don't fail when ipv6 is not enabledDmitry Vyukov2018-04-201-1/+7
* executor: increase max image size to 128MBDmitry Vyukov2018-04-191-3/+3
* executor: don't fail if IPv6 is not enabledDmitry Vyukov2018-04-161-1/+7
* executor: add two slave interfaces for bridge,bond,teamHangbin Liu2018-04-131-4/+17
* sys/linux: add veth devices to devnamesDmitry Vyukov2018-04-111-1/+0
* executor: add salve interface for bond0/team0Hangbin Liu2018-04-111-2/+6
* executor: create team deviceDmitry Vyukov2018-04-061-6/+8