aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/instance/execprog.go
Commit message (Expand)AuthorAgeFilesLines
* pkg/instance: use execprog to do basic instance testingDmitry Vyukov2024-05-271-5/+5
* pkg/instance: always use default exit conditionsAleksandr Nogikh2024-05-231-8/+12
* vm: combine Run and MonitorExecutionDmitry Vyukov2024-04-111-12/+11
* all: use special placeholder for errorsTaras Madan2023-07-241-2/+2
* pkg/instance: don't fail on symbolization errorAleksandr Nogikh2023-07-101-1/+1
* pkg/repro: factor out an interfaceAleksandr Nogikh2023-05-251-0/+4
* pkg/csource, pkg/instance, pkg/ipc, pkg/mgrconfig, tools/syz-prog2c, syz-mana...Andrey Artemiev2022-08-061-1/+1
* pkg/instance: don't close vmInst in SetupExecProgAleksandr Nogikh2022-06-201-3/+0
* all: run strace on each found reproducerAleksandr Nogikh2022-04-291-0/+26
* vm: support variable output buffer sizeAleksandr Nogikh2022-04-291-3/+6
* all: use the same prog execution code throughout the projectAleksandr Nogikh2022-04-291-0/+159