aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
Commit message (Expand)AuthorAgeFilesLines
* sys/linux: more selinux descriptionsDmitry Vyukov2018-01-181-1/+6
* pkg/compiler: support non-zero-terminated stringsDmitry Vyukov2018-01-183-32/+61
* pkg/report: add another negative test caseDmitry Vyukov2018-01-181-0/+117
* pkg/report: allow up to 15 lines from "Call Trace" to first frameDmitry Vyukov2018-01-184-5/+68
* dashboard/app: collect more info for better reportsDmitry Vyukov2018-01-171-19/+35
* pkg/git: fix potential hangDmitry Vyukov2018-01-161-1/+2
* syz-ci: use the original syzkaller commit for patch testingDmitry Vyukov2018-01-161-0/+17
* pkg/report: add another TODO test caseDmitry Vyukov2018-01-151-0/+162
* executor: fix tun/device setup for sandbox=namespaceDmitry Vyukov2018-01-151-8/+27
* executor: setup network devicesDmitry Vyukov2018-01-131-18/+48
* pkg/compiler: allow string/array as template typeDmitry Vyukov2018-01-131-7/+9
* sys/syz-sysgen: don't generate syz_ syscall numbersDmitry Vyukov2018-01-132-30/+4
* pkg/compiler: support void typeDmitry Vyukov2018-01-135-30/+124
* pkg/compiler: support type templatesDmitry Vyukov2018-01-1318-410/+889
* pkg/ast: refactor WalkDmitry Vyukov2018-01-116-80/+104
* pkg/report: add test where we fail to provide good titleDmitry Vyukov2018-01-111-0/+90
* syz-manager: add comment explaining why we don't set corrupted for reprosDmitry Vyukov2018-01-101-0/+24
* syz-fuzzer: improve kmemleak supportDmitry Vyukov2018-01-097-7/+60
* pkg/report: ignore kernel/workqueue.c as guilty fileDmitry Vyukov2018-01-082-2/+2
* pkg/compiler: add builtin bool type aliasesDmitry Vyukov2018-01-085-12/+37
* pkg/compiler: make signalno a type aliasDmitry Vyukov2018-01-081-19/+0
* sys: support type aliases (aka typedefs)Dmitry Vyukov2018-01-0812-116/+302
* pkg/report: add few more test cases where we failDmitry Vyukov2018-01-083-0/+297
* pkg/report: add tests where we produce bad titleDmitry Vyukov2018-01-063-0/+245
* prog: support opt for proc typesDmitry Vyukov2018-01-062-5/+5
* pkg/compiler: add bitsize typeDmitry Vyukov2018-01-062-5/+9
* pkg/ipc: always prepend handshake errors with executor pidDmitry Vyukov2018-01-061-6/+4
* pkg/csource: fix build of generated filesDmitry Vyukov2018-01-061-1/+1
* pkg/report: add few tests where we mis-detect title/guilty fileDmitry Vyukov2018-01-064-0/+439
* pkg/report: don't treat CONFIG_DEBUG_OBJECTS debug output as bugsDmitry Vyukov2018-01-062-0/+4
* sys/linux: fix some copy-paste errorsDmitry Vyukov2017-12-281-0/+59
* pkg/email: don't add <> to email when name is emptyDmitry Vyukov2017-12-282-2/+24
* pkg/csource: tidy up generated code a bitDmitry Vyukov2017-12-272-16/+26
* executor: introduce uint64/32/16/8 typesDmitry Vyukov2017-12-275-165/+187
* executor: fix another format bugDmitry Vyukov2017-12-271-1/+1
* pkg/report: add more cases where we fail to parse reportsDmitry Vyukov2017-12-274-0/+354
* pkg/csource: add top-level repeat loopDmitry Vyukov2017-12-271-16/+28
* pkg/csource: simplify generated codeDmitry Vyukov2017-12-271-5/+3
* executor: check format stringsDmitry Vyukov2017-12-275-35/+40
* dashboard/app: extract fixing tags from commitsDmitry Vyukov2017-12-274-6/+149
* pkg/csource: mimic the way syscalls are scheduled in executorDmitry Vyukov2017-12-222-22/+70
* executor: remove dead codeDmitry Vyukov2017-12-221-2/+0
* pkg/csource: fix handling of proc typesDmitry Vyukov2017-12-223-19/+38
* pkg/csource: limit thread stacksDmitry Vyukov2017-12-221-2/+5
* pkg/csource: fix string escaping bugDmitry Vyukov2017-12-221-0/+2
* pkg/report: add test where we fail to detect guilty functionDmitry Vyukov2017-12-191-0/+58
* pkg/report: add test where we fail to detect corrupted reportDmitry Vyukov2017-12-191-0/+14
* pkg/email: improve parsing of splitted linesDmitry Vyukov2017-12-192-29/+80
* pkg/report: add test for a bug in report parsingDmitry Vyukov2017-12-181-0/+42
* syz-manager, syz-fuzzer: allow re-minimizing/re-smashing inputsDmitry Vyukov2017-12-182-9/+26