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
/
pkg
/
ipc
/
ipc.go
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ipc: fix endianness issues
Alexander Egorenkov
2020-06-23
1
-3
/
+2
*
pkg/ipc: support C compiler in non-standard location
Alexander Egorenkov
2020-06-18
1
-1
/
+0
*
.golangci.yml: enable godot checker
Dmitry Vyukov
2020-06-05
1
-3
/
+3
*
pkg/ipc: remove use of unsafe
Dmitry Vyukov
2020-02-09
1
-4
/
+13
*
pkg/ipc: don't use rate limiting for test os
Dmitry Vyukov
2019-12-18
1
-1
/
+1
*
pkg/ipc: fix potential nil deref
Dmitry Vyukov
2019-11-26
1
-2
/
+4
*
pkg/ipc: always chmod the work dir
Dmitry Vyukov
2019-11-16
1
-4
/
+2
*
pkg/ipc: move target characteristics out of config flags
Dmitry Vyukov
2019-11-16
1
-9
/
+9
*
executor: refactor sandbox flags
Dmitry Vyukov
2019-11-16
1
-18
/
+18
*
sys/targets: add HostFuzzer flag
Dmitry Vyukov
2019-11-16
1
-3
/
+3
*
executor: move fixed pci devlink handle into network namespace
Jiri Pirko
2019-11-03
1
-0
/
+1
*
pkg/ipc: Send output from syz-executor for non-Forkserver oses.
Marco Vanotti
2019-09-11
1
-3
/
+0
*
all: convert Fuchsia to use "host fuzzing" mode
Matthew Dempsky
2019-08-27
1
-4
/
+2
*
executor: implement support for leak checking
Dmitry Vyukov
2019-05-20
1
-2
/
+0
*
all: add optional close_fds feature to reproducers
Andrey Konovalov
2019-04-09
1
-0
/
+1
*
pkg/report: remove .PID from syz-executor
Dmitry Vyukov
2019-04-05
1
-0
/
+1
*
pkg/ipc: use /data/ for storage in fuchsia. (#1101)
Marco Vanotti
2019-04-03
1
-3
/
+8
*
execprog, stress, prog2c: unify flags to enable additional features
Andrey Konovalov
2019-03-05
1
-3
/
+6
*
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
[prev]
[next]