aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* prog: add test for len mutationDmitry Vyukov2018-01-065-146/+163
* pkg/compiler: add bitsize typeDmitry Vyukov2018-01-0625-508/+538
* pkg/ipc: always prepend handshake errors with executor pidDmitry Vyukov2018-01-061-6/+4
* syz-manager/mgrconfig: add builtin suppression for crashing initDmitry Vyukov2018-01-061-0/+2
* 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
* prog: detect argument type mismatch during deserializationDmitry Vyukov2017-12-311-0/+5
* prog: mutate len argumentsDmitry Vyukov2017-12-314-14/+71
* sys/linux: netlink xfrm supportDmitry Vyukov2017-12-3134-2467/+6599
* sys/linux: add multicast and ipv4 mapped ipv6 addressesDmitry Vyukov2017-12-298-1670/+2035
* sys/linux: describe ipv6 tlv optionsDmitry Vyukov2017-12-2912-53/+385
* sys/linux: improve bpf descriptionsDmitry Vyukov2017-12-2912-102/+1178
* sys/linux: improve perf descriptionsDmitry Vyukov2017-12-2912-4574/+4848
* sys/linux: assorted improvementsDmitry Vyukov2017-12-2943-7262/+8683
* sys/linux: fix some copy-paste errorsDmitry Vyukov2017-12-2826-6566/+6614
* dashboard/app: don't warn about emails with no command for closed bugsDmitry Vyukov2017-12-281-2/+6
* dashboard/app: ignore our own tags in emailsDmitry Vyukov2017-12-282-4/+16
* dashboard/app: make reporting filtering more flexibleDmitry Vyukov2017-12-282-32/+23
* pkg/email: don't add <> to email when name is emptyDmitry Vyukov2017-12-284-7/+29
* sys/linux: fix splice signatureDmitry Vyukov2017-12-2711-445/+463
* pkg/csource: tidy up generated code a bitDmitry Vyukov2017-12-272-16/+26
* tools/syz-symbolize: assume that kernel is in the current dirDmitry Vyukov2017-12-271-2/+2
* syz-ci: don't mark build errors as corruptedDmitry Vyukov2017-12-271-1/+1
* dashboard/app: handle no bug ID in emails betterDmitry Vyukov2017-12-271-1/+7
* executor: introduce uint64/32/16/8 typesDmitry Vyukov2017-12-2723-524/+551
* executor: fix another format bugDmitry Vyukov2017-12-272-2/+2
* pkg/report: add more cases where we fail to parse reportsDmitry Vyukov2017-12-274-0/+354
* executor: fix reply status on loop killsDmitry Vyukov2017-12-271-1/+2
* pkg/csource: add top-level repeat loopDmitry Vyukov2017-12-271-16/+28
* pkg/csource: simplify generated codeDmitry Vyukov2017-12-271-5/+3
* vm/gce: connect to instances by ipDmitry Vyukov2017-12-271-2/+2
* executor: check format stringsDmitry Vyukov2017-12-2710-69/+76
* dashboard/app: extract fixing tags from commitsDmitry Vyukov2017-12-2714-77/+315
* dashboard/app: bump max repros per bug to 10Dmitry Vyukov2017-12-222-4/+6
* pkg/csource: mimic the way syscalls are scheduled in executorDmitry Vyukov2017-12-224-23/+134
* executor: remove dead codeDmitry Vyukov2017-12-222-4/+0
* pkg/csource: fix handling of proc typesDmitry Vyukov2017-12-2212-183/+296
* pkg/csource: limit thread stacksDmitry Vyukov2017-12-221-2/+5
* pkg/csource: fix string escaping bugDmitry Vyukov2017-12-221-0/+2
* Makefile: fix git "modified tree" testEd Maste2017-12-213-1/+3
* syz-manager: enable sending group emailsTim Tianyang Chen2017-12-213-5/+8
* syz-manager: remove duplicated emails on restartTim Tianyang Chen2017-12-211-1/+3
* Makefile: fix Android buildsDmitry Vyukov2017-12-203-50/+12
* dashboard/app: add default maintainers to email configDmitry Vyukov2017-12-191-5/+11
* 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
* dashboard/app: add API for polling for closed bugsDmitry Vyukov2017-12-198-45/+163
* syz-fuzzer: wipe all global stateDmitry Vyukov2017-12-197-115/+123