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
/
executor
/
executor.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
executor: don't print errno for successful calls
Dmitry Vyukov
2022-01-11
1
-5
/
+7
*
executor: ignore async flag in the non-threaded mode
Aleksandr Nogikh
2021-12-13
1
-3
/
+3
*
executor: do exitf instead of fail on kcov shortage
Aleksandr Nogikh
2021-12-10
1
-2
/
+2
*
all: add the `rerun` call property
Aleksandr Nogikh
2021-12-10
1
-0
/
+9
*
all: replace collide mode by `async` call property
Aleksandr Nogikh
2021-12-10
1
-98
/
+84
*
executor: fix kcov mmaping in the non-optimized mode
Aleksandr Nogikh
2021-12-09
1
-2
/
+0
*
all: adapt to how mmapping a kcov instance works in Linux
Aleksandr Nogikh
2021-12-09
1
-4
/
+22
*
executor: set fixed fd for the extra coverage kcov instance
Aleksandr Nogikh
2021-12-06
1
-0
/
+2
*
executor: delay kcov mmap until it is needed
Aleksandr Nogikh
2021-12-03
1
-15
/
+12
*
executor: reserve fds that will belong to kcov
Aleksandr Nogikh
2021-12-03
1
-3
/
+8
*
executor: allocate output region for individual programs
Aleksandr Nogikh
2021-12-03
1
-18
/
+79
*
executor: introduce threads without coverage
Aleksandr Nogikh
2021-12-03
1
-6
/
+24
*
executor: setup cgroups once
Dmitry Vyukov
2021-10-12
1
-0
/
+1
*
executor: check for single-line compound statements
Dmitry Vyukov
2021-10-01
1
-2
/
+1
*
executor: fail if the first argument isn't a known command
Andrei Vagin
2021-09-30
1
-0
/
+5
*
all: refactor fault injection into call props
Aleksandr Nogikh
2021-09-22
1
-24
/
+21
*
all: introduce call properties
Aleksandr Nogikh
2021-09-22
1
-3
/
+8
*
executor: fix remote coverage collection
Aleksandr Nogikh
2021-08-26
1
-2
/
+0
*
executor: initial darwin support
Patrick Meyer
2021-05-20
1
-3
/
+20
*
executor, syz-fuzzer: fix readonly root
Joey Jiao
2021-03-18
1
-1
/
+11
*
executor: don't fail on "negative running"
Dmitry Vyukov
2021-03-04
1
-1
/
+1
*
prog: detect copyout overflow
Dmitry Vyukov
2021-03-04
1
-1
/
+1
*
executor: improve SYZFAIL message
Dmitry Vyukov
2021-02-26
1
-1
/
+1
*
pkg/report: detect executor failures
Dmitry Vyukov
2021-02-21
1
-53
/
+66
*
executor: don't fail in syz_genetlink_get_family_id
Dmitry Vyukov
2021-02-19
1
-0
/
+2
*
sys/linux: add ieee802154 descriptions
Dmitry Vyukov
2021-02-12
1
-0
/
+1
*
all: make timeouts configurable
Dmitry Vyukov
2020-12-28
1
-4
/
+6
*
executor: remove hardcoded timeouts
Dmitry Vyukov
2020-12-25
1
-10
/
+21
*
executor: don't use coverage edges for gvisor
Dmitry Vyukov
2020-12-16
1
-5
/
+3
*
executor: use coverage filter for comparisons
Dmitry Vyukov
2020-12-09
1
-1
/
+1
*
executor: capture outgoing edges from interesting code
Dmitry Vyukov
2020-12-09
1
-6
/
+10
*
executor: minor coverage filter cleanup
Dmitry Vyukov
2020-12-09
1
-1
/
+1
*
syz-manager/manager.go, executor/executor.cc: support coverage filter
Kaipeng Zeng
2020-12-06
1
-2
/
+9
*
sys/linux, sys/freebsd: apply more ignore_return attributes
Dmitry Vyukov
2020-12-05
1
-6
/
+3
*
pkg/csource: setup sysctl's in C reproducers
Dmitry Vyukov
2020-10-28
1
-2
/
+1
*
executor: increase prog_extra_cover_timeout for progs that inject 802.11 frames
Aleksandr Nogikh
2020-10-05
1
-1
/
+3
*
executor: msvc support syz-executor
Suraj K Suresh
2020-10-03
1
-6
/
+10
*
executor: check for \n in fail/exitf messages
Dmitry Vyukov
2020-09-28
1
-1
/
+1
*
executor: make exit code during fail() depend on fault injection
Aleksandr Nogikh
2020-09-22
1
-1
/
+24
*
all: integrate with mac80211_hwsim
Aleksandr Nogikh
2020-09-22
1
-0
/
+2
*
sys/test/test: add a hanging test
Dmitry Vyukov
2020-09-12
1
-1
/
+1
*
executor: warn about C89-style var declarations
Dmitry Vyukov
2020-08-14
1
-4
/
+4
*
executor: add some code style checks
Dmitry Vyukov
2020-08-06
1
-1
/
+1
*
all: initialize vhci in linux
TheOfficialFloW
2020-07-30
1
-0
/
+2
*
executor: wrap all syscalls into NONFAILING
Dmitry Vyukov
2020-07-15
1
-2
/
+5
*
executor: fix bitfields for big-endian arch
Alexander Egorenkov
2020-07-10
1
-1
/
+11
*
executor: clarify debug/debug_verbose use
Dmitry Vyukov
2020-07-08
1
-1
/
+5
*
executor: prohibit malloc
Dmitry Vyukov
2020-07-08
1
-0
/
+7
*
executor: don't use static_assert
Dmitry Vyukov
2020-06-25
1
-1
/
+1
*
executor: fix write_output_64
Alexander Egorenkov
2020-06-25
1
-1
/
+7
[next]