aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* executor: new namespace-based sandboxDmitry Vyukov2016-01-222-8/+0
* vm: faster output oops greppingDmitry Vyukov2016-01-191-8/+8
* csource: format source with clang-formatDmitry Vyukov2016-01-151-0/+5
* vm/adb: add adb-based VMDmitry Vyukov2016-01-111-0/+1
* vm: refactor VM interface in preparation for adb supportDmitry Vyukov2016-01-111-11/+21
* tools: add script that creates a Linux image suitable for syzkallerDmitry Vyukov2016-01-071-0/+36
* tools/stress: disable unsupported syscallsDmitry Vyukov2015-12-301-5/+35
* tools/syz-upgrade: helper tool for corpus format upgradesDmitry Vyukov2015-12-281-0/+59
* tools/syz-repro: fix repeat multiplierDmitry Vyukov2015-12-241-1/+0
* tools/syz-repro: add reproduction toolDmitry Vyukov2015-12-231-0/+250
* prog: factor out execution log parsing functionalityDmitry Vyukov2015-12-231-35/+9
* execprog: detect executor-detected bugsDmitry Vyukov2015-12-231-0/+3
* execprog: replace loop flag with repeatDmitry Vyukov2015-12-231-2/+2
* csource: new packageDmitry Vyukov2015-12-231-4/+16
* add a flag to disable setpgid syscallDmitry Vyukov2015-12-172-0/+8
* executor: export syscall execution resultsDmitry Vyukov2015-12-172-2/+2
* remove master and naming overhaulDmitry Vyukov2015-12-174-0/+0
* move Gate type to ipc package and use it in stress toolDmitry Vyukov2015-12-171-8/+22
* tools/stress: minor improvementsDmitry Vyukov2015-12-171-10/+22
* execprog: rate limit printingDmitry Vyukov2015-11-281-4/+9
* tools/stress: support missing flagsDmitry Vyukov2015-11-231-2/+15
* use fork server in executorDmitry Vyukov2015-11-101-29/+32
* go fmtDmitry Vyukov2015-11-102-2/+2
* merge execlog and execprog toolsDmitry Vyukov2015-11-102-130/+99
* support parallel execution in stress utilityDmitry Vyukov2015-11-101-19/+27
* add collide mode to executorDmitry Vyukov2015-11-061-0/+4
* support dropprivs in execlog/execprogDmitry Vyukov2015-11-052-1/+9
* read corpus from a zip archive in stress toolDmitry Vyukov2015-10-201-8/+11
* add threaded and timeout flags to execlogDmitry Vyukov2015-10-201-1/+7
* allow to specify timeout in execprogDmitry Vyukov2015-10-201-1/+2
* add mutate tool that allows to manually investigate mutator behaviorDmitry Vyukov2015-10-161-0/+49
* initial support for call prioritiesDmitry Vyukov2015-10-141-1/+1
* allow to specify parallelism level in tools/execlogDmitry Vyukov2015-10-141-1/+2
* clean up temp files in tools/execprogDmitry Vyukov2015-10-141-0/+1
* deduplicate coverare in executorDmitry Vyukov2015-10-131-0/+4
* dump coverage in execprog commandDmitry Vyukov2015-10-131-3/+27
* process covereage in ipc package instead of fuzzerDmitry Vyukov2015-10-133-3/+3
* make ipc.Env.Exec accept the program to executeDmitry Vyukov2015-10-133-9/+6
* initial commitDmitry Vyukov2015-10-124-0/+280