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
*
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
*
prog: don't require preallocated buffer for exec encoding
Dmitry Vyukov
2024-04-16
2
-9
/
+7
*
pkg/cover: remove function coverage percents
Aleksandr Nogikh
2024-04-16
1
-30
/
+13
*
executor: ignore EBADF when reading tun
Dmitry Vyukov
2024-04-16
1
-1
/
+1
*
executor: ignore socketpair error in syz_usbip_server_init
Dmitry Vyukov
2024-04-16
1
-2
/
+4
*
pkg/fuzzer: fix signal filtering during minimization
Dmitry Vyukov
2024-04-15
4
-15
/
+26
*
vm: export VM output metric
Dmitry Vyukov
2024-04-15
2
-6
/
+7
*
pkg/ipc: refactor rate limiting
Dmitry Vyukov
2024-04-15
2
-17
/
+24
*
pkg/report: remove unnecessary NewScan() calls
Aleksandr Nogikh
2024-04-15
4
-37
/
+45
*
pkg/report: fix OOB in linux.symbolize()
Aleksandr Nogikh
2024-04-15
1
-16
/
+5
*
prog: profile what consumes space in exec encoding
Dmitry Vyukov
2024-04-15
1
-1
/
+1
*
prog: fix selection of args eligible for squashing
Dmitry Vyukov
2024-04-15
1
-3
/
+51
*
pkg/csource: remove akaros quirk
Dmitry Vyukov
2024-04-15
1
-4
/
+2
*
all: remove akaros support
Dmitry Vyukov
2024-04-15
20
-940
/
+4
*
pkg/log: restore lazy formatting
Dmitry Vyukov
2024-04-15
2
-38
/
+58
*
pkg/fuzzer: fix fault injection
Aleksandr Nogikh
2024-04-12
1
-1
/
+1
[next]