aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* sys/openbsd: prevent using vio0 as a virtual multicast interfaceAnton Lindqvist2019-06-081-1/+1
* sys/linux: use template based structure for USB descriptionsAndrey Konovalov2019-06-071-5/+5
* sys/linux: add hidraw and hiddev descriptionsAndrey Konovalov2019-06-072-10/+165
* sys/linux: don't inherit fd_usb from fdAndrey Konovalov2019-06-061-5/+5
* sys/openbsd: add klog descriptionsAnton Lindqvist2019-06-052-1/+4
* sys/openbsd: add missing wsmouse ioctl descriptionsAnton Lindqvist2019-06-052-1/+6
* executor: add cover protection support to OpenBSD (#1215)Anton Lindqvist2019-06-051-0/+17
* executor: Protect the coverage bufferAndrew Turner2019-06-044-0/+41
* executor: special-case zx_deadline_after return valueDmitry Vyukov2019-06-041-0/+1
* sys/linux: update descriptions of sendmsg/sendmmsgBins942019-06-032-31/+90
* sys/linux: add missing BPF constantsPaul Chaignon2019-05-311-5/+5
* pkg/csource: generate timeouts for USB syzcallsAndrey Konovalov2019-05-312-1/+3
* sys/linux: add missing BPF constantsPaul Chaignon2019-05-291-5/+5
* sys/freebsd: Add support for fuzzing FreeBSD/i386Andrew Turner2019-05-292-0/+513
* sys/fuchsia: Updating Fuchsia definitionsPascal Perez2019-05-212-2/+16
* make changes to prevent failing buildR3x2019-05-211-2/+11
* 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