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
/
executor
/
executor.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
executor: ignore kernel text addresses in comparisons
Dmitry Vyukov
2024-06-11
1
-2
/
+2
*
executor: factor out is_kernel_pc helper
Dmitry Vyukov
2024-06-11
1
-17
/
+17
*
executor: add end-to-end coverage/signal/comparisons test
Dmitry Vyukov
2024-06-11
1
-13
/
+7
*
executor: map input buffer as shared
Cameron Finucane
2024-06-11
1
-1
/
+1
*
executor: allow to run a single test
Dmitry Vyukov
2024-06-05
1
-2
/
+2
*
executor: remove noshmem mode
Dmitry Vyukov
2024-06-04
1
-66
/
+2
*
executor: repair asan build
Dmitry Vyukov
2024-06-04
1
-12
/
+29
*
executor: fix gvisor signal
Dmitry Vyukov
2024-06-03
1
-4
/
+4
*
executor: rework feature setup
Dmitry Vyukov
2024-06-03
1
-6
/
+8
*
prog: introduce a remote_cover call attribute
Aleksandr Nogikh
2024-05-27
1
-4
/
+2
*
executor: always send 64bit pc and sig
Joey Jiao
2024-05-27
1
-6
/
+5
*
pkg/vminfo: move feature checking to host
Dmitry Vyukov
2024-05-15
1
-18
/
+26
*
executor: make flatrpc build for C++
Dmitry Vyukov
2024-05-03
1
-0
/
+3
*
pkg/vminfo: check enabled syscalls on the host
Dmitry Vyukov
2024-05-02
1
-2
/
+0
*
pkg/ipc: consistently set ENOSYS for non-executed syscalls
Dmitry Vyukov
2024-05-02
1
-1
/
+1
*
prog: include number of calls into exec encoding
Dmitry Vyukov
2024-04-16
1
-0
/
+1
*
prog: more compact exec encoding for addresses
Dmitry Vyukov
2024-04-15
1
-5
/
+21
*
prog: don't pad data in exec encoding
Dmitry Vyukov
2024-04-15
1
-3
/
+2
*
prog: use leb128 for exec encoding
Dmitry Vyukov
2024-04-15
1
-22
/
+42
*
all: remove akaros support
Dmitry Vyukov
2024-04-15
1
-17
/
+0
*
executor: prevent netlink_send_ext with dofail=true
Aleksandr Nogikh
2024-01-05
1
-0
/
+5
*
executor: move setup_ext() below other features
Aleksandr Nogikh
2023-06-15
1
-4
/
+4
*
executor: use exitf instead of fail outside of setup sequence (#3959)
Andrei Vagin
2023-06-15
1
-4
/
+4
*
syz-manager, pkg/cover: normalize signals between VM instances
Liz Prucka
2023-06-12
1
-3
/
+6
*
executor: remove a few #defines which are not used any longer
Greg Steuck
2022-10-25
1
-10
/
+0
*
executor: deal with input_data more sensibly
Greg Steuck
2022-10-25
1
-16
/
+22
*
executor: cope with mimmutable(2) on OpenBSD
Anton Lindqvist
2022-10-23
1
-2
/
+7
*
executor: better errors for failed mmaps
Dmitry Vyukov
2022-10-21
1
-3
/
+4
*
executor: add NIC PCI pass-through VF support
George Kennedy
2022-09-21
1
-0
/
+2
*
pkg/csource, pkg/instance, pkg/ipc, pkg/mgrconfig, tools/syz-prog2c, syz-mana...
Andrey Artemiev
2022-08-06
1
-1
/
+5
*
executor: added code to run Android with System account
Andrey Artemiev
2022-07-19
1
-1
/
+5
*
executor: skips declaration of unused function 'doexit_thread' for fuchsia
Kouame Behouba Manassé
2022-06-22
1
-0
/
+2
*
executor: write magic in write_extra_output
Andrei Vagin
2022-05-24
1
-0
/
+1
*
ipc: add magic in a call reply
Andrei Vagin
2022-05-24
1
-0
/
+3
*
executor: allow external extensions of the setup phase
Dmitry Vyukov
2022-04-27
1
-0
/
+4
*
executor: fail on SEGV during clone()
Aleksandr Nogikh
2022-01-21
1
-0
/
+1
*
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
[next]