aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* executor: exit after first detected leak in C reprosDmitry Vyukov2019-05-211-6/+0
* executor: implement support for leak checkingDmitry Vyukov2019-05-204-41/+223
* sys/linux: improve binder descriptionsDmitry Vyukov2019-05-171-5/+5
* sys/linux: improve binder descriptionsDmitry Vyukov2019-05-161-5/+5
* sys/linux: use offsetof in ebtablesDmitry Vyukov2019-05-161-5/+5
* pkg/compiler: add offsetof typeDmitry Vyukov2019-05-162-1/+2
* pkg/compiler: work around 0-array-size errors due to missing constsDmitry Vyukov2019-05-152-2/+3
* .golangci.yml: add codeanalysis build tagDmitry Vyukov2019-05-151-17/+17
* sys/linux: improve binder descriptionsDmitry Vyukov2019-05-142-5/+15
* sys/linux: improve key and net_sch descriptionsDmitry Vyukov2019-05-141-5/+5
* pkg/compiler: allow to refer to syscall arguments in len pathsDmitry Vyukov2019-05-141-1/+1
* sys/akaros: rename syscall argumentDmitry Vyukov2019-05-141-1/+1
* sys/linux: improve btf descriptionsDmitry Vyukov2019-05-141-5/+5
* prog: implement complex len target supportDmitry Vyukov2019-05-141-1/+1
* pkg/compiler: generate complex len targetsDmitry Vyukov2019-05-142-17/+18
* sys/linux: switch ppc64le to little-endianDmitry Vyukov2019-05-131-1/+1
* sys/openbsd: add missing padding argumentsAnton Lindqvist2019-05-122-1/+3
* sys/linux: add few new bpf constsDmitry Vyukov2019-05-102-5/+10
* sys/linux: add definitions of fsopen, fspick, fsconfig, fsmount, move_mount s...Dmitry Vyukov2019-05-102-5/+29
* sys/linux: add new consts/flags/fields here and thereDmitry Vyukov2019-05-102-5/+25
* sys/linux: add new fou attributesDmitry Vyukov2019-05-101-5/+5
* sys/linux: add description of open_tree syscallDmitry Vyukov2019-05-102-5/+7
* sys/linux: regenerate consts on the latest linux-next treeDmitry Vyukov2019-05-101-5/+5
* sys/linux: fix alignment of cmsghdr_sockDmitry Vyukov2019-05-101-5/+5
* sys/linux: update descriptions of sendmsg/sendmmsgKaipeng Zeng2019-05-102-5/+29
* executor: fix 32-bit buildDmitry Vyukov2019-05-071-3/+3
* executor: change syscall argument type to intptr_tmunjinoo2019-05-077-13/+13
* executor: unbreak on OpenBSD at runtimeAnton Lindqvist2019-05-021-0/+4
* sys/openbsd: add vmm descriptions (#1152)Anton Lindqvist2019-05-012-1/+10
* executor: improve setup for packet handling on *BSD (#1153)Michael Tüxen2019-05-011-1/+20
* sys/freebsd: add support for various network protocolsMichael Tuexen2019-05-011-1/+1
* sys/freebsd: include ioccom.h in pf.txtMichael Tuexen2019-04-301-1/+1
* 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-232-10/+14
* sys/freebsd: Add pf ioctl()sKristof Provost2019-04-232-1/+60
* Update syscalls (#1116)Marco Vanotti2019-04-222-4/+28
* sys/linux: add pidfd_send_signalDmitry Vyukov2019-04-122-5/+13
* sys/linux: more tty descriptionsDmitry Vyukov2019-04-122-5/+114
* sys/linux: add simple io_uring descriptionsDmitry Vyukov2019-04-122-5/+38
* all: run make generateAndrey Konovalov2019-04-112-5/+25
* all: add basic USB fuzzing supportAndrey Konovalov2019-04-114-3/+484
* all: add optional close_fds feature to reproducersAndrey Konovalov2019-04-093-4/+28
* csource: use /*FOO*/ instead of [[FOO]]Andrey Konovalov2019-04-091-13/+10
* sys/openbsd: add pci descriptionsAnton Lindqvist2019-04-052-1/+5
* executor: move syz_execute_func after os imports. (#1107)Marco Vanotti2019-04-031-16/+16
* executor: don't fallthrough in switches in fuchsia (#1103)Marco Vanotti2019-04-031-0/+3
* sys/fuchsia: Remove object_*_cookie syscalls. (#1099)Marco Vanotti2019-04-032-6/+2
* executor: try to prevent machine outbreakDmitry Vyukov2019-04-021-1/+13