aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
...
* executor: fix execution of windows syscallsDmitry Vyukov2017-09-273-7/+13
* Makefile: add fuchsia supportDmitry Vyukov2017-09-251-0/+1
* executor, sys/windows: initial windows supportDmitry Vyukov2017-09-2512-196/+514
* sys/fuchsia: describe more syscallsDmitry Vyukov2017-09-252-8/+188
* sys/syz-extract: support fuchsiaDmitry Vyukov2017-09-251-2/+2
* all: more assorted fuchsia supportDmitry Vyukov2017-09-229-2112/+2370
* all: initial support for fuchsiaDmitry Vyukov2017-09-207-7/+40
* executor: split source per-OSDmitry Vyukov2017-09-202-0/+9
* executor: remove unused headersDmitry Vyukov2017-09-201-2/+0
* sys/linux: improve user_desc descriptionDmitry Vyukov2017-09-201-3/+3
* pkg/compiler: don't genererate missing syscallsDmitry Vyukov2017-09-151-281/+5
* syz-manager, syz-fuzzer, executor: ensure that binaries are consistentDmitry Vyukov2017-09-152-0/+19
* pkg/csource: support archs other than x86_64Dmitry Vyukov2017-09-151-2/+3
* sys: consolidate info about various targetsDmitry Vyukov2017-09-151-2988/+2988
* executor: fix 32-bit modeDmitry Vyukov2017-09-051-5/+1
* sys: improve timespec/timeval generationDmitry Vyukov2017-09-051-0/+2
* pkg/compiler: detect resources without ctorsDmitry Vyukov2017-09-041-0/+5
* sys: improve bpf descriptionsDmitry Vyukov2017-09-021-0/+35
* pkg/compiler: restore generation of unsupported syscallsDmitry Vyukov2017-09-021-0/+276
* sys: add AF_PACKET sockets descriptionAndrey Konovalov2017-09-011-0/+99
* executor, ipc: modify the IO between KCOV<->executor<->fuzzerVictor Chibotaru2017-08-301-37/+116
* executor, fuzzer: change the way Syzkaller opens the KCOV deviceVictor Chibotaru2017-08-301-18/+38
* pkg/compiler: move more const-processing code to compilerDmitry Vyukov2017-08-271-519/+555
* pkg/compiler, sys/syz-sysgen: move const handling to pkg/compilerDmitry Vyukov2017-08-271-275/+0
* executor: split a too long lineDmitry Vyukov2017-08-241-1/+3
* all: support i386 archDmitry Vyukov2017-08-192-6/+1537
* sys: support arm archDmitry Vyukov2017-08-191-0/+1521
* sys: describe clone/execve callsDmitry Vyukov2017-08-121-0/+9
* sys: describe chroot/getcwd/chdir/fchdirDmitry Vyukov2017-08-121-0/+12
* executor: sandbox with RLIMIT_MEMLOCKDmitry Vyukov2017-08-081-0/+2
* prog: fix encoding for exec of result argsAndrey Konovalov2017-08-011-0/+6
* prog: return error instead of panic when parsingAndrey Konovalov2017-07-241-0/+3
* pkg/csource: make all usleeps randomAndrey Konovalov2017-07-241-2/+0
* prog: allow recursion for optional pointersAndrey Konovalov2017-07-191-0/+9
* Makefile: actually cross-compile during presubmitDmitry Vyukov2017-06-261-0/+7
* Port console to Darwin (#253)Zach Riggle2017-06-261-0/+2
* sys: add ETHTOOL ioctl in socket.txtJB Cayrou2017-06-191-0/+3
* sys: use consistent icmp socket syscall namesAndrey Konovalov2017-06-141-36/+30
* executor: handle EACCES errno when opening /dev/kvm in testDmitry Vyukov2017-06-141-1/+1
* executor: fix compiler warnings in testDmitry Vyukov2017-06-141-21/+24
* executor: fix csum testDmitry Vyukov2017-06-141-1/+1
* makefile: list generated packagesAndrey Konovalov2017-06-141-1/+1
* executor: fix clang-tidy warningsDmitry Vyukov2017-06-132-18/+18
* sys: check in generated filesDmitry Vyukov2017-06-131-0/+4542
* 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
* | executor: reformatDmitry Vyukov2017-06-131-1/+1
|/
* csource: don't use guard macros for debug() and NONFAILING()Andrey Konovalov2017-06-122-109/+69
* repro: always minimize over EnableTunAndrey Konovalov2017-06-121-1/+1
* csource: generate includes when necessaryAndrey Konovalov2017-06-121-25/+102