aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* prog: support opt for proc typesDmitry Vyukov2018-01-062-9/+13
* prog: add test for len mutationDmitry Vyukov2018-01-061-4/+6
* pkg/compiler: add bitsize typeDmitry Vyukov2018-01-065-13/+17
* sys/linux: netlink xfrm supportDmitry Vyukov2017-12-311-10/+20
* sys/linux: add multicast and ipv4 mapped ipv6 addressesDmitry Vyukov2017-12-291-10/+15
* sys/linux: describe ipv6 tlv optionsDmitry Vyukov2017-12-291-5/+5
* sys/linux: improve bpf descriptionsDmitry Vyukov2017-12-291-5/+5
* sys/linux: improve perf descriptionsDmitry Vyukov2017-12-291-10/+15
* sys/linux: assorted improvementsDmitry Vyukov2017-12-291-10/+115
* sys/linux: fix some copy-paste errorsDmitry Vyukov2017-12-281-30/+11
* sys/linux: fix splice signatureDmitry Vyukov2017-12-271-6/+7
* executor: introduce uint64/32/16/8 typesDmitry Vyukov2017-12-2718-359/+364
* executor: fix another format bugDmitry Vyukov2017-12-271-1/+1
* executor: fix reply status on loop killsDmitry Vyukov2017-12-271-1/+2
* executor: check format stringsDmitry Vyukov2017-12-275-34/+36
* pkg/csource: mimic the way syscalls are scheduled in executorDmitry Vyukov2017-12-222-1/+64
* executor: remove dead codeDmitry Vyukov2017-12-221-2/+0
* pkg/csource: fix handling of proc typesDmitry Vyukov2017-12-222-17/+40
* prog: use dense indexes for copyout instructionsDmitry Vyukov2017-12-171-18/+24
* executor: remove unneeded NONFAILINGDmitry Vyukov2017-12-171-1/+1
* pkg/ipc: make threaded/collide per-program optionsDmitry Vyukov2017-12-171-10/+10
* prog: don't serialize output data argsDmitry Vyukov2017-12-171-6/+8
* prog: introduce more readable format for data argsDmitry Vyukov2017-12-171-4/+6
* prog: fix TestMutateTableDmitry Vyukov2017-12-171-4/+18
* sys: move test syscalls to a separate targetDmitry Vyukov2017-12-173-353/+167
* executor: fix macros in common.hAndrey Konovalov2017-12-141-3/+4
* sys/linux: describe PF_KEYDmitry Vyukov2017-12-111-10/+25
* prog: fix hints of data argsDmitry Vyukov2017-12-081-10/+15
* sys/linux: add a simple description for selinuxDmitry Vyukov2017-12-081-10/+95
* executor: fix buildDmitry Vyukov2017-12-062-6/+6
* executor: unshare PID namespace even for sandbox=noneDmitry Vyukov2017-12-051-5/+26
* executor: treat fail-nth errors as non-fatalDmitry Vyukov2017-12-051-4/+7
* prog: support bytesizeN for vmaDmitry Vyukov2017-11-291-5/+5
* prog: repair arrays/buffers with incorrect size in DeserializeDmitry Vyukov2017-11-281-10/+20
* pkg/compiler: add check that len does not refer to array with varlen elementsDmitry Vyukov2017-11-283-7/+7
* sys/linux: add binder descriptionsDmitry Vyukov2017-11-271-15/+45
* sys/linux: assorted improvements to descriptionsDmitry Vyukov2017-11-271-10/+45
* sys/linux: add files from net dir to list of /proc filesDmitry Vyukov2017-11-271-5/+5
* sys/linux: fix control len in msghdr'sDmitry Vyukov2017-11-271-5/+5
* sys/linux: improve hash generation for KEYCTL_DH_COMPUTEDmitry Vyukov2017-11-271-5/+5
* sys/linux: open files from /procDmitry Vyukov2017-11-272-341/+373
* sys/linux: improve fuse descriptionsDmitry Vyukov2017-11-271-65/+15
* executor: use /proc/thread-self/fail-nth instead of /proc/self/task/%d/fail-nthDmitry Vyukov2017-11-271-7/+6
* sys/linux: improve AF_ALG alg name generationDmitry Vyukov2017-11-241-5/+5
* sys/syz-extract: fix mmap on armDmitry Vyukov2017-11-232-14/+5
* executor: fixup previous commitDmitry Vyukov2017-11-221-223/+223
* executor: move arm syscall fixup to syz-extractDmitry Vyukov2017-11-222-1643/+1616
* executor: Modified executor_linux.cc to support ARM32 architectureAtul Prakash2017-11-221-2/+25
* sys/linux: remove get_kernel_syms, add quotactl syscallDmitry Vyukov2017-11-201-10/+12
* executor: proceed even if /dev/net/tun is not availableAndrey Konovalov2017-11-081-2/+12