index
:
syz
actual
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/cover: move functions to after they are used
Dmitry Vyukov
2024-04-09
2
-35
/
+34
*
syz-manager: don't store whole CheckResult
Dmitry Vyukov
2024-04-09
7
-87
/
+80
*
all: refactor stats
Dmitry Vyukov
2024-04-09
20
-472
/
+1074
*
go.mod: vendor github.com/bsm/histogram
Dmitry Vyukov
2024-04-09
9
-0
/
+516
*
tools/syz-cover: support jsonl export
Dmitry Vyukov
2024-04-09
1
-0
/
+10
*
dashboard/config: regenerate Linux configs
Aleksandr Nogikh
2024-04-08
39
-1346
/
+4600
*
docs/translations: add zh_CN translation of usage.md
Dongliang Mu
2024-04-08
1
-0
/
+33
*
tools: print regex pattern in check-commits.sh
Dmitry Vyukov
2024-04-08
1
-2
/
+4
*
executor: skip executor tests on systems with BrokenCompiler
Greg Steuck
2024-04-05
3
-0
/
+13
*
sys/targets: avoid building TestOS on OpenBSD
Greg Steuck
2024-04-05
1
-0
/
+3
*
pkg/fuzzer: make deflake() more flexible
Aleksandr Nogikh
2024-04-05
3
-26
/
+129
*
pkg/corpus: avoid a race in Corpus.Minimize()
Aleksandr Nogikh
2024-04-05
2
-5
/
+8
*
syz-ci/manager.go: don't upload empty reports
Taras Madan
2024-04-05
1
-3
/
+8
*
executor: fix uninitialized variable when generating kvm code
CookedMelon
2024-04-05
2
-0
/
+8
*
executor: add guard pages around the kcov mapping
Alexander Potapenko
2024-04-04
1
-2
/
+16
*
syz-verifier: fix a typo in comments
AKSUM
2024-04-03
1
-1
/
+1
*
pkg/rpctype: make RPC compression optional
Dmitry Vyukov
2024-04-03
26
-71
/
+90
*
pkg/fuzzer: don't triage saturated calls
Dmitry Vyukov
2024-04-03
5
-25
/
+28
*
pkg/subsystem/linux: update to v6.9-rc2
Aleksandr Nogikh
2024-04-03
3
-104
/
+129
*
pkg/subsystem: make M parsing more robust
Aleksandr Nogikh
2024-04-03
1
-2
/
+6
*
pkg/subsystem: display correct lines for parsing errors
Aleksandr Nogikh
2024-04-03
1
-1
/
+3
*
mod: bump github.com/golangci/golangci-lint from 1.56.2 to 1.57.2
dependabot[bot]
2024-04-03
386
-11634
/
+17621
*
docs: fix a typo in the android device setup
Dongliang Mu
2024-04-03
1
-1
/
+1
*
mod: bump google.golang.org/api from 0.167.0 to 0.172.0
dependabot[bot]
2024-04-03
9
-21
/
+621
*
syz-ci/manager.go: use dashboard_client from manager config
Taras Madan
2024-04-02
1
-1
/
+1
*
mod: bump cloud.google.com/go/pubsub from 1.36.2 to 1.37.0
dependabot[bot]
2024-04-02
6
-15
/
+180
*
mod: bump cloud.google.com/go/storage from 1.39.0 to 1.40.0
dependabot[bot]
2024-04-02
50
-2043
/
+11958
*
prog: use optimized mutation parameters
Aleksandr Nogikh
2024-04-02
2
-9
/
+54
*
executor: ignore ENOENT for socket calls
Dmitry Vyukov
2024-04-02
2
-0
/
+18
*
syz-manager: preload corpus asynchronously
Dmitry Vyukov
2024-04-02
1
-24
/
+27
*
pkg/symbolizer: add Cache type
Dmitry Vyukov
2024-04-02
3
-1
/
+85
*
mod: bump cloud.google.com/go/secretmanager from 1.11.5 to 1.12.0
dependabot[bot]
2024-04-02
67
-1542
/
+721
*
pkg/fuzzer: remove Request.result field
Dmitry Vyukov
2024-04-02
1
-2
/
+0
*
syz-fuzzer: use of monotonic time for latency measurement
Dmitry Vyukov
2024-04-02
4
-3
/
+25
*
docs/fuchsia: updating Fuchsia staging to use ffx
Clayton Wilkinson
2024-03-29
2
-26
/
+44
*
syz-fuzzer: print executor output on repeated failures
Dmitry Vyukov
2024-03-28
1
-1
/
+1
*
syz-manager: restore exec total rate
Dmitry Vyukov
2024-03-28
1
-1
/
+1
*
pkg/html: add more flexibility to glob paths
Aleksandr Nogikh
2024-03-28
1
-4
/
+9
*
syz-manager: collect more stats about exchange calls
Dmitry Vyukov
2024-03-28
5
-26
/
+54
*
syz-manager: add expert mode UI
Dmitry Vyukov
2024-03-28
2
-33
/
+52
*
docs: update the details on the syzkaller architecture
Aleksandr Nogikh
2024-03-27
1
-7
/
+13
*
syz-manager: resend inputs from non-crashed VMs
Aleksandr Nogikh
2024-03-27
2
-7
/
+31
*
syz-verifier: fix a typo in tests
AKSUM
2024-03-26
1
-1
/
+1
*
pkg/cover: make tests build for non-Linux targets
Aleksandr Nogikh
2024-03-26
2
-3
/
+3
*
syz-fuzzer: avoid a nil ptr dereference
Aleksandr Nogikh
2024-03-25
1
-10
/
+11
*
syz-manager: take fuzzer out of the mutex
Aleksandr Nogikh
2024-03-25
1
-18
/
+17
*
tools: substitute ubsan_minimal for fuzzer_test in create-openbsd
Greg Steuck
2024-03-25
1
-0
/
+4
*
pkg/fuzzer: mix in exec fuzz and exec gen
Aleksandr Nogikh
2024-03-25
5
-30
/
+54
*
pkg/fuzzer: implement basic max signal rotation
Aleksandr Nogikh
2024-03-25
10
-29
/
+220
*
all: move fuzzer to the host
Aleksandr Nogikh
2024-03-25
18
-639
/
+683
[next]