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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
executor: use new flatbuffers location
Taras Madan
2024-05-08
1
-1
/
+1
*
pkg/subsystem: don't Cc some parent subsystems
Aleksandr Nogikh
2024-05-07
1
-13
/
+18
*
pkg/repro, pkg/ipc: use flatrpc.Feature
Dmitry Vyukov
2024-05-06
3
-3
/
+4
*
tools/mockery.sh: update mockery to min gover 1.21
Taras Madan
2024-05-06
1
-1
/
+1
*
tools/syz-stress: delete utility
Dmitry Vyukov
2024-05-06
2
-214
/
+98
*
pkg/flatrpc: refactor names
Dmitry Vyukov
2024-05-06
1
-1
/
+1
*
pkg/rpctype: prepare for not using for target communication
Dmitry Vyukov
2024-05-03
2
-2
/
+2
*
pkg/host: remove FileInfo
Dmitry Vyukov
2024-05-03
1
-1
/
+2
*
pkg/flatrpc: add schema
Dmitry Vyukov
2024-05-03
1
-2
/
+2
*
tools/docker: add flatbuffers packages
Dmitry Vyukov
2024-05-03
1
-1
/
+2
*
pkg/cover: move KernelModule from pkg/host
Dmitry Vyukov
2024-05-03
1
-4
/
+3
*
tools/create-image.sh: support creating old EoL Debian images
Alexander Popov
2024-05-03
1
-1
/
+10
*
tools/create-image.sh: allow working with multiple images
Alexander Popov
2024-05-03
1
-1
/
+1
*
tools/syz-runtest: switch to the generic program execution
Dmitry Vyukov
2024-05-03
2
-76
/
+107
*
tools/syz-imagegen: generate bcachefs images
Aleksandr Nogikh
2024-05-03
1
-1
/
+11
*
pkg/vminfo: check enabled syscalls on the host
Dmitry Vyukov
2024-05-02
2
-10
/
+28
*
syz-manager: check revisions on the host
Dmitry Vyukov
2024-04-30
1
-2
/
+0
*
pkg/ipc: dedup features to flags conversion
Dmitry Vyukov
2024-04-30
2
-60
/
+2
*
pkg/ipc: make it possible to change EnvFlags between executions
Dmitry Vyukov
2024-04-30
2
-29
/
+29
*
covermerger: add initial implementation
Taras Madan
2024-04-29
1
-0
/
+67
*
tools/syz-testbed: limit the number of graph data points
Aleksandr Nogikh
2024-04-29
1
-1
/
+13
*
tools/syz-prog2c: support swap feature
Dmitry Vyukov
2024-04-29
1
-0
/
+1
*
all: go fix everything
Dmitry Vyukov
2024-04-26
10
-10
/
+0
*
tools/docker: update old-env to Go 1.21
Dmitry Vyukov
2024-04-26
1
-1
/
+1
*
tools/syz-db: add more usage info for syz-db
Simone Weiß
2024-04-22
1
-5
/
+18
*
tools/syz-linter: check t.Logf/Errorf/Fatalf messages
Dmitry Vyukov
2024-04-17
2
-2
/
+13
*
pkg/ipc: pass only exec encoding to Exec
Dmitry Vyukov
2024-04-16
1
-5
/
+10
*
prog: don't require preallocated buffer for exec encoding
Dmitry Vyukov
2024-04-16
1
-2
/
+1
*
all: remove akaros support
Dmitry Vyukov
2024-04-15
2
-10
/
+0
*
syz-fuzzer: don't sleep after transient executor errors
Dmitry Vyukov
2024-04-15
1
-1
/
+3
*
vm: combine Run and MonitorExecution
Dmitry Vyukov
2024-04-11
2
-3
/
+2
*
pkg/rpctype: allow to disable timeouts
Dmitry Vyukov
2024-04-11
1
-1
/
+1
*
pkg/cover, syz-manager, tools/syz-cover: add the ?force=1 URL parameter for c...
Alexander Potapenko
2024-04-10
1
-0
/
+1
*
pkg/symbolizer: use llvm-addr2line
Dmitry Vyukov
2024-04-09
1
-0
/
+1
*
syz-manager: don't store whole CheckResult
Dmitry Vyukov
2024-04-09
1
-27
/
+29
*
tools/syz-cover: support jsonl export
Dmitry Vyukov
2024-04-09
1
-0
/
+10
*
tools: print regex pattern in check-commits.sh
Dmitry Vyukov
2024-04-08
1
-2
/
+4
*
pkg/rpctype: make RPC compression optional
Dmitry Vyukov
2024-04-03
2
-2
/
+2
*
syz-fuzzer: use of monotonic time for latency measurement
Dmitry Vyukov
2024-04-02
1
-1
/
+1
*
tools: substitute ubsan_minimal for fuzzer_test in create-openbsd
Greg Steuck
2024-03-25
1
-0
/
+4
*
tools/syz-testbed: fix html table columns
Aleksandr Nogikh
2024-03-21
1
-14
/
+4
*
tools/syz-testbed: fix relative value change computation
Aleksandr Nogikh
2024-03-21
2
-1
/
+28
*
prog: enable MutateWithHints() abortion
Aleksandr Nogikh
2024-03-14
2
-2
/
+4
*
tools/syz-linter: check all Logf calls
Aleksandr Nogikh
2024-03-12
1
-1
/
+4
*
tools/syz-execprog: log errors similarly to syz-fuzzer
Aleksandr Nogikh
2024-03-08
1
-1
/
+1
*
makefile: silence syz-env hint on CI
Taras Madan
2024-02-28
1
-1
/
+0
*
tools/syz-cover: do not accept modules info from /proc/modules
Alexander Potapenko
2024-02-22
1
-3
/
+4
*
pkg/cover, syz-manager: introduce the /cover?debug=1 parameter
Alexander Potapenko
2024-02-13
1
-3
/
+8
*
all: fix some function names in comments
cui fliter
2023-12-20
1
-1
/
+1
*
tools/docker/syzbot: add libbpf-dev to Dockerfile
Kevin Krakauer
2023-12-18
1
-1
/
+1
[next]