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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-8
/
+16
*
executor: skip setsid() for threaded reproducers
Anton Lindqvist
2020-12-09
1
-2
/
+7
*
syz-manager/manager.go, executor/executor.cc: support coverage filter
Kaipeng Zeng
2020-12-06
3
-2
/
+101
*
sys/linux, sys/freebsd: apply more ignore_return attributes
Dmitry Vyukov
2020-12-05
3
-22
/
+4
*
executor: tune few more sysctl's
Dmitry Vyukov
2020-12-01
1
-0
/
+7
*
tools/create-gce-image.sh: move sysctl's to executor
Dmitry Vyukov
2020-11-21
1
-0
/
+6
*
pkg/ifuzz/powerpc: add powerpc support
Alexey Kardashevskiy
2020-11-20
4
-2
/
+89
*
executor: fix linux includes
Dmitry Vyukov
2020-10-30
1
-2
/
+6
*
dashboard/config/linux: set watchdog_thresh via cmdline
Dmitry Vyukov
2020-10-28
1
-4
/
+0
*
pkg/csource: setup sysctl's in C reproducers
Dmitry Vyukov
2020-10-28
5
-42
/
+46
*
executor: setup sysctl's in setup_machine
Dmitry Vyukov
2020-10-28
1
-8
/
+35
*
executor, pkg/csource: remove setpgrp() in sandbox_common()
liucy1998
2020-10-27
1
-1
/
+0
*
executor: compile fix
Alexey Kardashevskiy
2020-10-26
1
-1
/
+1
*
executor: fix arp netfiler tables alignment for arm
Dmitry Vyukov
2020-10-15
1
-4
/
+4
*
executor: set parent-death signal after changing user or group ID-s
Andrei Vagin
2020-10-09
1
-0
/
+5
*
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
5
-19
/
+64
*
sys/linux: descriptions for USB/IP
Nazime Hande Harputluoglu
2020-10-02
1
-0
/
+57
*
executor: check for \n in fail/exitf messages
Dmitry Vyukov
2020-09-28
4
-10
/
+17
*
executor/linux: stop dumping mount information when failed to open kcov file
Tetsuo Handa
2020-09-28
1
-40
/
+1
*
executor: make exit code during fail() depend on fault injection
Aleksandr Nogikh
2020-09-22
2
-7
/
+27
*
all: integrate with mac80211_hwsim
Aleksandr Nogikh
2020-09-22
2
-3
/
+454
*
executor/common_linux.h: refactor __NR_syz_genetlink_get_family_id
Aleksandr Nogikh
2020-09-22
1
-38
/
+12
*
executor/common_linux.h: remove assumption that netlink always returns nonpos...
Aleksandr Nogikh
2020-09-22
1
-25
/
+25
*
sys/common_linux.h: replace netlink_devlink_id_get and netlink_wireguard_id_g...
Aleksandr Nogikh
2020-09-22
1
-63
/
+34
*
sys/common_linux.h: move the definition of a global nlmsg variable
Aleksandr Nogikh
2020-09-22
1
-2
/
+4
*
executor/common_linux.h: extend netlink helpers to support zero-payload attri...
Aleksandr Nogikh
2020-09-22
1
-1
/
+2
*
executor/common_linux.h: increase default nlmsg buffer size
Aleksandr Nogikh
2020-09-22
1
-1
/
+1
*
executor: forbid inlining of 'remove_dir'
Alexander Egorenkov
2020-09-18
1
-1
/
+8
*
executor: fix definition of __NR_io_uring_setup
Dmitry Vyukov
2020-09-15
2
-7
/
+23
*
executor: improve opendir(3) error handling
Anton Lindqvist
2020-09-12
1
-1
/
+13
*
executor: detect gvisor
Dmitry Vyukov
2020-09-12
1
-1
/
+14
*
sys/test/test: add a hanging test
Dmitry Vyukov
2020-09-12
3
-2
/
+11
*
executor/common_linux.h: add missing FUSE opcodes
Stefano Duo
2020-08-27
1
-1
/
+5
*
executor/linux: change mount propagation type to private
Tetsuo Handa
2020-08-26
1
-0
/
+3
*
executor/common_linux.h: make rfkill_unblock_all static
Andy Nguyen
2020-08-23
1
-1
/
+1
*
executor/common_linux.h: unblock rfkill and retry HCIDEVUP on ERFKILL
Andy Nguyen
2020-08-23
1
-2
/
+27
*
tools/docker: add old-env
Dmitry Vyukov
2020-08-22
1
-1
/
+1
*
executor/common_linux.go: fix build breakage for Linux 4.14
Stefano Duo
2020-08-18
1
-5
/
+87
*
executor/common_linux.h: open target dir inside syz_mount_image()
Stefano Duo
2020-08-14
1
-72
/
+79
*
executor/common_linux.h: add syz_fuse_handle_req()
Stefano Duo
2020-08-14
1
-0
/
+181
*
executor: fix use of SYZ_SANDBOX_ANDROID define
Dmitry Vyukov
2020-08-14
1
-8
/
+18
*
executor: warn about C89-style var declarations
Dmitry Vyukov
2020-08-14
13
-198
/
+172
*
executor/linux: dump more information when failed to open kcov file
Tetsuo Handa
2020-08-13
1
-0
/
+17
*
executor: fix style checking test
Dmitry Vyukov
2020-08-13
3
-5
/
+4
*
executor/linux: dump mount information when failed to open kcov file
Tetsuo Handa
2020-08-12
1
-1
/
+23
*
executor: initialize vhci early
Dmitry Vyukov
2020-08-12
1
-21
/
+18
*
executor: enable extra coverage on OpenBSD
Anton Lindqvist
2020-08-11
1
-0
/
+9
[next]