aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* syz-fuzzer: refactorDmitry Vyukov2017-12-181-8/+0
* pkg/csource: make strings more readableDmitry Vyukov2017-12-171-11/+56
* prog: use dense indexes for copyout instructionsDmitry Vyukov2017-12-171-13/+42
* prog: add DeserializeExecDmitry Vyukov2017-12-171-124/+77
* pkg/csource: refactorDmitry Vyukov2017-12-174-179/+230
* pkg/ipc: make threaded/collide per-program optionsDmitry Vyukov2017-12-172-53/+71
* pkg/report: add another testDmitry Vyukov2017-12-171-0/+17
* sys: move test syscalls to a separate targetDmitry Vyukov2017-12-173-9/+3
* executor: fix macros in common.hAndrey Konovalov2017-12-144-12/+16
* pkg/report: fix __this_cpu_* report header call trace captureAndrey Konovalov2017-12-133-4/+34
* pkg/report: add another corruped report formatDmitry Vyukov2017-12-122-0/+87
* pkg/report: add another guilty file testDmitry Vyukov2017-12-121-0/+30
* pkg/report: properly infer kernel location if kcov is not enabledDmitry Vyukov2017-12-121-18/+28
* pkg/report: add few more corrupted reportsDmitry Vyukov2017-12-122-0/+127
* pkg/report: improve using __this_cpu_add() in preemptible code reportDmitry Vyukov2017-12-123-5/+20
* pkg/report: handle syzkaller binariesDmitry Vyukov2017-12-123-2/+54