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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs, tools: add local link checker
Andrey Konovalov
2017-10-27
1
-0
/
+66
*
syz-fuzzer: generates hints only for the call that gave new coverage
Dmitry Vyukov
2017-10-23
1
-7
/
+8
*
tools/syz-execprog: print total number of comps/hints
Dmitry Vyukov
2017-10-23
1
-2
/
+18
*
pkg/report: support multiple OSes
Dmitry Vyukov
2017-10-18
4
-96
/
+56
*
tools/syz-mutate: allow to specify target
Dmitry Vyukov
2017-10-17
1
-20
/
+21
*
tools/syz-prog2c: allow to specify target OS
Dmitry Vyukov
2017-10-16
1
-1
/
+2
*
tools/syz-stress: allow to specify target OS
Dmitry Vyukov
2017-10-16
1
-2
/
+12
*
tools/syz-prog2c: import targets
Dmitry Vyukov
2017-10-02
1
-0
/
+1
*
sys/windows: add more descriptions
Dmitry Vyukov
2017-09-27
1
-0
/
+279
*
all: more assorted fuchsia support
Dmitry Vyukov
2017-09-22
3
-36
/
+5
*
all: initial support for fuchsia
Dmitry Vyukov
2017-09-20
3
-12
/
+33
*
prog: remove default target and all global state
Dmitry Vyukov
2017-09-15
7
-24
/
+34
*
syz-fuzzer, syz-execprog: add -arch flag
Dmitry Vyukov
2017-09-15
1
-1
/
+2
*
syz-manager/mgrconfig: explicitly specify target in config
Dmitry Vyukov
2017-09-15
6
-2
/
+28
*
prog, sys: move types to prog
Dmitry Vyukov
2017-09-05
4
-6
/
+9
*
sys: rename Call to Syscall
Dmitry Vyukov
2017-09-05
1
-4
/
+4
*
ipc, prog, fuzzer, execprog: add hints generation code
Victor Chibotaru
2017-08-30
1
-0
/
+14
*
pkg/compiler: more static error checking
Dmitry Vyukov
2017-08-27
1
-4
/
+1
*
pkg/compiler, sys/syz-sysgen: move const handling to pkg/compiler
Dmitry Vyukov
2017-08-27
1
-3
/
+3
*
tools: add headerparser as a tool to assist in writing system call descriptions
Zubin Mithra
2017-08-25
7
-0
/
+731
*
Makefile: enforce formatting of sys files in presubmit
Dmitry Vyukov
2017-08-18
1
-0
/
+1
*
pkg/ast: new parser for sys descriptions
Dmitry Vyukov
2017-08-18
1
-0
/
+72
*
tools/create-gce-image.sh: explicitly specify target for grub
Dmitry Vyukov
2017-08-11
1
-1
/
+1
*
tools/syz-benchcmp: add execution speed
Dmitry Vyukov
2017-08-10
1
-0
/
+16
*
syz-dash, syz-gce: remove
Dmitry Vyukov
2017-08-02
1
-194
/
+0
*
tools/create-gce-image.sh: ignore SIGINT
Dmitry Vyukov
2017-07-17
1
-0
/
+5
*
pkg/kernel: actually pass cmdline/sysctl files to the build script
Dmitry Vyukov
2017-07-17
1
-2
/
+4
*
syz-ci: allow to specify cmdline/sysctls
Dmitry Vyukov
2017-07-17
1
-5
/
+20
*
tools/create-image.sh: create 2G images
Dmitry Vyukov
2017-07-17
1
-1
/
+1
*
all: use consistent file permissions
Dmitry Vyukov
2017-07-03
3
-4
/
+7
*
tools/syz-symbolize: add report mode
Dmitry Vyukov
2017-06-30
1
-9
/
+36
*
Fix incorrect argument in syz-tty (#260)
Zach Riggle
2017-06-27
1
-1
/
+1
*
tools/syz-tty: add utility for testing of usb console reading code
Dmitry Vyukov
2017-06-26
1
-0
/
+29
*
syz-dash/dashboard: move from dashboard
Dmitry Vyukov
2017-06-23
1
-1
/
+1
*
Added GCC and glibc
raminfp
2017-06-22
1
-1
/
+1
*
vm/gce: accept un-tar-ed image
Dmitry Vyukov
2017-06-17
1
-22
/
+17
*
tools/create-gce-image.sh: don't use verbose output for tar invocation
Dmitry Vyukov
2017-06-17
1
-2
/
+2
*
syz-manager/mgrconfig: move sshkey from vm config to manager config
Dmitry Vyukov
2017-06-17
2
-14
/
+2
*
pkg/report: move from report
Dmitry Vyukov
2017-06-17
2
-2
/
+2
*
pkg/ipc: move from ipc
Dmitry Vyukov
2017-06-17
2
-2
/
+2
*
pkg/csource: move from csource
Dmitry Vyukov
2017-06-17
2
-2
/
+2
*
pkg/cover: move from cover
Dmitry Vyukov
2017-06-17
1
-1
/
+1
*
pkg/repro: move from pkg
Dmitry Vyukov
2017-06-17
1
-1
/
+1
*
pkg/host: move from host
Dmitry Vyukov
2017-06-17
1
-1
/
+1
*
syz-manager/mgrconfig: allow loading from memory
Dmitry Vyukov
2017-06-17
2
-2
/
+2
*
syz-manager/config: rename to syz-manager/mgrconfig
Dmitry Vyukov
2017-06-17
2
-5
/
+5
*
all: use osutil.IsExist instead of os.Stat
Dmitry Vyukov
2017-06-17
1
-1
/
+2
*
tools/create-gce-image.sh: add nmi_watchdog=panic to cmd line
Dmitry Vyukov
2017-06-15
1
-1
/
+1
*
prog2c: use 1 prog by default
Andrey Konovalov
2017-06-12
1
-1
/
+1
*
csourse: don't generate debug printfs
Andrey Konovalov
2017-06-12
1
-0
/
+2
[next]