| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Start update goroutine even in the case of early returns in UpdateOnStart.
Fixes #6619
|
| |
|
|
|
| |
Add server for running agentic workflows as part of syzbot.
The architecture and use are similar to that of syz-ci.
|
| | |
|
| |
|
|
|
|
|
|
| |
Semaphore is a very low-level primitive type,
while pkg/instance is a very high-level package with lots of deps.
Semaphore does not belong there, and may lead to cyclic deps
if we use it more. Move it to pkg/osutil. It's not really OS-specific,
but we don't have a better package.
|
|
|
Factor syzkaller updating functionality out of syz-ci
so that it can be reused in other binaries.
No functional changes intended.
|