index
:
syz
actual
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
/
pkg
/
ipc
/
ipc.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/ipc: generate better temp name for executor
Dmitry Vyukov
2019-02-08
1
-8
/
+8
*
executor, pkg/ipc: simplify retry handling
Dmitry Vyukov
2019-01-31
1
-42
/
+10
*
executor: remove ability to detect kernel bugs
Dmitry Vyukov
2019-01-31
1
-10
/
+4
*
sys/test/test: add tests for test exiting in the middle of execution
Dmitry Vyukov
2019-01-31
1
-1
/
+4
*
all: detect extra coverage support
Andrey Konovalov
2019-01-16
1
-0
/
+1
*
all: support extra coverage
Andrey Konovalov
2019-01-16
1
-12
/
+45
*
pkg/ipc: clarify why we close inwp explicitly
Dmitry Vyukov
2018-12-27
1
-1
/
+5
*
pkg/ipc: move sandbox helpers from ipcconfig
Dmitry Vyukov
2018-12-10
1
-0
/
+26
*
ipc: add ProgInfo struct
Andrey Konovalov
2018-11-22
1
-10
/
+15
*
all: fix code formatting
Dmitry Vyukov
2018-10-16
1
-1
/
+1
*
RFC: android: Add support for untrusted_app sandboxing (#697)
Zach Riggle
2018-09-17
1
-8
/
+10
*
pkg/osutil: replace UmountAll with RemoveAll
Dmitry Vyukov
2018-08-04
1
-2
/
+1
*
pkg/ipc: remove abort signal and buffer size
Dmitry Vyukov
2018-08-03
1
-41
/
+14
*
pkg/ipc: move flags into subpackage
Dmitry Vyukov
2018-08-03
1
-70
/
+8
*
pkg/ipc: refactor output parsing
Dmitry Vyukov
2018-08-02
1
-138
/
+108
*
executor: collect coverage from unfinished syscalls
Dmitry Vyukov
2018-07-29
1
-18
/
+33
*
pkg/host: add "network devices" feature
Dmitry Vyukov
2018-07-13
1
-2
/
+4
*
vm/vmimpl: factor out common code for ssh args and waiting for ssh
Dmitry Vyukov
2018-07-06
1
-1
/
+1
*
pkg/ipc: add rate limiting for akaros
Dmitry Vyukov
2018-07-05
1
-0
/
+10
*
pkg/ipc: create default config based on target
Dmitry Vyukov
2018-07-05
1
-13
/
+2
*
pkg/ipc: don't consider hang as failure
Dmitry Vyukov
2018-06-30
1
-3
/
+3
*
prog: add stronger fallback signal
Dmitry Vyukov
2018-06-29
1
-7
/
+8
*
pkg/ipc: suppress gometalinter warnings
Dmitry Vyukov
2018-06-29
1
-1
/
+4
*
syz-manager: implement fallback coverage report
Dmitry Vyukov
2018-06-29
1
-1
/
+2
*
executor, pkg/ipc: support output over pipes
Dmitry Vyukov
2018-06-29
1
-60
/
+65
*
pkg/ipc: cleanup binary copy
Dmitry Vyukov
2018-06-29
1
-6
/
+11
*
pkg/ipc: use absolute path to start subprocess
Dmitry Vyukov
2018-06-29
1
-0
/
+1
*
pkg/ipc: add fallback signal only if normal signal is not enabled
Dmitry Vyukov
2018-06-23
1
-1
/
+1
*
executor: rework fallback coverage
Dmitry Vyukov
2018-06-22
1
-2
/
+20
*
all: fix gometalinter warnings
Dmitry Vyukov
2018-06-12
1
-3
/
+0
*
pkg/host: rework host feature detection/setup
Dmitry Vyukov
2018-06-12
1
-8
/
+0
*
Makefile, sys/targets: move all native compilation logic to sys/targets
Dmitry Vyukov
2018-06-06
1
-1
/
+1
*
gometalinter: enable line length checking
Dmitry Vyukov
2018-05-04
1
-5
/
+9
*
pkg/ipc: fix data race on config.Timeout
Dmitry Vyukov
2018-04-23
1
-24
/
+30
*
pkg/ipc: disable coverage collection by default
Dmitry Vyukov
2018-04-06
1
-1
/
+1
*
all: fix gometalinter warnings
Dmitry Vyukov
2018-03-08
1
-7
/
+4
*
pkg/ipc: always prepend handshake errors with executor pid
Dmitry Vyukov
2018-01-06
1
-6
/
+4
*
pkg/csource: fix handling of proc types
Dmitry Vyukov
2017-12-22
1
-1
/
+1
*
syz-fuzzer: refactor
Dmitry Vyukov
2017-12-18
1
-8
/
+0
*
pkg/ipc: make threaded/collide per-program options
Dmitry Vyukov
2017-12-17
1
-40
/
+54
*
syz-ci: test images before using them
Dmitry Vyukov
2017-11-30
1
-3
/
+2
*
pkg/osutil: don't leace runaway processes
Dmitry Vyukov
2017-11-16
1
-1
/
+1
*
pkg/ipc: fix reading comp hints
Dmitry Vyukov
2017-10-23
1
-15
/
+13
*
pkg/ipc: move fallback coverage into executor
Dmitry Vyukov
2017-10-18
1
-14
/
+0
*
executor: use forkserver for freebsd
Dmitry Vyukov
2017-10-18
1
-0
/
+14
*
executor, pkg/ipc: unify ipc protocol between linux and other OSes
Dmitry Vyukov
2017-10-16
1
-9
/
+736
*
all: more assorted fuchsia support
Dmitry Vyukov
2017-09-22
1
-0
/
+8
*
all: initial support for fuchsia
Dmitry Vyukov
2017-09-20
1
-644
/
+3
*
executor, ipc: modify the IO between KCOV<->executor<->fuzzer
Victor Chibotaru
2017-08-30
1
-6
/
+89
*
executor, fuzzer: change the way Syzkaller opens the KCOV device
Victor Chibotaru
2017-08-30
1
-0
/
+1
[next]