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
*
executor: add runner mode
Dmitry Vyukov
2024-06-24
2
-129
/
+0
*
pkg/host: return slices of pointers
Dmitry Vyukov
2024-05-17
2
-11
/
+11
*
pkg/vminfo: move feature checking to host
Dmitry Vyukov
2024-05-15
13
-1692
/
+44
*
pkg/host: disable TestDetectSupportedSyscalls/fallback under race detector
Dmitry Vyukov
2024-05-08
1
-0
/
+4
*
pkg/repro, pkg/ipc: use flatrpc.Feature
Dmitry Vyukov
2024-05-06
1
-0
/
+63
*
pkg/flatrpc: refactor names
Dmitry Vyukov
2024-05-06
1
-5
/
+5
*
pkg/host: remove FileInfo
Dmitry Vyukov
2024-05-03
1
-12
/
+7
*
pkg/cover: move KernelModule from pkg/host
Dmitry Vyukov
2024-05-03
1
-6
/
+0
*
syz-manager: print better message about disabled syscalls
Dmitry Vyukov
2024-04-29
1
-15
/
+6
*
pkg/host: fix file reading bug
Dmitry Vyukov
2024-04-29
1
-1
/
+1
*
pkg/host: remove special case for EXT4_IOC_SHUTDOWN
Dmitry Vyukov
2024-04-29
1
-4
/
+0
*
pkg/host: explicitly disable syz_execute_func
Dmitry Vyukov
2024-04-29
1
-17
/
+0
*
all: go fix everything
Dmitry Vyukov
2024-04-26
2
-2
/
+0
*
pkg/host: move glob parsing to host
Dmitry Vyukov
2024-04-24
3
-131
/
+0
*
pkg/vminfo: add package
Dmitry Vyukov
2024-04-24
3
-577
/
+45
*
all: remove akaros support
Dmitry Vyukov
2024-04-15
1
-15
/
+0
*
pkg/runtest: enable coverage for some TestOS targets
Aleksandr Nogikh
2024-03-12
1
-4
/
+18
*
tools/syz-cover: do not accept modules info from /proc/modules
Alexander Potapenko
2024-02-22
2
-27
/
+1
*
pkg/host: get module .text address from /sys/module
Necip Fazil Yildiran
2024-02-22
1
-5
/
+41
*
executor: introduce syz_pidfd_open()
Aleksandr Nogikh
2023-12-19
1
-0
/
+1
*
sys/linux, pkg/host, executor: add NVMe-oF/TCP subsystem support
Alon Zahavi
2023-12-07
1
-0
/
+5
*
pkg/host: require fallocate for swap
Aleksandr Nogikh
2023-08-21
1
-0
/
+17
*
all: use special placeholder for errors
Taras Madan
2023-07-24
1
-2
/
+2
*
pkg/host: export ParseModulesText
Joey Jiao
2023-07-04
2
-1
/
+14
*
syz-cover: accept canonical module info (#3964)
zsm-oss
2023-06-15
1
-3
/
+3
*
all: support swap feature on Linux
Aleksandr Nogikh
2023-06-15
2
-0
/
+17
*
syz-manager, pkg/cover: normalize module PCs between VM instances
Liz Prucka
2023-05-02
2
-2
/
+8
*
all: revert "syz-manager, pkg/cover: normalize module PCs between VM instances"
Aleksandr Nogikh
2023-04-24
2
-8
/
+2
*
syz-manager, pkg/cover: normalize module PCs between VM instances
Liz Prucka
2023-04-24
2
-2
/
+8
*
sys/linux: add syz_pkey_set syscalls
Dmitry Vyukov
2023-04-03
1
-0
/
+20
*
pkg/host: check for /proc/self/ns/net presence in devlink PCI
Dmitry Vyukov
2023-02-27
1
-0
/
+4
*
all: ioutil is deprecated in go1.19 (#3718)
Taras Madan
2023-02-23
2
-9
/
+7
*
pkg/host: don't expect open and stat syscalls to be always present
Aleksandr Nogikh
2023-01-18
1
-2
/
+0
*
pkg/host: increase token size to enable 128+core CPUs (#3453)
Taras Madan
2022-10-20
1
-1
/
+13
*
executor: add NIC PCI pass-through VF support
George Kennedy
2022-09-21
2
-0
/
+10
*
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
[next]