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
/
executor
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/compiler: move more const-processing code to compiler
Dmitry Vyukov
2017-08-27
1
-519
/
+555
*
pkg/compiler, sys/syz-sysgen: move const handling to pkg/compiler
Dmitry Vyukov
2017-08-27
1
-275
/
+0
*
executor: split a too long line
Dmitry Vyukov
2017-08-24
1
-1
/
+3
*
all: support i386 arch
Dmitry Vyukov
2017-08-19
2
-6
/
+1537
*
sys: support arm arch
Dmitry Vyukov
2017-08-19
1
-0
/
+1521
*
sys: describe clone/execve calls
Dmitry Vyukov
2017-08-12
1
-0
/
+9
*
sys: describe chroot/getcwd/chdir/fchdir
Dmitry Vyukov
2017-08-12
1
-0
/
+12
*
executor: sandbox with RLIMIT_MEMLOCK
Dmitry Vyukov
2017-08-08
1
-0
/
+2
*
prog: fix encoding for exec of result args
Andrey Konovalov
2017-08-01
1
-0
/
+6
*
prog: return error instead of panic when parsing
Andrey Konovalov
2017-07-24
1
-0
/
+3
*
pkg/csource: make all usleeps random
Andrey Konovalov
2017-07-24
1
-2
/
+0
*
prog: allow recursion for optional pointers
Andrey Konovalov
2017-07-19
1
-0
/
+9
*
Makefile: actually cross-compile during presubmit
Dmitry Vyukov
2017-06-26
1
-0
/
+7
*
Port console to Darwin (#253)
Zach Riggle
2017-06-26
1
-0
/
+2
*
sys: add ETHTOOL ioctl in socket.txt
JB Cayrou
2017-06-19
1
-0
/
+3
*
sys: use consistent icmp socket syscall names
Andrey Konovalov
2017-06-14
1
-36
/
+30
*
executor: handle EACCES errno when opening /dev/kvm in test
Dmitry Vyukov
2017-06-14
1
-1
/
+1
*
executor: fix compiler warnings in test
Dmitry Vyukov
2017-06-14
1
-21
/
+24
*
executor: fix csum test
Dmitry Vyukov
2017-06-14
1
-1
/
+1
*
makefile: list generated packages
Andrey Konovalov
2017-06-14
1
-1
/
+1
*
executor: fix clang-tidy warnings
Dmitry Vyukov
2017-06-13
2
-18
/
+18
*
sys: check in generated files
Dmitry Vyukov
2017-06-13
1
-0
/
+4542
*
Merge pull request #223 from xairy/up-makedev-fix
Andrey Konovalov
2017-06-13
1
-0
/
+1
|
\
|
*
executor: add sys/sysmacros.h include for makedev in newer gcc
Andrey Konovalov
2017-06-13
1
-0
/
+1
*
|
executor: reformat
Dmitry Vyukov
2017-06-13
1
-1
/
+1
|
/
*
csource: don't use guard macros for debug() and NONFAILING()
Andrey Konovalov
2017-06-12
2
-109
/
+69
*
repro: always minimize over EnableTun
Andrey Konovalov
2017-06-12
1
-1
/
+1
*
csource: generate includes when necessary
Andrey Konovalov
2017-06-12
1
-25
/
+102
*
csource: don't generate execute_syscall calls
Andrey Konovalov
2017-06-12
1
-0
/
+2
*
csource: use tmp dir in repeat loop when tmpdir flag is on
Andrey Konovalov
2017-06-12
1
-1
/
+9
*
csource: only emit fail(), exitf() and doexit() when necessary
Andrey Konovalov
2017-06-12
1
-1
/
+15
*
csourse: don't generate debug printfs
Andrey Konovalov
2017-06-12
1
-2
/
+32
*
csource: try to simplify repeat loop
Andrey Konovalov
2017-06-12
1
-3
/
+10
*
csource: use sandbox only when required
Andrey Konovalov
2017-06-12
1
-0
/
+2
*
csource: emit bitmasks only when required
Andrey Konovalov
2017-06-12
1
-14
/
+16
*
csource: force enable tun flag when required
Andrey Konovalov
2017-06-12
1
-10
/
+2
*
csource: only handle SIGSEGV when necessary
Andrey Konovalov
2017-06-12
2
-9
/
+29
*
executor: don't define SYZ_ENABLE_TUN in executor
Andrey Konovalov
2017-06-12
2
-17
/
+16
*
csource: use tmp dir only when necessary
Andrey Konovalov
2017-06-12
1
-0
/
+2
*
executor: split setup_main_process into smaller functions
Andrey Konovalov
2017-06-12
2
-23
/
+23
*
csource: add EnableTun option
Andrey Konovalov
2017-06-12
2
-31
/
+36
*
executor: call flush_tun for repeat repros
Andrey Konovalov
2017-06-12
1
-7
/
+12
*
executor: move inet checksum code under ifdef
Andrey Konovalov
2017-06-12
1
-30
/
+32
*
executor: limit stack frame size
Dmitry Vyukov
2017-05-31
1
-1
/
+3
*
all: cleanup executor/ipc status checking
Michael Pratt
2017-05-30
1
-1
/
+2
*
csource: reproduce crashes with fault injection
Dmitry Vyukov
2017-05-26
2
-15
/
+27
*
all: add fault injection capability
Dmitry Vyukov
2017-05-26
1
-7
/
+48
*
sys, executor: extract tcp sequence numbers from /dev/net/tun
Andrey Konovalov
2017-05-26
2
-11
/
+146
*
executor: increase syscall timeout in debug mode
Dmitry Vyukov
2017-05-23
1
-1
/
+2
*
executor: mount /proc in namespace
Dmitry Vyukov
2017-05-23
1
-0
/
+9
[next]