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
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools/docker/syzbot: add cpio
Dmitry Vyukov
2021-02-01
1
-1
/
+1
*
tools/docker/syzbot: include ccache
Dmitry Vyukov
2021-01-29
1
-1
/
+1
*
tools/docker/syzbot: remove grub packages
Dmitry Vyukov
2021-01-29
1
-3
/
+1
*
tools/create-gce-image.sh: setup ssh with empty password
Dmitry Vyukov
2021-01-29
1
-15
/
+13
*
tools/create-gce-image.sh: remove unused SYZ_VM_TYPE
Dmitry Vyukov
2021-01-29
1
-15
/
+0
*
tools/syz-build: add utility
Dmitry Vyukov
2021-01-29
1
-0
/
+53
*
tools/syz-testbuild: fix a typo in error message
Dmitry Vyukov
2021-01-29
1
-1
/
+1
*
tools/docker: add libc6-dev-i386-amd64-cross to syzbot image
Dmitry Vyukov
2021-01-26
1
-2
/
+3
*
tools/docker: add image for syzbot machines
Dmitry Vyukov
2021-01-26
1
-0
/
+34
*
prog: make priority calculation faster
Dmitry Vyukov
2021-01-05
1
-2
/
+2
*
all: make timeouts configurable
Dmitry Vyukov
2020-12-28
4
-10
/
+10
*
tools/syz-kconf: check misspelled constraints
Dmitry Vyukov
2020-12-27
1
-1
/
+40
*
tools/syz-kconf: support int values with constraints
Dmitry Vyukov
2020-12-27
1
-0
/
+3
*
tools/syz-execprog: support optional flags
Dmitry Vyukov
2020-12-25
1
-1
/
+2
*
all: use tool.Failf instead of local functions
Dmitry Vyukov
2020-12-25
10
-118
/
+70
*
pkg/cmdprof: merge into pkg/tool
Dmitry Vyukov
2020-12-25
2
-6
/
+4
*
.github/workflows: remove fuzzit.dev
Dmitry Vyukov
2020-12-25
1
-28
/
+0
*
pkg/cover: accept object dir instead of object file
Dmitry Vyukov
2020-12-13
1
-3
/
+1
*
pkg/cover: pass VM type for report generator
Dmitry Vyukov
2020-12-13
1
-1
/
+2
*
tools/syz-reporter: add new columns for syz-bisect output
Jouni Hogander
2020-12-10
1
-13
/
+66
*
tools/syz-bisect: store bisection results
Jouni Hogander
2020-12-10
1
-1
/
+27
*
pkg/kconfig: store minimization results
Jouni Hogander
2020-12-10
2
-6
/
+13
*
tools/syz-bisect: use vcs.HEAD by default
Jouni Hogander
2020-12-10
1
-0
/
+8
*
tools/syz-bisect: give kernel/syzkaller commit as arguments
Jouni Hogander
2020-12-10
1
-19
/
+11
*
tools/syz-bisect: use kernel configs from configuration file
Jouni Hogander
2020-12-10
1
-8
/
+11
*
tools/syz-bisect: read repro.cprog and/or repro.prog
Jouni Hogander
2020-12-10
1
-7
/
+10
*
tools/syz-crush: make the results saving more flexible
Alexander Popov
2020-12-04
1
-1
/
+1
*
tools/syz-crush: improve the output
Alexander Popov
2020-12-01
1
-6
/
+16
*
tools/kcovfuzzer: write input to dmesg
Dmitry Vyukov
2020-11-30
1
-0
/
+48
*
tools/syz-symbolize: fix config loading
Dmitry Vyukov
2020-11-30
1
-8
/
+8
*
tools/kcovfuzzer: add binfmt_misc fuzzer
Dmitry Vyukov
2020-11-30
1
-2
/
+19
*
tools/kcovfuzzer: refactor for easier addition of new fuzzers
Dmitry Vyukov
2020-11-30
1
-50
/
+78
*
tools/syz-linter: warn about inconsistent flag definitions
Dmitry Vyukov
2020-11-30
2
-12
/
+57
*
pkg/mgrconfig: remove Syz prefix from fields
Dmitry Vyukov
2020-11-30
2
-12
/
+12
*
pkg/mgrconfig: add prog&sys.targets targets to Config
Dmitry Vyukov
2020-11-30
5
-28
/
+11
*
pkg/mgrconfig: move derived fields into separate struct
Dmitry Vyukov
2020-11-30
2
-20
/
+24
*
tools/syz-linter: add a check for fmt.Printf/Fprintf messages
Dmitry Vyukov
2020-11-30
2
-23
/
+53
*
all: fix format of fmt.Printf/Fprintf calls
Dmitry Vyukov
2020-11-30
6
-17
/
+17
*
tools/syz-kconf: support non-make shell
Dmitry Vyukov
2020-11-28
1
-8
/
+18
*
tools/syz-reprolist: don't drop syzkaller repo on errors
Dmitry Vyukov
2020-11-24
1
-1
/
+1
*
tools/syz-kconf: support appending string values
Dmitry Vyukov
2020-11-21
2
-10
/
+18
*
tools/create-gce-image.sh: move sysctl's to executor
Dmitry Vyukov
2020-11-21
2
-11
/
+0
*
tools/headerparser: update to python3
Palash Oswal
2020-11-10
3
-3
/
+3
*
tools: add script to check shebang lines (#2234)
Mark Johnston
2020-11-02
7
-6
/
+21
*
tools/create-image.sh: use the basename instead of hard-coded linux to point ...
Changming Liu
2020-10-31
1
-3
/
+4
*
pkg/kconfig: accept target when parsing Kconfig
Dmitry Vyukov
2020-10-29
2
-6
/
+7
*
tools/syz-kconf: detect -rcN tags
Dmitry Vyukov
2020-10-29
1
-1
/
+1
*
.github/workflows: switch fuzzit to syz-old-env
Dmitry Vyukov
2020-10-27
1
-4
/
+12
*
sys/targets: add OS/Arch name consts
Dmitry Vyukov
2020-10-26
8
-16
/
+22
*
tools/docker/env: switch to Go 1.15
Dmitry Vyukov
2020-10-26
1
-1
/
+1
[next]