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: 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
*
all: fake hci le conn using handle 201
Andy Nguyen
2020-08-02
1
-3
/
+35
*
sys/linux: assorted improvements for vhci
Dmitry Vyukov
2020-07-30
1
-4
/
+3
*
all: initialize vhci in linux
TheOfficialFloW
2020-07-30
5
-29
/
+337
*
executor: added syz_io_uring_setup to wrap both setup and mmap
Necip Fazil Yildiran
2020-07-29
1
-1
/
+73
*
all: mark auto-generated files
Dmitry Vyukov
2020-07-29
2
-2
/
+2
*
sys/linux: enhanced descs for io_uring
Necip Fazil Yildiran
2020-07-24
1
-0
/
+89
*
executor: fix build errors in setup_32bit_idt()
Denis Efremov
2020-07-21
1
-1
/
+1
*
executor: remove NONFAILING from pseudo-syscalls
Dmitry Vyukov
2020-07-15
1
-109
/
+81
*
executor: wrap all syscalls into NONFAILING
Dmitry Vyukov
2020-07-15
1
-32
/
+47
*
all: fix comments format
Dmitry Vyukov
2020-07-12
1
-6
/
+6
*
executor: fix bitfields for big-endian arch
Alexander Egorenkov
2020-07-10
1
-2
/
+6
*
all: fix dup types in func args
Dmitry Vyukov
2020-07-04
1
-1
/
+1
*
all: don't compare string len with 0
Dmitry Vyukov
2020-07-04
1
-1
/
+1
*
executor: enable cgroup/cpuset memory pressure calc.
Necip Fazil Yildiran
2020-06-29
1
-0
/
+1
*
executor/netbsd: base nth on 2 (#1874)
m00nbsd
2020-06-27
1
-2
/
+2
*
executor: add support for linux/riscv64
Tobias Klauser
2020-06-26
1
-0
/
+4
*
pkg/csource: fix casting of parameters for trampolines
Alexander Egorenkov
2020-06-26
2
-3
/
+9
*
sys/linux: first 64bit big-endian architecture s390x
Alexander Egorenkov
2020-06-25
2
-1
/
+6
*
executor: fix endianness problem in internet checksum
Alexander Egorenkov
2020-06-19
1
-1
/
+1
*
executor: Improve used terminology
Marco Elver
2020-06-15
1
-4
/
+5
*
sys/netbsd: support multiple vHCI buses (#1822)
m00nbsd
2020-06-13
1
-18
/
+29
*
all: use more respective language
Dmitry Vyukov
2020-06-11
1
-2
/
+2
*
sys/netbsd: add support for fault injection (#1817)
m00nbsd
2020-06-11
1
-1
/
+50
*
.golangci.yml: make goconst checker more strict
Dmitry Vyukov
2020-06-07
1
-6
/
+10
*
executor/fuchsia: Don't map memory as executable.
Marco Vanotti
2020-06-05
1
-18
/
+15
*
.golangci.yml: enable whitespace checker
Dmitry Vyukov
2020-06-05
1
-1
/
+0
*
executor: fix printing null master in netlink_device_change
Andrey Konovalov
2020-05-29
1
-1
/
+1
*
executor: fix a cast in common_usb_netbsd.h
m00nbsd
2020-05-24
1
-2
/
+2
*
executor: fix a USB define on NetBSD
m00nbsd
2020-05-21
1
-1
/
+3
*
executor: use the SYZ_USB define for NetBSD
m00nbsd
2020-05-21
1
-1
/
+1
[next]