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
/
sys
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
prog: fix escaping of C strings
Dmitry Vyukov
2019-01-31
1
-0
/
+1
*
pkg/csource: use 0 for missing syscall args
Dmitry Vyukov
2018-12-27
6
-98
/
+183
*
prog, pkg/csource: more readable serialization for strings
Dmitry Vyukov
2018-12-15
7
-13
/
+42
*
prog: support AUTO args in programs
Dmitry Vyukov
2018-12-10
4
-9
/
+28
*
prog: implement strict parsing mode
Dmitry Vyukov
2018-12-10
2
-3
/
+3
*
executor: fix handling of big-endian bitfields
Dmitry Vyukov
2018-12-08
8
-7
/
+173
*
sys/linux: add syz_execute_func
Dmitry Vyukov
2018-08-30
5
-8
/
+22
*
prog: don't add fallback signal after seccomp
Dmitry Vyukov
2018-08-19
3
-3
/
+18
*
sys/test: add more tests
Dmitry Vyukov
2018-08-03
9
-11
/
+127
*
pkg/runtest: add package for syzkaller program unit-testing
Dmitry Vyukov
2018-08-03
1
-0
/
+3
*
Makefile: don't compile all targets into target binaries
Dmitry Vyukov
2018-08-02
6
-17
/
+28
*
executor: overhaul
Dmitry Vyukov
2018-07-24
10
-173
/
+293
*
prog, pkg/compiler: support fmt type
Dmitry Vyukov
2018-07-08
3
-24
/
+87
*
pkg/compiler: check for unused declarations
Dmitry Vyukov
2018-06-30
3
-2
/
+23
*
prog: detect when flags are a bitmask
Dmitry Vyukov
2018-06-30
2
-10
/
+10
*
sys: mark output resources as opt
Dmitry Vyukov
2018-06-18
3
-2
/
+23
*
sys: dedup mmap code across OSes
Dmitry Vyukov
2018-05-06
4
-32
/
+13
*
sys: move generate files to separate packages
Dmitry Vyukov
2018-05-05
3
-10
/
+12
*
gometalinter: enable package comment checking
Dmitry Vyukov
2018-05-03
2
-2
/
+4
*
pkg/compiler: support non-zero terminated filenames
Dmitry Vyukov
2018-04-02
1
-2
/
+2
*
prog: harden program parsing against description changes more
Dmitry Vyukov
2018-03-05
3
-2
/
+19
*
prog: handle excessive args and fields during program parsing
Dmitry Vyukov
2018-03-05
3
-2
/
+30
*
pkg/compiler: allow specifying static size for filename's
Dmitry Vyukov
2018-03-05
3
-2
/
+31
*
pkg/compiler: support size attribute for unions
Dmitry Vyukov
2018-03-05
3
-2
/
+21
*
pkg/compiler: add size attribute for structs
Dmitry Vyukov
2018-03-05
3
-2
/
+23
*
prog: properly squash bitfields
Dmitry Vyukov
2018-02-26
3
-5
/
+35
*
prog: add arbitrary mutation of complex structs
Dmitry Vyukov
2018-02-25
3
-2
/
+103
*
pkg/compiler: fix alignment corner case
Dmitry Vyukov
2018-02-25
3
-2
/
+51
*
pkg/compiler: don't assign call IDs statically
Dmitry Vyukov
2018-02-25
2
-174
/
+174
*
pkg/compiler: allow unions as syscall arguments
Dmitry Vyukov
2018-02-23
3
-18
/
+53
*
pkg/compiler: fix corner case in alignment calculation
Dmitry Vyukov
2018-02-19
3
-82
/
+118
*
prog: rework address allocation
Dmitry Vyukov
2018-02-19
3
-23
/
+7
*
pkg/compiler: allow len of var-len arrays
Dmitry Vyukov
2018-02-17
3
-62
/
+71
*
pkg/compiler: allow unions with only 1 field
Dmitry Vyukov
2018-01-27
3
-18
/
+36
*
pkg/compiler, prog: fix template parent lens
Dmitry Vyukov
2018-01-24
3
-62
/
+118
*
pkg/compiler: fix len of parent template struct
Dmitry Vyukov
2018-01-23
3
-60
/
+98
*
sys/syz-sysgen: don't generate syz_ syscall numbers
Dmitry Vyukov
2018-01-13
2
-140
/
+140
*
pkg/compiler: support void type
Dmitry Vyukov
2018-01-13
2
-84
/
+84
*
prog: support opt for proc types
Dmitry Vyukov
2018-01-06
3
-142
/
+156
*
prog: add test for len mutation
Dmitry Vyukov
2018-01-06
3
-142
/
+151
*
pkg/compiler: add bitsize type
Dmitry Vyukov
2018-01-06
3
-98
/
+116
*
prog: don't serialize output data args
Dmitry Vyukov
2017-12-17
3
-142
/
+151
*
prog: introduce more readable format for data args
Dmitry Vyukov
2017-12-17
3
-134
/
+159
*
prog: fix TestMutateTable
Dmitry Vyukov
2017-12-17
3
-134
/
+189
*
sys: move test syscalls to a separate target
Dmitry Vyukov
2017-12-17
6
-0
/
+1807
[prev]