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
/
csource
/
csource.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: add the `rerun` call property
Aleksandr Nogikh
2021-12-10
1
-0
/
+8
*
all: replace collide mode by `async` call property
Aleksandr Nogikh
2021-12-10
1
-0
/
+11
*
pkg/csource: fix call list filtering not being consistent
Aleksandr Nogikh
2021-10-09
1
-20
/
+23
*
pkg/csource: remove calls instead of skipping them
Aleksandr Nogikh
2021-10-01
1
-14
/
+31
*
all: refactor fault injection into call props
Aleksandr Nogikh
2021-09-22
1
-2
/
+2
*
pkg/compiler: optimize array[const] representation
Dmitry Vyukov
2021-04-21
1
-2
/
+7
*
pkg/report: detect executor failures
Dmitry Vyukov
2021-02-21
1
-1
/
+1
*
all: make timeouts configurable
Dmitry Vyukov
2020-12-28
1
-3
/
+5
*
executor: remove hardcoded timeouts
Dmitry Vyukov
2020-12-25
1
-1
/
+2
*
sys/targets: add OS/Arch name consts
Dmitry Vyukov
2020-10-26
1
-3
/
+3
*
pkg/csource: add description of the generation process
Dmitry Vyukov
2020-08-10
1
-0
/
+20
*
all: initialize vhci in linux
TheOfficialFloW
2020-07-30
1
-2
/
+3
*
executor: wrap all syscalls into NONFAILING
Dmitry Vyukov
2020-07-15
1
-32
/
+47
*
all: fix comments format
Dmitry Vyukov
2020-07-12
1
-6
/
+6
*
executor: fix bitfields for big-endian arch
Alexander Egorenkov
2020-07-10
1
-2
/
+6
*
all: don't compare string len with 0
Dmitry Vyukov
2020-07-04
1
-1
/
+1
*
pkg/csource: fix casting of parameters for trampolines
Alexander Egorenkov
2020-06-26
1
-3
/
+4
*
sys/linux: first 64bit big-endian architecture s390x
Alexander Egorenkov
2020-06-25
1
-1
/
+4
*
pkg/csource: init res var in generated call
Dmitry Vyukov
2020-05-04
1
-1
/
+1
*
sys/linux: add timeout call attributes
Dmitry Vyukov
2020-04-19
1
-12
/
+1
*
prog: refactor target.MakeMmap
Dmitry Vyukov
2020-04-18
1
-1
/
+1
*
executor, sys/linux: add ath9k usb descriptions
Andrey Konovalov
2020-03-13
1
-7
/
+8
*
executor: fix syz_mount_image
Dmitry Vyukov
2019-12-10
1
-0
/
+1
*
pkg/csource: rename some options
Dmitry Vyukov
2019-11-16
1
-1
/
+1
*
pkg/csource: Force promotion of 64-bit constant values
Mark Johnston
2019-11-08
1
-4
/
+26
*
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
[next]