aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource
Commit message (Expand)AuthorAgeFilesLines
* pkg/csource: generate timeouts for USB syzcallsAndrey Konovalov2019-05-312-1/+13
* pkg/csource: add ability to annotate syscalls using comments in C reproducersAnton Lindqvist2019-05-241-1/+6
* executor: exit after first detected leak in C reprosDmitry Vyukov2019-05-211-6/+0
* executor: implement support for leak checkingDmitry Vyukov2019-05-204-38/+165
* Makefile: enable 386 executor build in presubmitDmitry Vyukov2019-05-071-5/+0
* Makefile: enable arm executor build in presubmitDmitry Vyukov2019-05-071-6/+0
* executor: change syscall argument type to intptr_tmunjinoo2019-05-071-9/+9
* executor: unbreak on OpenBSD at runtimeAnton Lindqvist2019-05-021-0/+4
* executor: improve setup for packet handling on *BSD (#1153)Michael Tüxen2019-05-011-1/+20
* executor: fix another compiler warningAndrey Konovalov2019-04-251-1/+1
* executor: fix compiler warningAndrey Konovalov2019-04-241-2/+2
* executor: use NONFAILING in common_usb.hAndrey Konovalov2019-04-231-105/+130
* executor: adjust waiting time for all usb syzcallsAndrey Konovalov2019-04-231-2/+0
* all: fix some static analysis warningsDmitry Vyukov2019-04-231-18/+18
* all: run make generateAndrey Konovalov2019-04-111-2/+463
* all: add basic USB fuzzing supportAndrey Konovalov2019-04-111-0/+1
* all: add optional close_fds feature to reproducersAndrey Konovalov2019-04-094-12/+47
* csource: use /*FOO*/ instead of [[FOO]]Andrey Konovalov2019-04-092-10/+11
* executor: move syz_execute_func after os imports. (#1107)Marco Vanotti2019-04-031-14/+14
* executor: don't fallthrough in switches in fuchsia (#1103)Marco Vanotti2019-04-031-0/+3
* executor: try to prevent machine outbreakDmitry Vyukov2019-04-021-1/+7
* all: fix warnings pointed to by golangci-lintDmitry Vyukov2019-03-281-1/+1
* pkg/csource: allow to ignore warnings during buildDmitry Vyukov2019-03-211-3/+14
* executor: prevent non-null expected warningsDmitry Vyukov2019-03-212-23/+34
* executor: update fdio import pathMarco Vanotti2019-03-201-1/+1
* pkg/runtest: make tests pass on freebsdDmitry Vyukov2019-03-073-1/+5
* pkg/csource: sort sys/types.h to the top on FreeBSDMark Johnston2019-03-073-4/+11
* execprog, stress, prog2c: unify flags to enable additional featuresAndrey Konovalov2019-03-054-168/+355
* executor: add newline in debug callDmitry Vyukov2019-02-271-1/+1
* executor: update syntax for making W+X fuchsia memoryJulia Hansbrough2019-02-271-1/+5
* executor: fix format stringsDmitry Vyukov2019-02-191-2/+2
* pkg/host: don't fail if CONFIG_FAIL_FUTEX is not enabledDmitry Vyukov2019-02-111-0/+4
* 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-312-3/+0
* sys/test/test: add tests for test exiting in the middle of executionDmitry Vyukov2019-01-311-0/+8
* executor: fix do_sandbox_none on akaros and testDmitry Vyukov2019-01-311-83/+2
* executor: handle pthread_create errors betterDmitry Vyukov2019-01-311-3/+13
* pkg/csource: write tracing output to stderrDmitry Vyukov2019-01-312-3/+3
* Makefile: enable -Wunused-const-variableDmitry Vyukov2019-01-191-1/+1
* executor: unbreak on OpenBSDAnton Lindqvist2019-01-191-0/+1
* executor: remove unused kvm_asm64_vm86Dmitry Vyukov2019-01-171-1/+0
* all: support extra coverageAndrey Konovalov2019-01-161-1/+6
* executor: adapt switching to user nobody to be more portable on BSDsKamil Rytarowski2019-01-141-5/+10
* executor: do not call setrlimit(2) for RLIMIT_AS for NetBSDKamil Rytarowski2019-01-141-1/+1
* prog, pkg/{csource,ifuzz,ipc,repro}: make tests deterministic on travisDmitry Vyukov2019-01-021-0/+3
* executor: fix linux includesDmitry Vyukov2018-12-291-9/+10
* executor: use netlink instead of ip command to setup net devicesDmitry Vyukov2018-12-291-133/+374
* executor: log failure in write_fileDmitry Vyukov2018-12-291-41/+15
* pkg/csource: split emitCall functionDmitry Vyukov2018-12-271-11/+16