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
/
pkg
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/report: fix gvisor segv reports
Dmitry Vyukov
2018-06-22
2
-6
/
+24
*
pkg/build: save kernel config for gvisor
Dmitry Vyukov
2018-06-22
1
-1
/
+7
*
pkg/report: add more gvisor formats
Dmitry Vyukov
2018-06-22
3
-1
/
+37
*
pkg/build: add gvisor support
Dmitry Vyukov
2018-06-22
2
-6
/
+34
*
pkg/build: pave way for multi-OS support
Dmitry Vyukov
2018-06-22
5
-44
/
+121
*
pkg/build: support bazel in CompilerIdentity
Dmitry Vyukov
2018-06-22
3
-28
/
+48
*
pkg/build: move from pkg/kernel
Dmitry Vyukov
2018-06-22
6
-17
/
+20
*
pkg/report: allow to specify suppressions per OS
Dmitry Vyukov
2018-06-22
10
-82
/
+92
*
executor: rework fallback coverage
Dmitry Vyukov
2018-06-22
3
-8
/
+22
*
vm/gvisor: add package
Dmitry Vyukov
2018-06-22
1
-5
/
+14
*
pkg/report: add gvisor support
Dmitry Vyukov
2018-06-22
12
-0
/
+1318
*
pkg/report: move title sanitization from linux to common code
Dmitry Vyukov
2018-06-22
2
-24
/
+53
*
pkg/report: pass vm type to NewReporter
Dmitry Vyukov
2018-06-22
4
-9
/
+9
*
vm: pass instance to MonitorExecution
Dmitry Vyukov
2018-06-22
2
-3
/
+3
*
executor: handle case when AF_INET is not enabled
Dmitry Vyukov
2018-06-22
1
-4
/
+28
*
pkg/host: fix race in test
Dmitry Vyukov
2018-06-19
1
-1
/
+1
*
pkg/host: more precise detection for syz_mount_image support
Dmitry Vyukov
2018-06-18
1
-5
/
+22
*
pkg/host: support trial supported syscall detection
Dmitry Vyukov
2018-06-18
3
-35
/
+89
*
pkg/host: better detection of supported sockets
Dmitry Vyukov
2018-06-18
1
-2
/
+20
*
pkg/email: support quoted-printable emails
Dmitry Vyukov
2018-06-18
2
-6
/
+57
*
all: fix gometalinter warnings
Dmitry Vyukov
2018-06-12
2
-11
/
+15
*
pkg/host: rework host feature detection/setup
Dmitry Vyukov
2018-06-12
11
-53
/
+350
*
pkg/instance: more robust instance testing
Dmitry Vyukov
2018-06-11
1
-5
/
+6
*
syz-fuzzer: don't crash on commit mismatch
Dmitry Vyukov
2018-06-11
1
-0
/
+1
*
executor: always use errors=continue when mounting ext2/3/4
Dmitry Vyukov
2018-06-11
1
-5
/
+16
*
pkg/report: add another format for null RIP
Dmitry Vyukov
2018-06-08
2
-1
/
+120
*
executor: make syscall table and number constant
Dmitry Vyukov
2018-06-07
4
-8
/
+0
*
pkg/report: ignore down functions for task hung bugs
Dmitry Vyukov
2018-06-07
3
-1
/
+447
*
pkg/kernel: pass CC to oldconfig
Dmitry Vyukov
2018-06-07
1
-1
/
+2
*
pkg/report: add simplistic fuchsia reporter
Dmitry Vyukov
2018-06-06
6
-1
/
+317
*
pkg/csource: allow to build source fom memory
Dmitry Vyukov
2018-06-06
5
-34
/
+31
*
Makefile, sys/targets: move all native compilation logic to sys/targets
Dmitry Vyukov
2018-06-06
4
-10
/
+6
*
pkg/report: more "NMI handler took too long" ignores
Dmitry Vyukov
2018-06-06
2
-2
/
+4
*
pkg/report: ignore INFO messages about long interrupts
Dmitry Vyukov
2018-06-04
3
-0
/
+5
*
pkg/csource: minimize netdevices and net reset
Dmitry Vyukov
2018-05-17
6
-20
/
+72
*
pkg/csource: serialize options into json
Dmitry Vyukov
2018-05-17
2
-17
/
+43
*
pkg/kernel: allow to split full make output
Dmitry Vyukov
2018-05-17
4
-7
/
+72
*
pkg/bisect: stop at Linux v3.8
Dmitry Vyukov
2018-05-17
1
-0
/
+9
*
pkg/bisect: increase number of tries to 8
Dmitry Vyukov
2018-05-17
1
-14
/
+30
*
pkg/git: extract relevant email addresses from commits
Dmitry Vyukov
2018-05-17
3
-9
/
+112
*
pkg/bisect: add bisection logic
Dmitry Vyukov
2018-05-17
1
-0
/
+306
*
tools/create-gce-image.sh: support both nbd and loop
Dmitry Vyukov
2018-05-17
3
-18
/
+46
*
pkg/osutil: allow disabling sandboxing with env var
Dmitry Vyukov
2018-05-17
1
-14
/
+21
*
pkg/compiler: add optional builtin template
Dmitry Vyukov
2018-05-17
2
-0
/
+6
*
pkg/compiler: detect duplicate fields in template structs
Dmitry Vyukov
2018-05-17
2
-3
/
+13
*
tools/create-gce-image.sh: support MKE2FS_CONFIG
Dmitry Vyukov
2018-05-16
1
-1
/
+1
*
tools/create-gce-image.sh: revert loop to nbd
Dmitry Vyukov
2018-05-14
1
-8
/
+11
*
pkg/instance: relax syzkaller path check
Dmitry Vyukov
2018-05-14
1
-14
/
+13
*
pkg/instance: add package for testing of images/patches/bisection
Dmitry Vyukov
2018-05-14
1
-0
/
+337
*
pkg/osutil: introduce TempFile helper
Dmitry Vyukov
2018-05-14
3
-16
/
+25
[next]