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
*
sys/linux: add syz_open_dev$char_usb descriptions
Andrey Konovalov
2019-08-08
1
-1
/
+4
*
pkg/cover: hierarchical coverage reports
Dmitry Vyukov
2019-07-26
1
-1
/
+2
*
Makefile: build fuchsia go binaries using the sdk
Marco Vanotti
2019-07-23
2
-0
/
+58
*
sys/linux: extract USB HID ids (#1294)
Andrey Konovalov
2019-07-22
2
-34
/
+119
*
tools/syz-execprog: remove unused parameter
Greg Steuck
2019-07-22
1
-2
/
+2
*
tools/syz-env: restrict Makefile parallelism based on RAM
Dmitry Vyukov
2019-07-19
1
-1
/
+12
*
tools/syz-cover: skip empty lines in coverage file
Dmitry Vyukov
2019-07-18
1
-1
/
+6
*
pkg/cover: fix prefix computation
Siddharth M
2019-07-17
1
-5
/
+9
*
pkg/log: rename -v to -vv
Dmitry Vyukov
2019-07-16
1
-1
/
+1
*
tools/syz-stress: fix syscall list parsing
Dmitry Vyukov
2019-06-14
1
-1
/
+5
*
tools/kcovtrace: Fix the format of kcovtrace.c
Andrew Turner
2019-06-11
1
-1
/
+1
*
tools/kcovtrace: Fix cover type on FreeBSD and NetBSD
Andrew Turner
2019-06-11
1
-3
/
+5
*
pkg/runtest: add simple USB runtest
Andrey Konovalov
2019-05-31
1
-0
/
+3
*
make changes to prevent failing build
R3x
2019-05-21
1
-1
/
+7
*
executor: implement support for leak checking
Dmitry Vyukov
2019-05-20
3
-21
/
+19
*
tools/create-openbsd: valid URIs must use a single slash (#1184)
Greg Steuck
2019-05-15
2
-2
/
+2
*
.golangci.yml: add codeanalysis build tag
Dmitry Vyukov
2019-05-15
4
-69
/
+72
*
tools/syz-bisect: add usage docs
Dmitry Vyukov
2019-05-13
1
-9
/
+34
*
syz-ci: don't assume kernel config is called .config
Dmitry Vyukov
2019-05-12
1
-1
/
+1
*
tools/create-openbsd-vmm-worker.sh: set location to cd0 for consistency (and ...
Greg Steuck
2019-05-09
1
-0
/
+1
*
tools/create-openbsd-gce-ci.sh: explicitly specify sets location (#1167)
Greg Steuck
2019-05-09
1
-0
/
+1
*
tools/create-gce-image.sh: Generate ppc64le pseries disk images
Andrew Donnellan
2019-05-03
1
-8
/
+52
*
sys: add USB descriptions
Andrey Konovalov
2019-04-11
2
-0
/
+124
*
all: add optional close_fds feature to reproducers
Andrey Konovalov
2019-04-09
3
-0
/
+7
*
tools/syz-benchcmp: update name of coverage stat
Dmitry Vyukov
2019-04-08
1
-1
/
+1
*
sys/linux: move openat to dev_rtc.txt
Shankara Pailoor
2019-03-24
1
-0
/
+8
*
tools/syz-execprog: remove dead code
Dongliang Mu
2019-03-23
1
-6
/
+0
*
tools/syz-testbuild: add utility for kernel build testing
Dmitry Vyukov
2019-03-17
1
-0
/
+204
*
pkg/bisect: various improvements
Dmitry Vyukov
2019-03-17
1
-1
/
+1
*
tools/create-image.sh: fix two issues
Dongliang Mu
2019-03-12
1
-4
/
+18
*
create-image.sh: Fix "full" package list
Kees Cook
2019-03-06
1
-3
/
+2
*
execprog: fix executing with fault injection
Andrey Konovalov
2019-03-05
1
-0
/
+6
*
execprog, stress, prog2c: unify flags to enable additional features
Andrey Konovalov
2019-03-05
3
-36
/
+83
*
tools/*openbsd*: switch to 6.5 now that it's in -beta
Greg Steuck
2019-03-01
2
-2
/
+2
*
check_links: ignore mailto:* links
Andrey Konovalov
2019-03-01
1
-0
/
+2
*
tweak create-image.sh script and modify document about its deployment (#1022)
Dongliang Mu
2019-03-01
1
-2
/
+6
*
tools/create-image.sh: make more flexible
Dongliang Mu
2019-02-15
1
-2
/
+59
*
pkg/runtest: don't print skipped/broken tests by default
Dmitry Vyukov
2019-02-13
1
-0
/
+1
*
tools/syz-stress: add flag to select subset of syscalls
Dmitry Vyukov
2019-02-12
1
-6
/
+25
*
tools/openbsd: use fully resolved gcc package name (#988)
Greg Steuck
2019-02-09
1
-1
/
+1
*
openbsd: remove shorten report logic (#986)
Anton Lindqvist
2019-02-09
1
-0
/
+1
*
executor: remove ability to detect kernel bugs
Dmitry Vyukov
2019-01-31
2
-9
/
+5
*
Makefile: don't cross-compile executor if cross-compiler is missing
Dmitry Vyukov
2019-01-24
1
-0
/
+7
*
tools/syz-trace2syz/proggen: add support to generate structs like sockaddr_st...
Shankara Pailoor
2019-01-17
2
-1
/
+52
*
all: detect extra coverage support
Andrey Konovalov
2019-01-16
1
-0
/
+3
*
all: support extra coverage
Andrey Konovalov
2019-01-16
1
-12
/
+18
*
tools/syz-trace2syz/proggen: add support for open, openat, syz_open_dev variants
Shankara Pailoor
2019-01-16
4
-24
/
+224
*
tools/syz-trace2syz/proggen: deleting unnecessary code in genSockaddrStorage()
Shankara Pailoor
2019-01-14
2
-17
/
+10
*
tools/kcovtrace: add FreeBSD support
Michael Tuexen
2019-01-14
1
-4
/
+24
*
tools/syz-trace2syz/proggen.go: delete reorderStructFields()
Shankara Pailoor
2019-01-10
2
-24
/
+4
[next]