aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
Commit message (Expand)AuthorAgeFilesLines
...
* pkg/fuzzer: improve triage procedureDmitry Vyukov2024-06-032-18/+53
* pkg/fuzzer: smarter retry for corpus candidatesDmitry Vyukov2024-06-031-19/+36
* pkg/fuzzer: refactor progTypesDmitry Vyukov2024-06-033-42/+31
* syz-manager: add corpus triage modeDmitry Vyukov2024-06-034-46/+36
* pkg/cover: fix gcc build error due to warning triggered by -Wint-conversionAlexander Egorenkov2024-06-031-1/+1
* sys/targets: add consts for gvisor/starnixDmitry Vyukov2024-05-276-10/+10
* pkg/cover/backend: remove RestorePCDmitry Vyukov2024-05-275-14/+10
* syz-manager: repair VM-less modeDmitry Vyukov2024-05-271-0/+6
* syz-fuzzer: repair leak checkingDmitry Vyukov2024-05-274-14/+200
* pkg/repro: avoid hitting the prog.MaxCalls limitAleksandr Nogikh2024-05-272-15/+94
* prog: make minimization parameters explicitAleksandr Nogikh2024-05-273-3/+3
* pkg/cover: fix offset in canonicalizerJoey Jiao2024-05-271-4/+9
* all: adapt all cover and sig to 64bitJoey Jiao2024-05-2723-240/+223
* syz-fuzzer: remove testing modeDmitry Vyukov2024-05-271-5/+7
* pkg/instance: use execprog to do basic instance testingDmitry Vyukov2024-05-276-151/+57
* pkg/instance: always use default exit conditionsAleksandr Nogikh2024-05-231-8/+12
* syz-ci: switch to using syz-manager for smoke testingDmitry Vyukov2024-05-211-0/+2
* pkg/ipc: remove ExecOptsDmitry Vyukov2024-05-2116-168/+226
* pkg/ipc: remove ProgInfoDmitry Vyukov2024-05-2113-331/+166
* Makefile: build executor with C++ compilerDmitry Vyukov2024-05-211-11/+7
* pkg/csource: remove the Repro optionAleksandr Nogikh2024-05-175-18/+2
* pkg/repro: don't clear the Repro flagAleksandr Nogikh2024-05-171-5/+0
* pkg/ipc: use flatrpc flagsDmitry Vyukov2024-05-1710-116/+86
* pkg/host: return slices of pointersDmitry Vyukov2024-05-178-26/+26
* pkg/fuzzer/queue: simplify the priority queueAleksandr Nogikh2024-05-165-105/+59
* pkg/fuzzer/queue: refactor DynamicSourceAleksandr Nogikh2024-05-161-12/+11
* pkg/fuzzer: simplify prog execution optionsAleksandr Nogikh2024-05-163-30/+22
* pkg/fuzzer: manipulate ipc.ExecOptsAleksandr Nogikh2024-05-169-82/+85
* pkg/fuzzer/queue: retry inputs from crashed VMsAleksandr Nogikh2024-05-165-1/+91
* pkg/runtest: print results as they appearAleksandr Nogikh2024-05-161-21/+30
* pkg/runtest: use queue.Request and queue.ResultAleksandr Nogikh2024-05-164-96/+131
* pkg/vminfo: run programs interactivelyAleksandr Nogikh2024-05-167-203/+275
* pkg/ipc: split out EmptyProgInfo()Aleksandr Nogikh2024-05-161-7/+12
* pkg/fuzzer: introduce a request restarter layerAleksandr Nogikh2024-05-164-20/+83
* pkg/fuzzer: use queue layersAleksandr Nogikh2024-05-169-308/+561
* pkg/flatrpc: move wait stats into start executing messageDmitry Vyukov2024-05-154-262/+45
* pkg/flatrpc: remove executing info from execution resultDmitry Vyukov2024-05-153-38/+35
* pkg/flatrpc: use []byte for cover filterDmitry Vyukov2024-05-153-26/+25
* pkg/vminfo: move feature checking to hostDmitry Vyukov2024-05-1525-1768/+443
* pkg/fuzzer: deflake comparisonsAleksandr Nogikh2024-05-151-9/+22
* pkg/corpus: don't overwrite ProgsListAleksandr Nogikh2024-05-132-16/+23
* pkg/vminfo: make TestLinuxSyscalls() more containedAleksandr Nogikh2024-05-101-9/+12
* pkg/symbolizer: remove unused parameter: targetJoey Jiao2024-05-091-7/+5
* pkg/rpctype: call setupKeepAlive only for tcp socketsAndrei Vagin2024-05-091-4/+7
* go.mod: add mockeryTaras Madan2024-05-081-0/+1
* pkg/host: disable TestDetectSupportedSyscalls/fallback under race detectorDmitry Vyukov2024-05-081-0/+4
* pkg/csource: replace go:generate with go:embedDmitry Vyukov2024-05-084-12826/+4
* pkg/ipc: move executor common_ext testDmitry Vyukov2024-05-081-0/+47
* executor: consistently fail on feature setupDmitry Vyukov2024-05-071-42/+41
* pkg/vminfo: deduplicate syscall test programsDmitry Vyukov2024-05-073-17/+70