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
/
csource
/
csource.go
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
executor, csource: adjust syz_open_dev$hiddev timeout
Andrey Konovalov
2019-09-24
1
-5
/
+6
*
sys/linux, executor: add syz_usb_ep_read syzkall
Andrey Konovalov
2019-07-01
1
-2
/
+4
*
sys/linux, executor: add basic USB HID fuzzing support
Andrey Konovalov
2019-06-24
1
-0
/
+1
*
pkg/csource: generate timeouts for USB syzcalls
Andrey Konovalov
2019-05-31
1
-0
/
+12
*
pkg/csource: add ability to annotate syscalls using comments in C reproducers
Anton Lindqvist
2019-05-24
1
-1
/
+6
*
executor: implement support for leak checking
Dmitry Vyukov
2019-05-20
1
-6
/
+0
*
executor: change syscall argument type to intptr_t
munjinoo
2019-05-07
1
-9
/
+9
*
pkg/csource: sort sys/types.h to the top on FreeBSD
Mark Johnston
2019-03-07
1
-1
/
+6
*
pkg/host: don't fail if CONFIG_FAIL_FUTEX is not enabled
Dmitry Vyukov
2019-02-11
1
-0
/
+4
*
executor: remove ability to detect kernel bugs
Dmitry Vyukov
2019-01-31
1
-1
/
+0
*
pkg/csource: write tracing output to stderr
Dmitry Vyukov
2019-01-31
1
-2
/
+2
*
pkg/csource: split emitCall function
Dmitry Vyukov
2018-12-27
1
-11
/
+16
*
pkg/csource: use 0 for missing syscall args
Dmitry Vyukov
2018-12-27
1
-0
/
+6
*
pkg/csource: fix PRINTF removal
Dmitry Vyukov
2018-12-26
1
-1
/
+1
*
prog, pkg/csource: more readable serialization for strings
Dmitry Vyukov
2018-12-15
1
-52
/
+4
*
pkg/csource: support tun and setuid repros on {free,open}bsd
Greg Steuck
2018-12-13
1
-5
/
+7
*
executor: fix handling of big-endian bitfields
Dmitry Vyukov
2018-12-08
1
-6
/
+10
*
pkg/runtest: fixes for fuchsia
Dmitry Vyukov
2018-09-06
1
-1
/
+7
*
executor: fix gcc warnings in fuchsia generated code
Dmitry Vyukov
2018-08-19
1
-1
/
+1
*
pkg/csource: fix 32-bit syscall calls
Dmitry Vyukov
2018-08-09
1
-1
/
+7
*
pkg/csource: minor fixes
Dmitry Vyukov
2018-08-03
1
-1
/
+3
*
pkg/csource: refactor generateCalls
Dmitry Vyukov
2018-08-02
1
-42
/
+48
*
pkg/csource: refactor call generation
Dmitry Vyukov
2018-07-31
1
-27
/
+31
*
pkg/csource: add option to trace syscall results
Dmitry Vyukov
2018-07-27
1
-8
/
+15
*
pkg/csource: tidy generated code
Dmitry Vyukov
2018-07-27
1
-147
/
+61
*
executor: overhaul
Dmitry Vyukov
2018-07-24
1
-63
/
+90
*
prog, pkg/compiler: support fmt type
Dmitry Vyukov
2018-07-08
1
-28
/
+66
*
pkg/csource: prevent unused-result warnings
Dmitry Vyukov
2018-07-02
1
-2
/
+2
*
pkg/csource: account for different types of syscalls on fuchsia
Dmitry Vyukov
2018-06-30
1
-5
/
+10
*
pkg/csource: support fuchsia
Dmitry Vyukov
2018-06-29
1
-43
/
+40
*
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
-14
/
+22
*
sys/linux: add support for reading partition tables
Dmitry Vyukov
2018-04-01
1
-1
/
+2
*
executor: fix compilation warnings
Dmitry Vyukov
2018-03-30
1
-1
/
+1
*
sys/linux: add support for mounting filesystem images
Dmitry Vyukov
2018-03-30
1
-1
/
+7
*
sys/linux: add cgroup descriptions
Dmitry Vyukov
2018-03-25
1
-3
/
+3
*
executor: simplify initialize_tun
Dmitry Vyukov
2018-02-26
1
-6
/
+9
*
executor: use proper default values for resources
Dmitry Vyukov
2018-02-26
1
-48
/
+46
*
prog: rework address allocation
Dmitry Vyukov
2018-02-19
1
-11
/
+36
*
pkg/csource: fix build of generated files
Dmitry Vyukov
2018-01-06
1
-1
/
+1
*
pkg/csource: tidy up generated code a bit
Dmitry Vyukov
2017-12-27
1
-15
/
+25
*
pkg/csource: add top-level repeat loop
Dmitry Vyukov
2017-12-27
1
-16
/
+28
*
pkg/csource: simplify generated code
Dmitry Vyukov
2017-12-27
1
-5
/
+3
*
executor: check format strings
Dmitry Vyukov
2017-12-27
1
-0
/
+1
*
pkg/csource: mimic the way syscalls are scheduled in executor
Dmitry Vyukov
2017-12-22
1
-22
/
+6
*
pkg/csource: fix handling of proc types
Dmitry Vyukov
2017-12-22
1
-18
/
+36
*
pkg/csource: limit thread stacks
Dmitry Vyukov
2017-12-22
1
-2
/
+5
*
pkg/csource: fix string escaping bug
Dmitry Vyukov
2017-12-22
1
-0
/
+2
*
pkg/csource: make strings more readable
Dmitry Vyukov
2017-12-17
1
-11
/
+56
*
prog: use dense indexes for copyout instructions
Dmitry Vyukov
2017-12-17
1
-13
/
+42
[prev]
[next]