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
*
executor: change syscall argument type to intptr_t
munjinoo
2019-05-07
1
-9
/
+9
*
pkg/report: Handle powerpc stack traces correctly
Andrew Donnellan
2019-05-07
4
-3
/
+48
*
pkg/report: improve titles of 'sleeping function called from invalid context'
Andrey Konovalov
2019-05-06
3
-3
/
+97
*
pkg/report: add __ia32_sys_ syscall prefix
Dmitry Vyukov
2019-05-03
2
-0
/
+64
*
pkg/build: Add ppc64le Linux as a supported configuration
Andrew Donnellan
2019-05-03
2
-6
/
+24
*
pkg/build: Call Linux image creation script with target arch argument
Andrew Donnellan
2019-05-03
1
-3
/
+4
*
tools/create-gce-image.sh: Generate ppc64le pseries disk images
Andrew Donnellan
2019-05-03
1
-7
/
+47
*
repro: speedup bisection for flaky crashes
Andrey Konovalov
2019-05-03
2
-0
/
+10
*
pkg/report: skip printk and other printing functions
Andrey Konovalov
2019-05-03
4
-1
/
+297
*
executor: unbreak on OpenBSD at runtime
Anton Lindqvist
2019-05-02
1
-0
/
+4
*
sys/openbsd: add vmm descriptions (#1152)
Anton Lindqvist
2019-05-01
1
-0
/
+17
*
executor: improve setup for packet handling on *BSD (#1153)
Michael Tüxen
2019-05-01
1
-1
/
+20
*
executor: fix another compiler warning
Andrey Konovalov
2019-04-25
1
-1
/
+1
*
executor: fix compiler warning
Andrey Konovalov
2019-04-24
1
-2
/
+2
*
pkg/report: fix stalls in RIP frame
Dmitry Vyukov
2019-04-24
2
-0
/
+79
*
executor: use NONFAILING in common_usb.h
Andrey Konovalov
2019-04-23
1
-105
/
+130
*
executor: adjust waiting time for all usb syzcalls
Andrey Konovalov
2019-04-23
1
-2
/
+0
*
pkg/report: skip osq_lock on linux
Dmitry Vyukov
2019-04-23
2
-0
/
+67
*
pkg/email: support quilt patch format
Andrey Konovalov
2019-04-23
3
-22
/
+159
*
all: fix some static analysis warnings
Dmitry Vyukov
2019-04-23
2
-19
/
+18
*
sys/freebsd: Add pf ioctl()s
Kristof Provost
2019-04-23
1
-0
/
+2
*
pkg/build: update zircon build directory. (#1132)
Marco Vanotti
2019-04-22
1
-3
/
+3
*
report: skip strscpy and read_word_at_a_time frames
Andrey Konovalov
2019-04-22
2
-0
/
+53
*
pkg/report: ignore 'down' frame in the call stack
Andrey Konovalov
2019-04-11
2
-0
/
+81
*
all: run make generate
Andrey Konovalov
2019-04-11
1
-2
/
+463
*
all: add basic USB fuzzing support
Andrey Konovalov
2019-04-11
2
-0
/
+11
*
pkg/report: fix test
Dmitry Vyukov
2019-04-09
1
-1
/
+2
*
pkg/report: add another interesting linux test case
Dmitry Vyukov
2019-04-09
1
-0
/
+42
*
pkg/report: refine stalls in compat ioctl's
Dmitry Vyukov
2019-04-09
3
-43
/
+45
*
pkg/build: detect "Permission denied" as build error
Dmitry Vyukov
2019-04-09
2
-0
/
+32
*
all: add optional close_fds feature to reproducers
Andrey Konovalov
2019-04-09
6
-12
/
+58
*
csource: use /*FOO*/ instead of [[FOO]]
Andrey Konovalov
2019-04-09
2
-10
/
+11
*
pkg/html: regenerate
Dmitry Vyukov
2019-04-08
1
-3
/
+3
*
dashboard/app: split dashboard per-namespace
Dmitry Vyukov
2019-04-08
1
-0
/
+6
*
pkg/host: move kallsyms parsing test to host_linux_test.go
Andrey Konovalov
2019-04-05
2
-77
/
+77
*
pkg/host: enable kallsyms parsing on arm
Cody Holliday
2019-04-05
2
-1
/
+14
*
pkg/report: refine hung task processing for v4.15
Dmitry Vyukov
2019-04-05
2
-1
/
+92
*
pkg/report: add a test for .PID removal
Dmitry Vyukov
2019-04-05
1
-0
/
+33
*
pkg/report: remove .PID from syz-executor
Dmitry Vyukov
2019-04-05
2
-1
/
+2
*
pkg/build: extract first build error instead of last
Dmitry Vyukov
2019-04-05
2
-4
/
+26
*
host: add kallsyms parsing tests
Andrey Konovalov
2019-04-04
2
-18
/
+88
*
executor: move syz_execute_func after os imports. (#1107)
Marco Vanotti
2019-04-03
1
-14
/
+14
*
executor: don't fallthrough in switches in fuchsia (#1103)
Marco Vanotti
2019-04-03
1
-0
/
+3
*
pkg/ipc: use /data/ for storage in fuchsia. (#1101)
Marco Vanotti
2019-04-03
1
-3
/
+8
*
executor: try to prevent machine outbreak
Dmitry Vyukov
2019-04-02
1
-1
/
+7
*
pkg/report: add another linux test
Dmitry Vyukov
2019-04-01
1
-0
/
+186
*
pkg/build: increase gvosir build timeout
Dmitry Vyukov
2019-04-01
1
-1
/
+4
*
pkg/gce: poll for operation completion less frequently
Dmitry Vyukov
2019-04-01
1
-1
/
+2
*
pkg/compiler: make buffer alias to ptr[array[int8]]
Dmitry Vyukov
2019-04-01
3
-23
/
+7
*
prog, pkg/compiler: fix warnings
Dmitry Vyukov
2019-03-29
1
-1
/
+2
[next]