aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
Commit message (Expand)AuthorAgeFilesLines
* sys/linux: don't use syz_open_dev when openat is enoughDmitry Vyukov2020-03-241-1/+3
* pkg/compiler: truncate const values to their physical sizeDmitry Vyukov2020-03-241-1/+3
* vm: better handle VM diagnosis outputDmitry Vyukov2020-03-211-0/+5
* pkg/report: handle cases when whole stack is questionableDmitry Vyukov2020-03-216-42/+447
* pkg/report: improve report titlesAndrey Konovalov2020-03-217-1/+635
* sys/fuchsia: Add cprng and vmo tests.Marco Vanotti2020-03-211-0/+3
* pkg/report: improve report titlesAndrey Konovalov2020-03-183-0/+213
* pkg/compiler: check that flags values fit into base typeDmitry Vyukov2020-03-173-15/+37
* pkg/compiler: preserve literal int const namesDmitry Vyukov2020-03-171-11/+19
* pkg/compiler: reduce clutter in test outputDmitry Vyukov2020-03-171-1/+5
* pkg/compiler: check that const values fit into base typeDmitry Vyukov2020-03-174-46/+53
* pkg/compiler: unshare error handlerDmitry Vyukov2020-03-171-0/+3
* pkg/compiler: calculate more precise sizes for argumentsDmitry Vyukov2020-03-171-4/+31
* pkg/compiler: add tests for generation phaseDmitry Vyukov2020-03-178-110/+74
* pkg/compiler: ensure consistency of syscall argument typesDmitry Vyukov2020-03-172-59/+102
* pkg/compiler: don't specify syscall consts for test OSDmitry Vyukov2020-03-173-8/+23
* pkg/compiler: handle errors in testDmitry Vyukov2020-03-171-2/+5
* pkg/compiler: emit warnings after generate stageDmitry Vyukov2020-03-171-3/+3
* executor: fix data raceDmitry Vyukov2020-03-131-1/+1
* pkg/report: improve report titlesAndrey Konovalov2020-03-132-0/+103
* executor, sys/linux: add ath9k usb descriptionsAndrey Konovalov2020-03-133-39/+121
* executor: minor cleanup of android sandboxDmitry Vyukov2020-03-111-24/+17
* executor: fix clang-tidy warningsDmitry Vyukov2020-03-111-3/+5
* executor: add seccomp support for Androidmspectorgoogle2020-03-112-30/+615
* pkg/report: improve report titlesAndrey Konovalov2020-03-092-0/+168
* executor: prevent "NMI handler took too long" messagesDmitry Vyukov2020-03-061-7/+0
* pkg/report: normalize soreceive report on OpenBSDAnton Lindqvist2020-02-273-0/+495
* executor: don't exit if NETLINK_GENERIC isnt' supportedAndrei Vagin2020-02-271-2/+4
* dashboard/config: switch to ORC unwinderAndrey Konovalov2020-02-261-4/+19
* executor: uncomment accidentially commented codeDmitry Vyukov2020-02-241-0/+3
* pkg/report: Improve parsing of the UBSan reportsKamil Rytarowski2020-02-221-0/+5
* pkg/build: Raise the timeout limit to 30min for building LLVM (tools)Kamil Rytarowski2020-02-221-1/+1
* sys/linux: add NETLINK_RDMA descriptionsDmitry Vyukov2020-02-211-3/+0
* tools: add script that checks copyright headersDmitry Vyukov2020-02-183-2/+5
* executor: disable IFF_NAPI_FRAGSDmitry Vyukov2020-02-181-1/+8
* wireguard: setup some initial devices in a triangleJason A. Donenfeld2020-02-131-0/+272
* pkg/csource: don't print too much error outputDmitry Vyukov2020-02-131-0/+19
* pkg/ast: introduce hex-encoded string literalsDmitry Vyukov2020-02-109-57/+79
* pkg/compiler: allow for escaped stringsJason A. Donenfeld2020-02-101-5/+16
* wireguard: use wg0, wg1, wg2Jason A. Donenfeld2020-02-101-4/+6
* pkg/ipc: remove use of unsafeDmitry Vyukov2020-02-091-4/+13
* pkg/report: update parsing of rcu stalls in ioctlsDmitry Vyukov2020-02-022-0/+53
* pkg/report: don't attribute deadlocks to workqueue functionsDmitry Vyukov2020-01-315-3/+213
* sys/linux: add some wireguard descriptionsDmitry Vyukov2020-01-311-0/+4
* dashboard/app: fix testing for go1.11 runtimeDmitry Vyukov2020-01-291-0/+5
* pkg/report: add a note about an existing suppressionDmitry Vyukov2020-01-281-0/+7
* prog: remove unused ResourceDesc.TypeDmitry Vyukov2020-01-261-3/+0
* pkg/serializer: do not write field names if it won't save spaceDmitry Vyukov2020-01-262-7/+22
* pkg/build: switch to sha256Dmitry Vyukov2020-01-231-2/+2
* tools/syz-check: check netlink policy descriptionsDmitry Vyukov2020-01-226-11/+27