aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
Commit message (Expand)AuthorAgeFilesLines
* .golangci.yml: reduce scope of suppressionsDmitry Vyukov2020-06-071-2/+1
* executor/fuchsia: Don't map memory as executable.Marco Vanotti2020-06-051-18/+15
* .golangci.yml: reenable dupl checkerDmitry Vyukov2020-06-051-49/+23
* .golangci.yml: enable funlen checkerDmitry Vyukov2020-06-056-250/+261
* .golangci.yml: enable gocognit checkerDmitry Vyukov2020-06-055-66/+71
* .golangci.yml: enable godot checkerDmitry Vyukov2020-06-054-8/+8
* .golangci.yml: enable goprintffuncname checkerDmitry Vyukov2020-06-051-45/+45
* .golangci.yml: enable nestif checkerDmitry Vyukov2020-06-053-16/+20
* .golangci.yml: enable whitespace checkerDmitry Vyukov2020-06-052-3/+0
* pkg/compiler: remove unused statementDmitry Vyukov2020-06-051-1/+0
* pkg/report: improve "using smp_processor_id() in preemptible code" parsingDmitry Vyukov2020-06-042-1/+53
* pkg/report: update "using X in preemptible code" bugDmitry Vyukov2020-06-033-2/+98
* pkg/repro: don't enable features missing on the targetDmitry Vyukov2020-06-031-42/+61
* syz-runtest: disable csource tests for HostFuzzer targetsMatthew Dempsky2020-06-031-0/+7
* pkg/report: add tests for rcu stalls in kmem_cache_allocDmitry Vyukov2020-06-029-0/+1454
* pkg/report: improve report titlesAndrey Konovalov2020-06-022-0/+68
* pkg/cover: skip test on akarosDmitry Vyukov2020-06-021-1/+1
* pkg/cover: support coverage reports on fuchsiaDmitry Vyukov2020-06-021-6/+3
* pkg/build: chmod key file before running qemuDmitry Vyukov2020-05-301-0/+5
* pkg/report: avoid producing no guilty fileDmitry Vyukov2020-05-292-0/+54
* pkg/cover: fix test name outputDmitry Vyukov2020-05-291-1/+2
* executor: fix printing null master in netlink_device_changeAndrey Konovalov2020-05-291-1/+1
* pkg/build: chmod output ssh keyDmitry Vyukov2020-05-291-0/+6
* pkg/build/fuchsia: Enable KASAN by default.Marco Vanotti2020-05-281-1/+2
* pkg/cover: skip test on old gcc'sDmitry Vyukov2020-05-271-0/+8
* pkg/cover: add test for report generationDmitry Vyukov2020-05-272-48/+251
* pkg/build/netbsd: use mknod rather than MAKEDEVm00nbsd2020-05-261-1/+1
* pkg/vcs: run git clean with switching commitsDmitry Vyukov2020-05-251-0/+1
* pkg/instance: extend debug output on syzkaller make errorDmitry Vyukov2020-05-251-1/+7
* pkg/report: fix kUBSan reporting on NetBSDm00nbsd2020-05-242-1/+1416
* pkg/build: create /dev/vhci on NetBSDm00nbsd2020-05-241-0/+1
* executor: fix a cast in common_usb_netbsd.hm00nbsd2020-05-241-2/+2
* executor: fix a USB define on NetBSDm00nbsd2020-05-211-1/+3
* executor: use the SYZ_USB define for NetBSDm00nbsd2020-05-211-1/+1
* executor: fix the types used in common_usb_netbsd.hm00nbsd2020-05-211-57/+57
* executor: add support for extra coverage on NetBSDm00nbsd2020-05-201-0/+1
* executor: add support for USB fuzzing on NetBSDm00nbsd2020-05-193-9/+1179
* pkg/vcs: always extract tags from subjectDmitry Vyukov2020-05-182-15/+12
* executor: exclude syz_kvm_setup_cpu on armDmitry Vyukov2020-05-181-1/+1
* pkg/csource: speed up testsDmitry Vyukov2020-05-182-3/+20
* pkg/bisect: speed up testsDmitry Vyukov2020-05-181-56/+86
* pkg/runtest: disable broken test combinationsDmitry Vyukov2020-05-181-1/+2
* pkg/runtest: enable 32-bit testsDmitry Vyukov2020-05-181-4/+5
* pkg/ast: print full file name in errorsDmitry Vyukov2020-05-181-1/+1
* pkg/osutil: don't sandbox on CIDmitry Vyukov2020-05-181-1/+1
* executor, sys/linux: syz_usb_ep_read/write accept endpoint addressAndrey Konovalov2020-05-151-12/+54
* executor: stall unknown usb requestsAndrey Konovalov2020-05-151-9/+50
* pkg/report: add ParseAllDmitry Vyukov2020-05-131-0/+12
* pkg/report: add Report.SkipPosDmitry Vyukov2020-05-134-26/+58
* executor: fix typo (#1737)Michael Tüxen2020-05-131-1/+1