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
/
syz-execprog
/
execprog.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/db: make repair of the db file optional
Dmitry Vyukov
2022-02-01
1
-1
/
+1
*
all: replace collide mode by `async` call property
Aleksandr Nogikh
2021-12-10
1
-0
/
+16
*
all: adapt to how mmapping a kcov instance works in Linux
Aleksandr Nogikh
2021-12-09
1
-0
/
+3
*
tools/syz-execprog: default -procs to 2*NumCPU
Dmitry Vyukov
2021-12-09
1
-1
/
+1
*
tools/syz-execprog: support loading from corpus.db
Dmitry Vyukov
2021-12-09
1
-1
/
+12
*
tools/syz-execprog: don't store prog.LogEntry's
Dmitry Vyukov
2021-12-09
1
-16
/
+18
*
all: refactor fault injection into call props
Aleksandr Nogikh
2021-09-22
1
-20
/
+1
*
tools/syz-execprog: mimic syz-fuzzer logic for executor failures
Dmitry Vyukov
2021-03-04
1
-12
/
+25
*
all: make timeouts configurable
Dmitry Vyukov
2020-12-28
1
-2
/
+1
*
tools/syz-execprog: support optional flags
Dmitry Vyukov
2020-12-25
1
-1
/
+2
*
all: integrate with mac80211_hwsim
Aleksandr Nogikh
2020-09-22
1
-0
/
+3
*
all: initialize vhci in linux
TheOfficialFloW
2020-07-30
1
-0
/
+3
*
pkg/host: add Features.Supported
Dmitry Vyukov
2019-11-16
1
-1
/
+1
*
pkg/host: rename some features
Dmitry Vyukov
2019-11-16
1
-3
/
+3
*
executor: move fixed pci devlink handle into network namespace
Jiri Pirko
2019-11-03
1
-0
/
+3
*
tools/syz-execprog: remove unused parameter
Greg Steuck
2019-07-22
1
-2
/
+2
*
executor: implement support for leak checking
Dmitry Vyukov
2019-05-20
1
-15
/
+14
*
all: add optional close_fds feature to reproducers
Andrey Konovalov
2019-04-09
1
-0
/
+3
*
tools/syz-execprog: remove dead code
Dongliang Mu
2019-03-23
1
-6
/
+0
*
execprog: fix executing with fault injection
Andrey Konovalov
2019-03-05
1
-0
/
+6
*
execprog, stress, prog2c: unify flags to enable additional features
Andrey Konovalov
2019-03-05
1
-9
/
+28
*
executor: remove ability to detect kernel bugs
Dmitry Vyukov
2019-01-31
1
-6
/
+2
*
all: detect extra coverage support
Andrey Konovalov
2019-01-16
1
-0
/
+3
*
all: support extra coverage
Andrey Konovalov
2019-01-16
1
-12
/
+18
*
ipc: fix ProgInfo usage better
Andrey Konovalov
2018-11-23
1
-4
/
+4
*
ipc: fix ProgInfo usage
Andrey Konovalov
2018-11-22
1
-1
/
+1
*
ipc: add ProgInfo struct
Andrey Konovalov
2018-11-22
1
-7
/
+7
*
tools/syz-execprog: show host features
Dmitry Vyukov
2018-10-10
1
-0
/
+5
*
tools/syz-execprog: print blocked/unfinished/faulted flags for calls
Dmitry Vyukov
2018-08-08
1
-51
/
+78
*
pkg/ipc: move flags into subpackage
Dmitry Vyukov
2018-08-03
1
-1
/
+2
*
tools/syz-execprog: refactor
Dmitry Vyukov
2018-07-31
1
-114
/
+138
*
syz-execprog: initialize net devices
Dmitry Vyukov
2018-07-27
1
-0
/
+3
*
pkg/host: disable for akaros
Dmitry Vyukov
2018-07-06
1
-2
/
+2
*
pkg/ipc: create default config based on target
Dmitry Vyukov
2018-07-05
1
-4
/
+4
*
executor, pkg/ipc: support output over pipes
Dmitry Vyukov
2018-06-29
1
-2
/
+4
*
pkg/host: rework host feature detection/setup
Dmitry Vyukov
2018-06-12
1
-3
/
+12
*
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
1
-3
/
+0
*
tools/syz-execprog: split overly large function
Dmitry Vyukov
2018-05-07
1
-44
/
+52
*
gometalinter: check dot imports
Dmitry Vyukov
2018-05-03
1
-16
/
+16
*
tools/syz-execprog: reduce log level of some messages
Dmitry Vyukov
2018-04-08
1
-7
/
+10
*
tools/syz-execprog: dump coverage in text format
Dmitry Vyukov
2018-04-05
1
-6
/
+1
*
sys/linux: add support for mounting filesystem images
Dmitry Vyukov
2018-03-30
1
-0
/
+5
*
all: fix gometalinter warnings
Dmitry Vyukov
2018-03-08
1
-1
/
+1
*
tools/syz-execprog: fix parsing of multiple logs
Dmitry Vyukov
2018-01-31
1
-1
/
+1
*
syz-fuzzer: refactor
Dmitry Vyukov
2017-12-18
1
-2
/
+1
*
pkg/ipc: make threaded/collide per-program options
Dmitry Vyukov
2017-12-17
1
-5
/
+2
*
tools/syz-execprog: extend hints output
Dmitry Vyukov
2017-12-08
1
-0
/
+3
*
execprog: correctly handle fault injections
Andrey Konovalov
2017-11-07
1
-17
/
+26
*
tools/syz-execprog: allow to override target OS
Dmitry Vyukov
2017-11-06
1
-1
/
+2
[next]