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
Commit message (
Expand
)
Author
Age
Files
Lines
*
executor: don't include kvm on arm
Dmitry Vyukov
2021-01-26
1
-1
/
+1
*
executor/common: repair clang complaint about bad indentation
Greg Steuck
2020-12-30
1
-1
/
+2
*
all: make timeouts configurable
Dmitry Vyukov
2020-12-28
4
-6
/
+24
*
executor: remove hardcoded timeouts
Dmitry Vyukov
2020-12-25
2
-5
/
+12
*
all: use tool.Failf instead of local functions
Dmitry Vyukov
2020-12-25
1
-9
/
+6
*
executor: skip setsid() for threaded reproducers
Anton Lindqvist
2020-12-09
1
-2
/
+7
*
executor: tune few more sysctl's
Dmitry Vyukov
2020-12-01
1
-0
/
+3
*
all: fix format of fmt.Printf/Fprintf calls
Dmitry Vyukov
2020-11-30
1
-1
/
+1
*
tools/create-gce-image.sh: move sysctl's to executor
Dmitry Vyukov
2020-11-21
1
-0
/
+3
*
pkg/ifuzz/powerpc: add powerpc support
Alexey Kardashevskiy
2020-11-20
2
-0
/
+139
*
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
-1
/
+0
*
pkg/csource: setup sysctl's in C reproducers
Dmitry Vyukov
2020-10-28
4
-122
/
+80
*
executor, pkg/csource: remove setpgrp() in sandbox_common()
liucy1998
2020-10-27
1
-1
/
+0
*
sys/targets: add OS/Arch name consts
Dmitry Vyukov
2020-10-26
5
-15
/
+13
*
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
/
+2
*
executor: msvc support syz-executor
Suraj K Suresh
2020-10-03
1
-13
/
+36
*
sys/linux: descriptions for USB/IP
Nazime Hande Harputluoglu
2020-10-02
1
-0
/
+44
*
executor: check for \n in fail/exitf messages
Dmitry Vyukov
2020-09-28
1
-9
/
+9
*
all: integrate with mac80211_hwsim
Aleksandr Nogikh
2020-09-22
4
-3
/
+434
*
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
*
pkg/csource: don't test auto-generated files
Dmitry Vyukov
2020-09-20
1
-0
/
+6
*
executor: forbid inlining of 'remove_dir'
Alexander Egorenkov
2020-09-18
1
-2
/
+1
*
executor: fix definition of __NR_io_uring_setup
Dmitry Vyukov
2020-09-15
1
-6
/
+4
*
executor: improve opendir(3) error handling
Anton Lindqvist
2020-09-12
1
-1
/
+8
*
sys/test/test: add a hanging test
Dmitry Vyukov
2020-09-12
1
-1
/
+9
*
executor/common_linux.h: add missing FUSE opcodes
Stefano Duo
2020-08-27
1
-0
/
+4
*
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
/
+71
*
executor/common_linux.h: open target dir inside syz_mount_image()
Stefano Duo
2020-08-14
1
-67
/
+71
*
executor/common_linux.h: add syz_fuse_handle_req()
Stefano Duo
2020-08-14
1
-0
/
+168
*
pkg/csource: add comment re ignoring cpp errors
Dmitry Vyukov
2020-08-14
1
-1
/
+8
*
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
1
-182
/
+116
*
executor: initialize vhci early
Dmitry Vyukov
2020-08-12
1
-17
/
+17
*
pkg/csource: add description of the generation process
Dmitry Vyukov
2020-08-10
1
-0
/
+20
*
executor: always ignore SIGBUS on FreeBSD
Mark Johnston
2020-08-08
1
-1
/
+8
*
sys/linux: add descriptions for BPF LSM
Cheng-Min Chiang
2020-08-07
1
-0
/
+165
*
executor: add some code style checks
Dmitry Vyukov
2020-08-06
1
-48
/
+0
*
Makefile: enable clang-tidy in presubmit tests
Dmitry Vyukov
2020-08-04
1
-11
/
+5
*
executor: remove block comments
Dmitry Vyukov
2020-08-04
3
-47
/
+39
[next]