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/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
*
pkg/git: add bisection functionality
Dmitry Vyukov
2018-05-14
1
-0
/
+62
*
pkg/git: add PreviousReleaseTags
Dmitry Vyukov
2018-05-14
2
-3
/
+94
*
pkg/git: add SwitchCommit and GetCommit
Dmitry Vyukov
2018-05-14
1
-1
/
+10
*
pkg/kernel: use oldconfig instead of olddefconfig
Dmitry Vyukov
2018-05-14
1
-1
/
+3
*
pkg/kernel: accept kernel config as byte slice
Dmitry Vyukov
2018-05-14
1
-2
/
+3
*
pkg/kernel: run distclean with -jNCPU
Dmitry Vyukov
2018-05-14
1
-1
/
+2
*
tools/create-gce-image.sh: use loop instead of nbd
Dmitry Vyukov
2018-05-14
1
-15
/
+15
*
executor: fix strncpy compile error
Ioana Ciornei
2018-05-13
1
-1
/
+1
*
pkg/csource: fix test exit code
Dmitry Vyukov
2018-05-07
1
-1
/
+1
*
pkg/csource: skip tests under race detector
Dmitry Vyukov
2018-05-07
1
-0
/
+23
*
pkg/csource: reduce test size
Dmitry Vyukov
2018-05-07
1
-4
/
+6
*
all: get rid of underscores in identifiers
Dmitry Vyukov
2018-05-07
2
-7
/
+15
*
sys/syz-extract: split overly long function
Dmitry Vyukov
2018-05-07
1
-0
/
+1
*
pkg/ifuzz: move generated code to a separate package
Dmitry Vyukov
2018-05-07
4
-8
/
+26
*
pkg/git: remove duplicated code in tests
Dmitry Vyukov
2018-05-07
1
-65
/
+47
*
pkg/report: remove duplicated stub code
Dmitry Vyukov
2018-05-07
4
-89
/
+9
*
pkg/db: remove code duplication in test
Dmitry Vyukov
2018-05-06
1
-55
/
+31
*
gometalinter: enable cyclomatic complexity checking
Dmitry Vyukov
2018-05-04
4
-141
/
+180
*
gometalinter: enable line length checking
Dmitry Vyukov
2018-05-04
10
-30
/
+58
*
gometalinter: some fixes for unparam
Dmitry Vyukov
2018-05-03
2
-13
/
+9
*
gometalinter: check dot imports
Dmitry Vyukov
2018-05-03
3
-7
/
+7
*
gometalinter: check unkeyed composite literals
Dmitry Vyukov
2018-05-03
2
-2
/
+5
*
gometalinter: enable package comment checking
Dmitry Vyukov
2018-05-03
8
-6
/
+11
*
pkg/host: fix syz_mount_image detection
Dmitry Vyukov
2018-04-29
1
-1
/
+1
*
pkg/ast: support char constants
Dmitry Vyukov
2018-04-29
9
-22
/
+65
*
pkg/report: reformat code
Dmitry Vyukov
2018-04-29
1
-1
/
+1
*
sys/linux: extend namespace desciptions
Dmitry Vyukov
2018-04-27
1
-1
/
+1
*
pkg/report: fix remaining lockdep report formats
Dmitry Vyukov
2018-04-27
2
-4
/
+165
*
pkg/host: enable more fault injection
Dmitry Vyukov
2018-04-27
1
-2
/
+11
*
pkg/report: few report parsing fixes for linux
Dmitry Vyukov
2018-04-26
7
-5
/
+122
[next]