aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common.h
Commit message (Expand)AuthorAgeFilesLines
* executor: rename some macrosDmitry Vyukov2019-11-161-17/+17
* executor, host, csource: Add support to enable KCSANMarco Elver2019-10-041-0/+3
* all: convert Fuchsia to use "host fuzzing" modeMatthew Dempsky2019-08-271-0/+2
* executor: fix procid not declared properly for netbsd (#1358)Andrey Konovalov2019-08-221-1/+1
* executor: make errors during thread creation exit zeroAnton Lindqvist2019-07-041-2/+2
* pkg/csource: generate timeouts for USB syzcallsAndrey Konovalov2019-05-311-1/+2
* executor: implement support for leak checkingDmitry Vyukov2019-05-201-2/+21
* all: add basic USB fuzzing supportAndrey Konovalov2019-04-111-2/+3
* all: add optional close_fds feature to reproducersAndrey Konovalov2019-04-091-2/+12
* csource: use /*FOO*/ instead of [[FOO]]Andrey Konovalov2019-04-091-13/+10
* executor: move syz_execute_func after os imports. (#1107)Marco Vanotti2019-04-031-16/+16
* executor: try to prevent machine outbreakDmitry Vyukov2019-04-021-1/+13
* executor: prevent non-null expected warningsDmitry Vyukov2019-03-211-1/+1
* pkg/runtest: make tests pass on freebsdDmitry Vyukov2019-03-071-1/+1
* execprog, stress, prog2c: unify flags to enable additional featuresAndrey Konovalov2019-03-051-0/+1
* executor: add missing includeDmitry Vyukov2019-02-011-0/+1
* executor, pkg/ipc: simplify retry handlingDmitry Vyukov2019-01-311-2/+3
* executor: remove ability to detect kernel bugsDmitry Vyukov2019-01-311-3/+1
* executor: fix do_sandbox_none on akaros and testDmitry Vyukov2019-01-311-2/+0
* executor: handle pthread_create errors betterDmitry Vyukov2019-01-311-3/+16
* pkg/csource: write tracing output to stderrDmitry Vyukov2019-01-311-1/+1
* sys/linux: extend AX25/ROSE/NETROM descriptionsDmitry Vyukov2018-12-241-2/+2
* pkg/csource: support tun and setuid repros on {free,open}bsdGreg Steuck2018-12-131-1/+2
* executor: fix handling of big-endian bitfieldsDmitry Vyukov2018-12-081-13/+4
* executor: FreeBSD: fixed endian.h pathmsvoelker2018-11-231-0/+4
* Android: Fix sandbox implementationZach Riggle2018-10-121-2/+6
* executor: make the debug output useful for race condition debuggingAlexander Popov2018-09-241-2/+1
* RFC: android: Add support for untrusted_app sandboxing (#697)Zach Riggle2018-09-171-1/+1
* sys/linux: add syz_execute_funcDmitry Vyukov2018-08-301-0/+9
* Add mandatory OpenBSD bits (#689)Anton Lindqvist2018-08-281-3/+3
* executor: fix gcc warnings in fuchsia generated codeDmitry Vyukov2018-08-191-13/+13
* executor: fix cgroupsDmitry Vyukov2018-08-091-3/+3
* executor: mount binfmt_mistDmitry Vyukov2018-08-091-4/+4
* executor: check write return valueDmitry Vyukov2018-08-051-1/+5
* executor: abort fuse connectionDmitry Vyukov2018-08-041-6/+12
* executor: make current_time_ms/sleep_msDmitry Vyukov2018-07-301-4/+3
* executor: disable clang-format for some partsDmitry Vyukov2018-07-271-8/+8
* pkg/csource: add option to trace syscall resultsDmitry Vyukov2018-07-271-0/+11
* pkg/csource: tidy generated codeDmitry Vyukov2018-07-271-7/+100
* executor: simplify event_timedwaitDmitry Vyukov2018-07-271-15/+10
* executor: overhaulDmitry Vyukov2018-07-241-110/+477
* executor: fix typo in commentAnton Lindqvist2018-07-231-1/+1
* pkg/csource: support fuchsiaDmitry Vyukov2018-06-291-7/+9
* executor: make syscall table and number constantDmitry Vyukov2018-06-071-3/+0
* sys/linux: add cgroup descriptionsDmitry Vyukov2018-03-251-0/+6
* executor: fix ifdef's for csourceDmitry Vyukov2018-03-071-1/+2
* executor: fix includesDmitry Vyukov2018-03-051-1/+6
* sys/linux: add syz_init_net_socket syscallDmitry Vyukov2018-03-051-3/+4
* executor: introduce uint64/32/16/8 typesDmitry Vyukov2017-12-271-8/+12
* executor: check format stringsDmitry Vyukov2017-12-271-7/+11