aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* executor: fix macros in common.hAndrey Konovalov2017-12-141-3/+4
* executor: fix buildDmitry Vyukov2017-12-061-2/+2
* executor: fix build breakages due to doexitDmitry Vyukov2017-10-191-0/+8
* executor, pkg/ipc: unify ipc protocol between linux and other OSesDmitry Vyukov2017-10-161-5/+9
* executor: write debug output to stderrDmitry Vyukov2017-10-161-2/+2
* executor: fix execution of windows syscallsDmitry Vyukov2017-09-271-2/+6
* executor, sys/windows: initial windows supportDmitry Vyukov2017-09-251-63/+4
* all: more assorted fuchsia supportDmitry Vyukov2017-09-221-894/+24
* executor: sandbox with RLIMIT_MEMLOCKDmitry Vyukov2017-08-081-0/+2
* pkg/csource: make all usleeps randomAndrey Konovalov2017-07-241-2/+0
* Port console to Darwin (#253)Zach Riggle2017-06-261-0/+2
* executor: fix clang-tidy warningsDmitry Vyukov2017-06-131-15/+15