index
:
syz
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkg
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
pkg/aflow/action/kernel: add checkout action
Dmitry Vyukov
2026-01-09
1
-0
/
+90
*
pkg/aflow/action/crash: add crash repro tool
Dmitry Vyukov
2026-01-09
1
-0
/
+115
*
pkg/aflow/tool/codesearcher: add package
Dmitry Vyukov
2026-01-09
1
-0
/
+171
*
pkg/aflow: add package for agentic workflows
Dmitry Vyukov
2026-01-09
14
-0
/
+2010
*
pkg/osutil: add DiskUsage function
Dmitry Vyukov
2026-01-09
7
-103
/
+73
*
pkg/report/testdata: regenerate
Taras Madan
2026-01-09
30
-32
/
+15
*
pkg/report: tune tests generation
Taras Madan
2026-01-09
1
-1
/
+7
*
pkg/coveragedb: add subsystem information about the new files
Taras Madan
2026-01-05
1
-1
/
+19
*
pkg/coveragedb: fix docs
Taras Madan
2026-01-05
1
-1
/
+1
*
dashboard/app: add support for AI workflows
Dmitry Vyukov
2026-01-05
1
-1
/
+23
*
pkg/aflow/ai: add package
Dmitry Vyukov
2026-01-05
1
-0
/
+12
*
pkg/aflow/trajectory: add package
Dmitry Vyukov
2026-01-05
1
-0
/
+112
*
all: remove unused nolint directives
Dmitry Vyukov
2026-01-02
11
-15
/
+6
*
prog: support snapshot-only calls
Dmitry Vyukov
2026-01-02
1
-17
/
+19
*
pkg/report: use existing osutil helpers in titleStat code
Dmitry Vyukov
2026-01-02
2
-34
/
+8
*
pkg/manager/html: fix sorting by "Repro Attempts" column
Dmitry Vyukov
2026-01-02
1
-2
/
+2
*
pkg/rpcserver: fix race in local server shutdown
Dmitry Vyukov
2025-12-29
1
-10
/
+21
*
pkg/vcs: reduce cyclomatic complexity link func
Dmitry Vyukov
2025-12-29
1
-47
/
+63
*
pkg/vcs: support git@github.com repos
Dmitry Vyukov
2025-12-29
2
-0
/
+15
*
pkg/tool: add ServeHTTP function
Dmitry Vyukov
2025-12-29
1
-0
/
+17
*
pkg/instance: fix 386 repros/jobs
Dmitry Vyukov
2025-12-29
1
-3
/
+2
*
all: use any instead of interface{}
Dmitry Vyukov
2025-12-22
34
-82
/
+82
*
pkg/mgrconfig: export defaultValues function
Dmitry Vyukov
2025-12-18
1
-3
/
+3
*
pkg/instance: improve comment about returned errors
Dmitry Vyukov
2025-12-18
1
-2
/
+2
*
all: replace egrep with grep -E
Andrew Donnellan
2025-12-10
1
-1
/
+1
*
pkg/flatrpc: run make generate
Pimyn Girgis
2025-12-03
2
-664
/
+873
*
pkg/report: ignore the fast_dput/dput frames
Pimyn Girgis
2025-12-01
3
-0
/
+123
*
pkg/report: adapt to the new WARN format
Aleksandr Nogikh
2025-11-26
4
-5
/
+309
*
pkg/csource: exclude auto-generated syscalls from tests
Aleksandr Nogikh
2025-11-24
1
-6
/
+10
*
pkg/mgrconfig: export SplitTarget function
Dmitry Vyukov
2025-11-24
1
-22
/
+20
*
pkg/osutil: move Semaphore from pkg/instance
Dmitry Vyukov
2025-11-24
4
-40
/
+48
*
pkg/updater: factor out of syz-ci
Dmitry Vyukov
2025-11-24
1
-0
/
+324
*
pkg/hash: support hashing strings
Dmitry Vyukov
2025-11-24
1
-1
/
+6
*
pkg/build: build starnix in debug mode
Laura Peskin
2025-11-21
1
-0
/
+1
*
pkg/codesearch: add skeleton for code searching tool
Dmitry Vyukov
2025-11-20
22
-1
/
+506
*
pkg/clangtool: allow final verification of output
Dmitry Vyukov
2025-11-20
3
-4
/
+61
*
pkg/build: update fuchsia image type in starnix build script
glpesk
2025-11-20
1
-1
/
+1
*
pkg/clangtool/tooltest: add LoadOutput helper
Dmitry Vyukov
2025-11-17
2
-16
/
+16
*
pkg/clangtool/tooltest: add package
Dmitry Vyukov
2025-11-17
1
-0
/
+103
*
pkg/clangtool: make more generic
Dmitry Vyukov
2025-11-17
6
-61
/
+68
*
pkg/osutil: add Read/ParseJSON functions
Dmitry Vyukov
2025-11-17
2
-0
/
+40
*
build/gvisor: use make to build runsc
Andrei Vagin
2025-11-06
1
-53
/
+18
*
pkg/mgrconfig: ensure reproduce is set to false when type is set to none
Pimyn Girgis
2025-11-04
1
-0
/
+5
*
pkg/manager: omit fs images from big coverage reports
Aleksandr Nogikh
2025-11-03
1
-14
/
+52
*
pkg/email: add test for git patches containing empty lines
Pimyn Girgis
2025-11-03
1
-0
/
+34
*
pkg/email: parse diff more tolerably
Pimyn Girgis
2025-11-03
1
-2
/
+6
*
pkg/report: add test for kmemleak with crc hash
Pimyn Girgis
2025-11-03
1
-0
/
+36
*
pkg/report: support optional CRC in backtrace lines
Pimyn Girgis
2025-11-03
1
-2
/
+3
*
pkg/build: extract Rust build errors
Aleksandr Nogikh
2025-11-03
2
-0
/
+21
*
pkg/report: don't print empty FRAME in failing tests
Taras Madan
2025-10-30
1
-5
/
+5
[prev]
[next]