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
/
pkg
/
host
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: use `t.TempDir` to create temporary test directory
Eng Zer Jun
2022-03-28
1
-7
/
+1
*
pkg/host: only try enabled syscalls when starting syz-fuzzer
Kris Alder
2022-03-08
3
-8
/
+19
*
executor: add extension point for adding non-mainline pseudo-syscalls
Dmitry Vyukov
2022-01-19
1
-0
/
+8
*
all: add syz_clone() and syz_clone3() pseudo calls
Aleksandr Nogikh
2022-01-13
1
-0
/
+2
*
all: explicitly list pseudo syscall dependencies
Aleksandr Nogikh
2022-01-13
1
-6
/
+15
*
all: adapt to how mmapping a kcov instance works in Linux
Aleksandr Nogikh
2021-12-09
5
-14
/
+53
*
executor/common_linux: fuzz kvm_run
Alexey Kardashevskiy
2021-11-09
1
-8
/
+14
*
pkg/host: log executor setup output
Dmitry Vyukov
2021-10-12
1
-1
/
+3
*
pkg/host: add O_NONBLOCK to isSupportedOpenFile
Denis Efremov
2021-09-20
1
-1
/
+1
*
pkg/host: fixup for GOARCH checking for PPC64
Alexey Kardashevskiy
2021-07-19
1
-1
/
+1
*
pkg: update generated files to go 1.17
Alexey Kardashevskiy
2021-07-07
3
-0
/
+3
*
pkg/host: fix globs test
Dmitry Vyukov
2021-06-15
1
-12
/
+20
*
all: support exclude globs in descriptor
Joey Jiao
2021-06-02
2
-2
/
+88
*
all: minor glob fixes
Dmitry Vyukov
2021-05-26
2
-6
/
+5
*
pkg/compiler: add glob type
Joey Jiaojg
2021-05-26
2
-0
/
+22
*
pkg/host: better error message for missing syscalls
Dmitry Vyukov
2021-05-26
1
-3
/
+4
*
pkg/host: fail loudly when coverage collection is enable w/o shmem
Patrick Meyer
2021-05-20
1
-0
/
+4
*
pkg/host: enable coverage and all syscalls for darwin
Patrick Meyer
2021-05-20
1
-1
/
+5
*
pkg/host, docs: fix typos
Patrick Meyer
2021-05-06
1
-1
/
+1
*
pkg/host: don't include empty machine info sections
Dmitry Vyukov
2021-03-18
1
-2
/
+7
*
pkg/host: add TestCollectMachineInfo
Dmitry Vyukov
2021-03-18
1
-0
/
+8
*
pkg/host: fix nil deref on non-linux
Dmitry Vyukov
2021-03-18
1
-0
/
+3
*
pkg/host: refactor getModulesInfo
Dmitry Vyukov
2021-03-18
1
-5
/
+5
*
all: support coverage of kernel modules
Joey Jiao
2021-03-18
3
-0
/
+38
*
sys/linux: add ieee802154 descriptions
Dmitry Vyukov
2021-02-12
3
-0
/
+15
*
pkg/host: use unix.Utsname instead of syscall.Utsname
Dmitry Vyukov
2021-02-08
2
-11
/
+29
*
pkg/host: fix kcov_remote_arg layout
Dmitry Vyukov
2020-12-30
1
-0
/
+1
*
pkg/host: check presence of syz_open_procfs file
Dmitry Vyukov
2020-12-10
1
-12
/
+18
*
pkg/host: make wifi check more precise
Dmitry Vyukov
2020-11-28
2
-0
/
+165
*
pkg/ifuzz/powerpc: add powerpc support
Alexey Kardashevskiy
2020-11-20
1
-0
/
+4
*
sys/targets: add OS/Arch name consts
Dmitry Vyukov
2020-10-26
4
-32
/
+36
*
pkg/host: don't log every syscall name twice
Dmitry Vyukov
2020-10-15
1
-3
/
+0
*
pkg/host: add canned test for cpu info
Dmitry Vyukov
2020-10-09
1
-0
/
+231
*
pkg/host: refactor machine info tests
Dmitry Vyukov
2020-10-09
1
-34
/
+21
*
pkg/host: test for different cpuinfo fields depending on arch
Andrew Donnellan
2020-10-09
1
-15
/
+14
*
sys/linux: descriptions for USB/IP
Nazime Hande Harputluoglu
2020-10-02
1
-0
/
+8
*
all: integrate with mac80211_hwsim
Aleksandr Nogikh
2020-09-22
3
-3
/
+20
*
pkg/host: use 'processor 0' as cpu model on s390x inside container
Alexander Egorenkov
2020-09-16
1
-1
/
+1
*
pkg/host: use 'machine' field as cpu model on IBM/Z
Alexander Egorenkov
2020-09-15
1
-1
/
+1
*
pkg/host: make machine info tests linux-specific
Dmitry Vyukov
2020-09-14
1
-4
/
+0
*
pkg/host: move machine info functionality from syz-fuzzer
Dmitry Vyukov
2020-09-12
3
-0
/
+305
*
executor/common_linux.h: add syz_fuse_handle_req()
Stefano Duo
2020-08-14
1
-2
/
+13
*
executor: enable extra coverage on OpenBSD
Anton Lindqvist
2020-08-11
1
-0
/
+1
*
sys/linux: add descriptions for BPF LSM
Cheng-Min Chiang
2020-08-07
1
-1
/
+9
*
pkg/host/syscalls_linux.go: refactor isSupportedSyzkall()
Stefano Duo
2020-08-05
1
-69
/
+104
*
Revert "executor: enable extra coverage on OpenBSD"
Anton Lindqvist
2020-08-02
1
-1
/
+0
*
executor: enable extra coverage on OpenBSD
Anton Lindqvist
2020-08-02
1
-0
/
+1
*
all: initialize vhci in linux
TheOfficialFloW
2020-07-30
3
-0
/
+13
*
executor: added syz_io_uring_setup to wrap both setup and mmap
Necip Fazil Yildiran
2020-07-29
1
-1
/
+1
*
sys/linux: enhanced descs for io_uring
Necip Fazil Yildiran
2020-07-24
1
-2
/
+15
[next]