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
/
gen
Commit message (
Expand
)
Author
Age
Files
Lines
*
sys/syz-sysgen: serialize descriptions as gob and embed
Dmitry Vyukov
2025-01-23
1
-6
/
+0
*
sys: commit empty source files
Dmitry Vyukov
2021-04-21
1
-0
/
+6
*
Makefile: generate descriptions on-the-fly
Dmitry Vyukov
2020-04-30
5
-8380
/
+0
*
pkg/compiler: deduplicate Types in descriptions
Dmitry Vyukov
2020-04-26
4
-3237
/
+5812
*
prog: add ignore_return and breaks_returns call attribtues
Dmitry Vyukov
2020-04-19
4
-20
/
+12
*
pkg/compiler: check that flags values fit into base type
Dmitry Vyukov
2020-03-17
4
-12
/
+12
*
pkg/compiler: check that const values fit into base type
Dmitry Vyukov
2020-03-17
4
-8
/
+8
*
pkg/compiler: calculate more precise sizes for arguments
Dmitry Vyukov
2020-03-17
4
-80
/
+80
*
pkg/compiler: ensure consistency of syscall argument types
Dmitry Vyukov
2020-03-17
4
-188
/
+236
*
pkg/compiler: don't specify syscall consts for test OS
Dmitry Vyukov
2020-03-17
3
-6
/
+2925
*
prog: remove unused ResourceDesc.Type
Dmitry Vyukov
2020-01-26
1
-8
/
+8
*
pkg/serializer: do not write field names if it won't save space
Dmitry Vyukov
2020-01-26
4
-630
/
+630
*
pkg/compiler: don't mark flags with 0 as bitmask
Dmitry Vyukov
2020-01-18
4
-12
/
+12
*
prog: don't add fallback coverage after prctl
Dmitry Vyukov
2020-01-15
1
-1
/
+3
*
sys/linux: fix 2 netlink data layout bugs
Dmitry Vyukov
2020-01-07
4
-7
/
+319
*
pkg/compiler: fix another bitfield layout bug
Dmitry Vyukov
2020-01-07
4
-18
/
+81
*
prog: fix tests for string enforcement
Dmitry Vyukov
2020-01-05
1
-3
/
+3
*
prog: don't mutate strings with enumerated values
Dmitry Vyukov
2020-01-05
1
-1
/
+7
*
sys/linux: fix int64 alignment on 386
Dmitry Vyukov
2019-12-23
1
-12
/
+11
*
prog: don't fail decoding on non-default out args
Dmitry Vyukov
2019-12-21
1
-1
/
+4
*
pkg/compiler: fix bitfield layout bug
Dmitry Vyukov
2019-12-20
4
-448
/
+370
*
sys/test: and another set of bitfield tests
Dmitry Vyukov
2019-12-20
4
-4
/
+540
*
sys/test: and another bitfield test
Dmitry Vyukov
2019-12-19
4
-4
/
+52
*
prog: refactor bitfields representation
Dmitry Vyukov
2019-12-19
4
-187
/
+187
*
sys/test: add few other tests for tricky bitfields
Dmitry Vyukov
2019-12-18
4
-4
/
+204
*
sys/test: add more tests for bitfields
Dmitry Vyukov
2019-12-13
4
-4
/
+296
*
pkg/compiler: define fileoff template
Paul Chaignon
2019-11-01
1
-17
/
+17
*
prog: mutate length of output buffers
Veronica Radu
2019-10-10
1
-1
/
+7
*
prog: implemented argument and call priorities
Veronica Radu
2019-09-04
1
-1
/
+7
*
prog: add special mutation for binary flags
Veronica Radu
2019-08-09
1
-1
/
+39
*
prog: don't minimize ProcType to 0
Dmitry Vyukov
2019-07-26
1
-1
/
+6
*
pkg/compiler: add offsetof type
Dmitry Vyukov
2019-05-16
1
-1
/
+25
*
pkg/compiler: work around 0-array-size errors due to missing consts
Dmitry Vyukov
2019-05-15
1
-3
/
+7
*
.golangci.yml: add codeanalysis build tag
Dmitry Vyukov
2019-05-15
4
-4
/
+8
*
pkg/compiler: allow to refer to syscall arguments in len paths
Dmitry Vyukov
2019-05-14
1
-2
/
+4
*
prog: implement complex len target support
Dmitry Vyukov
2019-05-14
1
-4
/
+33
*
pkg/compiler: generate complex len targets
Dmitry Vyukov
2019-05-14
4
-102
/
+106
*
sys/test: remove a leftover file
Dmitry Vyukov
2019-05-14
1
-865
/
+0
*
pkg/compiler: make buffer alias to ptr[array[int8]]
Dmitry Vyukov
2019-04-01
1
-2
/
+2
*
sys/test/test: add tests for test exiting in the middle of execution
Dmitry Vyukov
2019-01-31
4
-4
/
+16
*
pkg/csource: use 0 for missing syscall args
Dmitry Vyukov
2018-12-27
4
-98
/
+170
*
prog, pkg/csource: more readable serialization for strings
Dmitry Vyukov
2018-12-15
4
-12
/
+30
*
prog: support AUTO args in programs
Dmitry Vyukov
2018-12-10
1
-1
/
+12
*
executor: fix handling of big-endian bitfields
Dmitry Vyukov
2018-12-08
4
-6
/
+147
*
sys/linux: add syz_execute_func
Dmitry Vyukov
2018-08-30
4
-8
/
+20
*
prog: don't add fallback signal after seccomp
Dmitry Vyukov
2018-08-19
1
-2
/
+9
*
sys/test: add more tests
Dmitry Vyukov
2018-08-03
4
-7
/
+98
*
Makefile: don't compile all targets into target binaries
Dmitry Vyukov
2018-08-02
5
-8
/
+27
*
executor: overhaul
Dmitry Vyukov
2018-07-24
4
-85
/
+180
*
prog, pkg/compiler: support fmt type
Dmitry Vyukov
2018-07-08
2
-24
/
+70
[next]