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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
pkg/subsystem: regenerate Linux subsystems
Aleksandr Nogikh
2024-05-07
1
-4
/
+5
*
pkg/subsystem: don't Cc some parent subsystems
Aleksandr Nogikh
2024-05-07
4
-6
/
+20
*
pkg/subsystem/linux: recognize bcachefs mounts
Aleksandr Nogikh
2024-05-07
1
-0
/
+1
*
pkg/repro, pkg/ipc: use flatrpc.Feature
Dmitry Vyukov
2024-05-06
6
-53
/
+115
*
pkg/flatrpc: refactor names
Dmitry Vyukov
2024-05-06
11
-1484
/
+1785
*
pkg/rpctype: prepare for not using for target communication
Dmitry Vyukov
2024-05-03
2
-79
/
+23
*
pkg/host: remove FileInfo
Dmitry Vyukov
2024-05-03
6
-24
/
+21
*
pkg/report: ignore __phys_addr
Aleksandr Nogikh
2024-05-03
2
-0
/
+90
*
pkg/flatrpc: add connection type
Dmitry Vyukov
2024-05-03
3
-2
/
+328
*
executor: make flatrpc build for C++
Dmitry Vyukov
2024-05-03
5
-50
/
+39
*
pkg/flatrpc: add schema
Dmitry Vyukov
2024-05-03
3
-0
/
+5775
*
pkg/cover: move KernelModule from pkg/host
Dmitry Vyukov
2024-05-03
12
-41
/
+33
*
pkg/cover: don't rename test package
Dmitry Vyukov
2024-05-03
1
-5
/
+4
*
pkg/log: add SyzFatal
Dmitry Vyukov
2024-05-03
1
-0
/
+4
*
tools/syz-runtest: switch to the generic program execution
Dmitry Vyukov
2024-05-03
4
-145
/
+141
*
prog: fix panic during squashing
Dmitry Vyukov
2024-05-03
3
-4
/
+41
*
sys/linux: add bcachefs descriptions
Aleksandr Nogikh
2024-05-03
1
-1
/
+1
*
dashboard/config: update ChromeOS configs
Aleksandr Nogikh
2024-05-03
1
-0
/
+1
*
pkg/vminfo: check enabled syscalls on the host
Dmitry Vyukov
2024-05-02
7
-22
/
+856
*
pkg/ipc: consistently set ENOSYS for non-executed syscalls
Dmitry Vyukov
2024-05-02
1
-0
/
+7
*
pkg/ifuzz: another x86 regression test
Alexander Potapenko
2024-04-30
1
-5
/
+11
*
pkg/ifuzz: fix instruction decoding on x86
Alexander Potapenko
2024-04-30
1
-0
/
+4
*
pkg/ifuzz: add a regression test for x86 decoding
Alexander Potapenko
2024-04-30
1
-0
/
+35
*
pkg/ifuzz: use "% x" to print the instruction sequence that causes an error
Alexander Potapenko
2024-04-30
1
-1
/
+1
*
syz-fuzzer: pass bug frames in connect result
Dmitry Vyukov
2024-04-30
1
-4
/
+4
*
pkg/fuzzer: minor cleanup
Dmitry Vyukov
2024-04-30
2
-23
/
+15
*
syz-manager: check revisions on the host
Dmitry Vyukov
2024-04-30
1
-5
/
+8
*
pkg/fuzzer: move Signal type from rpctype
Dmitry Vyukov
2024-04-30
4
-24
/
+21
*
syz-manager, syz-fuzzer: pass ExecOpts in exec requests
Dmitry Vyukov
2024-04-30
2
-6
/
+2
*
pkg/ipc: dedup features to flags conversion
Dmitry Vyukov
2024-04-30
2
-26
/
+42
*
pkg/ipc: make it possible to change EnvFlags between executions
Dmitry Vyukov
2024-04-30
6
-87
/
+98
*
covermerger: add initial implementation
Taras Madan
2024-04-29
21
-0
/
+4903
*
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
*
pkg/mgrconfig: add HasCovFilter helper
Dmitry Vyukov
2024-04-29
1
-0
/
+4
*
pkg/ipc: remove use of reflect.SliceHeader
Dmitry Vyukov
2024-04-26
1
-12
/
+7
*
all: fix up context import after go fix
Dmitry Vyukov
2024-04-26
1
-1
/
+1
*
all: go fix everything
Dmitry Vyukov
2024-04-26
21
-21
/
+1
*
pkg/ifuzz/arm64: explicitly use uint32 for immediates
Alexander Potapenko
2024-04-26
1
-11
/
+12
*
pkg/host: move glob parsing to host
Dmitry Vyukov
2024-04-24
4
-132
/
+2
*
pkg/vminfo: add package
Dmitry Vyukov
2024-04-24
8
-584
/
+745
*
pkg/ifuzz/arm64: add arm64 support
Alexander Potapenko
2024-04-24
14
-1
/
+8766
*
executor: arm64: call KVM_ARM_PREFERRED_TARGET on vmfd instead of cpufd
Alexander Potapenko
2024-04-18
1
-1
/
+1
*
pkg/ifuzz: test Generate()
Alexander Potapenko
2024-04-17
1
-0
/
+36
*
tools/syz-linter: check t.Logf/Errorf/Fatalf messages
Dmitry Vyukov
2024-04-17
16
-45
/
+45
*
pkg/ipc: include executor freshness into execution result
Dmitry Vyukov
2024-04-16
1
-19
/
+17
*
pkg/ipc: pass only exec encoding to Exec
Dmitry Vyukov
2024-04-16
2
-37
/
+18
*
syz-manager, syz-fuzzer: send RPC notifications about executing programs
Dmitry Vyukov
2024-04-16
2
-2
/
+19
[prev]
[next]