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
/
csource
/
csource.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
executor: fix clang-tidy warnings
Dmitry Vyukov
2017-06-13
1
-1
/
+9
*
csource: don't use guard macros for debug() and NONFAILING()
Andrey Konovalov
2017-06-12
1
-16
/
+28
*
repro: always minimize over EnableTun
Andrey Konovalov
2017-06-12
1
-6
/
+8
*
csource: generate includes when necessary
Andrey Konovalov
2017-06-12
1
-1
/
+9
*
csource: don't generate execute_syscall calls
Andrey Konovalov
2017-06-12
1
-6
/
+24
*
csourse: don't generate debug printfs
Andrey Konovalov
2017-06-12
1
-0
/
+4
*
csource: try to simplify repeat loop
Andrey Konovalov
2017-06-12
1
-0
/
+4
*
csource: use sandbox only when required
Andrey Konovalov
2017-06-12
1
-9
/
+32
*
csource: emit bitmasks only when required
Andrey Konovalov
2017-06-12
1
-15
/
+6
*
csource: force enable tun flag when required
Andrey Konovalov
2017-06-12
1
-0
/
+16
*
csource: only handle SIGSEGV when necessary
Andrey Konovalov
2017-06-12
1
-13
/
+27
*
csource: use tmp dir only when necessary
Andrey Konovalov
2017-06-12
1
-3
/
+13
*
executor: split setup_main_process into smaller functions
Andrey Konovalov
2017-06-12
1
-3
/
+6
*
csource: add EnableTun option
Andrey Konovalov
2017-06-12
1
-17
/
+19
*
csource: reproduce crashes with fault injection
Dmitry Vyukov
2017-05-26
1
-8
/
+19
*
sys, executor: extract tcp sequence numbers from /dev/net/tun
Andrey Konovalov
2017-05-26
1
-1
/
+4
*
prog, executor: move checksum computation to executor
Andrey Konovalov
2017-05-12
1
-1
/
+26
*
csource: strip __STDC_VERSION__ macro from generated source
Dmitry Vyukov
2017-05-06
1
-1
/
+12
*
csource: fix parallel mode to wait for subprocesses
Dmitry Vyukov
2017-02-02
1
-1
/
+3
*
csource: regenerate and reformat
Dmitry Vyukov
2017-02-01
1
-0
/
+1
*
executor: fix tun initialization when sandbox != none
Andrey Konovalov
2017-01-31
1
-6
/
+6
*
csource: use 0x%x format for printing bitfield addr and arg
Andrey Konovalov
2017-01-23
1
-1
/
+1
*
all: spot optimizations
Dmitry Vyukov
2017-01-20
1
-1
/
+4
*
csource: fix STORE_BY_BITMASK in prog2c
Andrey Konovalov
2017-01-20
1
-1
/
+1
*
prog: add bitfields to templates
Andrey Konovalov
2017-01-17
1
-1
/
+10
*
sys, executor: more kvm improvements
Dmitry Vyukov
2017-01-12
1
-2
/
+4
*
sys: extend kvm support
Dmitry Vyukov
2017-01-09
1
-1
/
+2
*
csource: compile with -Werror
Dmitry Vyukov
2017-01-09
1
-7
/
+7
*
csource: fix fork bomb
Dmitry Vyukov
2017-01-09
1
-0
/
+1
*
csource: remove more predefined defines from generated source
Dmitry Vyukov
2017-01-09
1
-14
/
+21
*
executor: don't try to open tun if it's not enabled
Andrey Konovalov
2016-12-02
1
-3
/
+8
*
csourse: emit remove_dir only when needed
Andrey Konovalov
2016-11-29
1
-2
/
+2
*
csourse: fix emitting syz_* syscalls in c reproducer
Andrey Konovalov
2016-11-29
1
-2
/
+12
*
executor: emit ethernet traffic
Andrey Konovalov
2016-11-29
1
-3
/
+3
*
csource: don't emit syz_ syscalls is they are not used
Dmitry Vyukov
2016-11-26
1
-6
/
+2
*
sys: add proc type to denote per proccess integers
Andrey Konovalov
2016-11-25
1
-1
/
+1
*
repro: factor out of syz-repro tool
Dmitry Vyukov
2016-11-19
1
-16
/
+96
*
csource: make collide mode more random
Dmitry Vyukov
2016-08-28
1
-4
/
+5
*
csource: teach how to execute pseudo syz_ syscalls
Dmitry Vyukov
2016-08-28
1
-13
/
+17
*
executor, csource: share some common code between executor and csource
Dmitry Vyukov
2016-08-28
1
-33
/
+7
*
csource: support nonfailing argument copyin/copyout
Dmitry Vyukov
2016-08-28
1
-8
/
+36
*
csource: use dynamic libraries if static are not supported
Dmitry Vyukov
2016-02-19
1
-1
/
+5
*
csource: format source with clang-format
Dmitry Vyukov
2016-01-15
1
-0
/
+31
*
sysgen: pull in syscall numbers from kernel headers
Dmitry Vyukov
2015-12-24
1
-3
/
+2
*
prog: remove padding checking
Dmitry Vyukov
2015-12-23
1
-7
/
+0
*
fileutil: new package
Dmitry Vyukov
2015-12-23
1
-15
/
+0
*
csource: reformat
Dmitry Vyukov
2015-12-23
1
-14
/
+13
*
csource: new package
Dmitry Vyukov
2015-12-23
1
-0
/
+233