aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
Commit message (Expand)AuthorAgeFilesLines
...
* pkg/report: suppress executor SIGBUSDmitry Vyukov2024-07-013-0/+12
* pkg/rpcserver: re-enable retriesDmitry Vyukov2024-07-011-1/+1
* pkg/flatrpc: rename StartLeakChecks to CorpusTriagedDmitry Vyukov2024-07-016-102/+102
* pkg/cover: remove symbols having the same Start AddressJoey Jiao2024-07-011-0/+11
* pkg/runtest: add tests for max signal and cover filterDmitry Vyukov2024-06-283-21/+82
* executor: always return some coverage for test OSDmitry Vyukov2024-06-281-1/+1
* Revert "pkg/vminfo: make it possible to force coverage support"Dmitry Vyukov2024-06-283-8/+6
* pkg/vminfo: make it possible to force coverage supportAleksandr Nogikh2024-06-283-6/+8
* pkg/rpcserver: split rpcserver.goAleksandr Nogikh2024-06-282-327/+376
* pkg/rpcserver: remove unused fieldsAleksandr Nogikh2024-06-271-5/+2
* pkg/runtest: test feature detectionDmitry Vyukov2024-06-272-6/+37
* covermerger: add more control options and spanner integrationTaras Madan2024-06-265-106/+221
* pkg/runtest: shorted parsing testsDmitry Vyukov2024-06-262-11/+10
* pkg/csource: build executor w/o optimizationsDmitry Vyukov2024-06-261-0/+4
* pkg/rpctype: remove gvisor hack leftoverDmitry Vyukov2024-06-251-16/+4
* dashboard: support manual reproduction requestsAleksandr Nogikh2024-06-251-0/+5
* executor: add runner modeDmitry Vyukov2024-06-2434-2218/+2553
* executor: refactor coverage filterDmitry Vyukov2024-06-244-51/+76
* pkg/vminfo: properly check existence of /dev/raw-gadgetDmitry Vyukov2024-06-242-4/+1
* pkg/instance: don't require a syz reproducerAleksandr Nogikh2024-06-181-4/+4
* pkg/report: support prettified starnix logsLaura Peskin2024-06-175-7/+508
* all: always use KernelModule ptr to unify usageJoey Jiao2024-06-1713-25/+25
* all: use only one KernelModule structJoey Jiao2024-06-176-36/+31
* all: use VividCortex/gohistogramTaras Madan2024-06-172-6/+6
* pkg/report: ignore cleanup_srcu_structAleksandr Nogikh2024-06-142-0/+99
* pkg/report: ignore __fortify_reportAleksandr Nogikh2024-06-142-0/+41
* pkg/stats: split out pkg/stats/sampleAleksandr Nogikh2024-06-143-4/+4
* pkg/email: remove the debugging codeAleksandr Nogikh2024-06-121-1/+0
* pkg/runtest: fix input data for 32-bit empty coverage test caseAlexander Egorenkov2024-06-121-1/+1
* pkg/runtest: properly resubmit requests on retryAleksandr Nogikh2024-06-111-20/+37
* pkg/ipc: fix sign extension of comparison argumentsDmitry Vyukov2024-06-112-6/+6
* executor: ignore kernel text addresses in comparisonsDmitry Vyukov2024-06-111-3/+0
* executor: factor out is_kernel_pc helperDmitry Vyukov2024-06-111-1/+12
* executor: add end-to-end coverage/signal/comparisons testDmitry Vyukov2024-06-111-0/+249
* pkg/cover: fix concurrent append to sliceJoey Jiao2024-06-111-18/+32
* pkg/cover: parallelize symbolizeModule to speed up the symbolizeJoey Jiao2024-06-111-4/+15
* pkg/symbolizzer: use thread safe sync.Map to avoid concurrency issueJoey Jiao2024-06-111-7/+4
* pkg/cover: ignore append 0 sized symbolJoey Jiao2024-06-111-1/+1
* tools: correct resolv.conf filename for nameserver configurationRichard Smith2024-06-051-1/+1
* pkg/flatrpc: send parameters to the fuzzer in RPCDmitry Vyukov2024-06-054-24/+128
* syz-manager: remove the beginnings of weighted coverage filterDmitry Vyukov2024-06-053-74/+50
* pkg/cover: cover lessDmitry Vyukov2024-06-052-27/+27
* sys/targets: mark big-endian targetsDmitry Vyukov2024-06-043-12/+6
* executor: remove noshmem modeDmitry Vyukov2024-06-047-50/+26
* pkg/fuzzer: separate fault injection statsAleksandr Nogikh2024-06-032-1/+4
* pkg/fuzzer: improve handling of signal for non-target callsDmitry Vyukov2024-06-037-175/+296
* syz-fuzzer: return all signal if there is any new signalDmitry Vyukov2024-06-031-0/+10
* pkg/fuzzer: don't keep whole call info for triage jobsDmitry Vyukov2024-06-033-7/+6
* pkg/fuzzer: update deflake commentDmitry Vyukov2024-06-031-3/+7
* pkg/fuzzer: refactor deflake testsDmitry Vyukov2024-06-032-95/+92