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
/
executor.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
executor: restore nodropprivs mode
Dmitry Vyukov
2016-01-23
1
-15
/
+24
*
executor: new namespace-based sandbox
Dmitry Vyukov
2016-01-22
1
-73
/
+208
*
vm/adb: use a more reliable way to reboot devices
Dmitry Vyukov
2016-01-20
1
-1
/
+6
*
executor: start moving sandboxing code into executor
Dmitry Vyukov
2016-01-20
1
-0
/
+14
*
executor: adopt for new kcov
Dmitry Vyukov
2016-01-19
1
-14
/
+16
*
sys: describe more dri syscalls
Dmitry Vyukov
2016-01-16
1
-0
/
+6
*
executor: reportat after clang-format bug fix
Dmitry Vyukov
2016-01-15
1
-30
/
+12
*
executor: don't create all threads when spot a root syscall
Dmitry Vyukov
2016-01-13
1
-1
/
+1
*
executor: don't print all waitpid debug messages
Dmitry Vyukov
2016-01-13
1
-2
/
+5
*
sys: introduce a generic syz_open_dev helper syscall
Dmitry Vyukov
2016-01-13
1
-29
/
+18
*
sys: add support for /dev/snd/control
Dmitry Vyukov
2016-01-13
1
-1
/
+17
*
sys: support /dev/snd/seq
Dmitry Vyukov
2016-01-11
1
-0
/
+6
*
executor: use mknodat instead of mknod (the latter is not implemented on andr...
Dmitry Vyukov
2016-01-11
1
-1
/
+1
*
sys: add kvm support
Dmitry Vyukov
2016-01-08
1
-17
/
+31
*
executor: fix some bugs found by clang
Dmitry Vyukov
2015-12-31
1
-1
/
+4
*
executor: get rid of sigtimedwait
Dmitry Vyukov
2015-12-24
1
-43
/
+18
*
executor: don't use WUNTRACED in wait
Dmitry Vyukov
2015-12-24
1
-3
/
+3
*
prog: remove padding checking
Dmitry Vyukov
2015-12-23
1
-54
/
+2
*
executor: fix collide mode
Dmitry Vyukov
2015-12-23
1
-1
/
+1
*
add a flag to disable setpgid syscall
Dmitry Vyukov
2015-12-17
1
-46
/
+46
*
executor: export syscall execution results
Dmitry Vyukov
2015-12-17
1
-0
/
+7
*
executor: allow to wait for child processes without sigtimedwait
Dmitry Vyukov
2015-12-17
1
-1
/
+24
*
sys: automatically add padding to structs
Dmitry Vyukov
2015-12-17
1
-9
/
+68
*
executor: switch to ioctl's instead of writes
Dmitry Vyukov
2015-12-03
1
-10
/
+13
*
executor: execute mount under root
Dmitry Vyukov
2015-11-30
1
-0
/
+2
*
executor: fix build
Dmitry Vyukov
2015-11-29
1
-7
/
+5
*
executor: switch to new coverage
Dmitry Vyukov
2015-11-28
1
-54
/
+62
*
executor: prevent programs to mess with fuzzer fds
Dmitry Vyukov
2015-11-20
1
-0
/
+8
*
add fuse support
Dmitry Vyukov
2015-11-19
1
-7
/
+66
*
executor: don't wait for pending calls if there are none
Dmitry Vyukov
2015-11-19
1
-6
/
+13
*
executor: fix detection of last call
Dmitry Vyukov
2015-11-19
1
-1
/
+1
*
executor: fix detection of out of threads
Dmitry Vyukov
2015-11-19
1
-7
/
+8
*
allow executor execute particular syscalls under root
Dmitry Vyukov
2015-11-18
1
-10
/
+28
*
basic support for dri/drm drivers
Dmitry Vyukov
2015-11-18
1
-0
/
+5
*
fix waiting for worker processes in executor
Dmitry Vyukov
2015-11-18
1
-4
/
+25
*
add tty-related ioctl's
Dmitry Vyukov
2015-11-16
1
-2
/
+17
*
use fork server in executor
Dmitry Vyukov
2015-11-10
1
-30
/
+83
*
use futex instead of spin wait
Dmitry Vyukov
2015-11-10
1
-16
/
+33
*
add collide mode to executor
Dmitry Vyukov
2015-11-06
1
-23
/
+48
*
experimental functionality to impersonate nobody user in executor
Dmitry Vyukov
2015-10-20
1
-1
/
+27
*
open /proc/cover only once in executor
Dmitry Vyukov
2015-10-20
1
-9
/
+18
*
deduplicate coverare in executor
Dmitry Vyukov
2015-10-13
1
-2
/
+23
*
initial commit
Dmitry Vyukov
2015-10-12
1
-0
/
+478