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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/csource: add option to trace syscall results
Dmitry Vyukov
2018-07-27
1
-2
/
+5
*
syz-execprog: initialize net devices
Dmitry Vyukov
2018-07-27
1
-0
/
+3
*
executor: overhaul
Dmitry Vyukov
2018-07-24
1
-4
/
+0
*
pkg/report: improve akaros reporter and implement symbolization
Dmitry Vyukov
2018-07-16
1
-1
/
+1
*
pkg/host: add "network devices" feature
Dmitry Vyukov
2018-07-13
1
-0
/
+3
*
pkg/host: disable for akaros
Dmitry Vyukov
2018-07-06
2
-4
/
+4
*
pkg/instance: pass -os to execprog/fuzzer only for akaros
Dmitry Vyukov
2018-07-06
1
-3
/
+3
*
pkg/repro: provide stats even for failed repro
Dmitry Vyukov
2018-07-05
1
-1
/
+8
*
bpf: disable hardening in favor of unwinding
Daniel Borkmann
2018-07-05
1
-1
/
+1
*
pkg/ipc: create default config based on target
Dmitry Vyukov
2018-07-05
2
-5
/
+5
*
tools/syz-repro: add debug mode
Dmitry Vyukov
2018-07-05
1
-1
/
+2
*
executor, pkg/ipc: support output over pipes
Dmitry Vyukov
2018-06-29
1
-2
/
+4
*
tools/syz-prog2c: allow to test build of the resulting program
Dmitry Vyukov
2018-06-29
1
-0
/
+11
*
pkg/report: allow to specify suppressions per OS
Dmitry Vyukov
2018-06-22
4
-66
/
+14
*
pkg/report: pass vm type to NewReporter
Dmitry Vyukov
2018-06-22
4
-5
/
+5
*
vm: pass instance to MonitorExecution
Dmitry Vyukov
2018-06-22
1
-1
/
+1
*
pkg/host: rework host feature detection/setup
Dmitry Vyukov
2018-06-12
3
-4
/
+24
*
bpf: enable hardening mode 1 for jited images
Daniel Borkmann
2018-06-07
1
-0
/
+1
*
bpf: enable full unwind and kallsym export support for jited images
Daniel Borkmann
2018-06-07
1
-0
/
+1
*
Makefile, sys/targets: move all native compilation logic to sys/targets
Dmitry Vyukov
2018-06-06
1
-0
/
+52
*
tools/create-image.sh: fix watchdog_thresh value
Dmitry Vyukov
2018-05-19
1
-1
/
+1
*
tools/create-image.sh: add few useful sysctl's
Dmitry Vyukov
2018-05-18
1
-1
/
+3
*
tools/syz-execprog: restore the previous tun disabling logic
Dmitry Vyukov
2018-05-18
1
-0
/
+3
*
pkg/csource: minimize netdevices and net reset
Dmitry Vyukov
2018-05-17
2
-18
/
+19
*
tools/syz-prog2c: add missing csource option
Dmitry Vyukov
2018-05-17
1
-0
/
+2
*
pkg/bisect: add bisection logic
Dmitry Vyukov
2018-05-17
1
-0
/
+100
*
tools/create-gce-image.sh: support both nbd and loop
Dmitry Vyukov
2018-05-17
1
-17
/
+37
*
tools/create-gce-image.sh: support MKE2FS_CONFIG
Dmitry Vyukov
2018-05-16
1
-1
/
+2
*
tools/create-gce-image.sh: revert loop to nbd
Dmitry Vyukov
2018-05-14
1
-12
/
+14
*
tools/kcovtrace: add missing include
Dmitry Vyukov
2018-05-14
1
-0
/
+1
*
tools/create-gce-image.sh: use loop instead of nbd
Dmitry Vyukov
2018-05-14
1
-18
/
+19
*
all: get rid of underscores in identifiers
Dmitry Vyukov
2018-05-07
2
-2
/
+2
*
tools/syz-execprog: split overly large function
Dmitry Vyukov
2018-05-07
1
-44
/
+52
*
all: fix too long lines
Dmitry Vyukov
2018-05-05
1
-1
/
+2
*
gometalinter: check dot imports
Dmitry Vyukov
2018-05-03
2
-28
/
+28
*
syz-upgrade: fix typo in usage message
Hyeongchan Kim
2018-04-21
1
-1
/
+1
*
tools/syz-execprog: reduce log level of some messages
Dmitry Vyukov
2018-04-08
1
-7
/
+10
*
tools: fix create-image.sh again
Dmitry Vyukov
2018-04-07
1
-3
/
+3
*
tools: improve demo_setup.sh
Dmitry Vyukov
2018-04-07
1
-4
/
+5
*
pkg/prog: explain why syscalls are transitively disabled
Dmitry Vyukov
2018-04-06
2
-13
/
+8
*
pkg/host: explain why syscalls are disabled
Dmitry Vyukov
2018-04-06
1
-5
/
+3
*
tools: add a script that setups everything
Dmitry Vyukov
2018-04-05
1
-0
/
+73
*
tools/syz-execprog: dump coverage in text format
Dmitry Vyukov
2018-04-05
1
-6
/
+1
*
sys/linux: test various binfmt's in execve
Dmitry Vyukov
2018-04-02
2
-3
/
+5
*
sys/linux: add support for reading partition tables
Dmitry Vyukov
2018-04-01
1
-16
/
+33
*
sys/linux: add support for mounting filesystem images
Dmitry Vyukov
2018-03-30
3
-3
/
+120
*
tools: remove stray comments in create-image.sh
Dmitry Vyukov
2018-03-29
1
-3
/
+3
*
tools/syz-db: allow to specify db version in pack
Dmitry Vyukov
2018-03-27
1
-5
/
+14
*
sys/linux: add cgroup descriptions
Dmitry Vyukov
2018-03-25
2
-26
/
+30
*
all: fix gometalinter warnings
Dmitry Vyukov
2018-03-08
2
-2
/
+1
[next]