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
/
instance
/
instance.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
executor: add runner mode
Dmitry Vyukov
2024-06-24
1
-48
/
+1
*
pkg/instance: don't require a syz reproducer
Aleksandr Nogikh
2024-06-18
1
-4
/
+4
*
pkg/flatrpc: send parameters to the fuzzer in RPC
Dmitry Vyukov
2024-06-05
1
-3
/
+2
*
syz-fuzzer: remove testing mode
Dmitry Vyukov
2024-05-27
1
-5
/
+7
*
pkg/instance: use execprog to do basic instance testing
Dmitry Vyukov
2024-05-27
1
-76
/
+44
*
pkg/ipc: remove ExecOpts
Dmitry Vyukov
2024-05-21
1
-2
/
+2
*
pkg/rpctype: prepare for not using for target communication
Dmitry Vyukov
2024-05-03
1
-5
/
+3
*
tools/syz-runtest: switch to the generic program execution
Dmitry Vyukov
2024-05-03
1
-10
/
+3
*
syz-manager, syz-fuzzer: pass ExecOpts in exec requests
Dmitry Vyukov
2024-04-30
1
-2
/
+0
*
vm: combine Run and MonitorExecution
Dmitry Vyukov
2024-04-11
1
-4
/
+4
*
pkg/rpctype: make RPC compression optional
Dmitry Vyukov
2024-04-03
1
-5
/
+7
*
all: experiment with an option to reset accumulated state
Aleksandr Nogikh
2024-01-23
1
-4
/
+6
*
all: refactor pprof endpoint configuration
Aleksandr Nogikh
2024-01-22
1
-0
/
+2
*
all: use errors.As instead of .(type)
Taras Madan
2023-07-24
1
-2
/
+5
*
all: use special placeholder for errors
Taras Madan
2023-07-24
1
-12
/
+12
*
pkg/report: move report.Type to pkg/report/crash
Aleksandr Nogikh
2023-07-05
1
-1
/
+2
*
vm: separate boot time and infrastructure errors
Aleksandr Nogikh
2023-05-09
1
-0
/
+7
*
syz-ci: explicitly stop all running jobs on update
Aleksandr Nogikh
2023-01-19
1
-6
/
+0
*
syz-ci: gate concurrent env.Test executions
Aleksandr Nogikh
2023-01-19
1
-1
/
+7
*
syz-ci: move build semaphore closer to builds
Aleksandr Nogikh
2023-01-19
1
-1
/
+51
*
pkg/instance: move BuildKernel() args to struct
Space Meyer
2023-01-09
1
-10
/
+19
*
syz-ci/jobs: use linker supplied in syz-ci config
Space Meyer
2023-01-09
1
-2
/
+4
*
pkg/csource, pkg/instance, pkg/ipc, pkg/mgrconfig, tools/syz-prog2c, syz-mana...
Andrey Artemiev
2022-08-06
1
-8
/
+11
*
syz-ci: remember syzkaller builds logs
Aleksandr Nogikh
2022-06-28
1
-15
/
+21
*
all: remember console output for all patch tests
Aleksandr Nogikh
2022-06-08
1
-24
/
+33
*
pkg/instance: fix nil derefs in patch testing and bisections
Dmitry Vyukov
2022-05-09
1
-2
/
+5
*
all: use the same prog execution code throughout the project
Aleksandr Nogikh
2022-04-29
1
-62
/
+24
*
all: fix patch testing for bugs witout C repro
Aleksandr Nogikh
2022-04-19
1
-1
/
+1
*
pkg/instance: explicitly specify optional fuzzer arguments
Aleksandr Nogikh
2022-04-06
1
-12
/
+17
*
all: collect raw coverage
Aleksandr Nogikh
2022-03-28
1
-4
/
+10
*
pkg/instance: refactor FuzzerCmd()
Aleksandr Nogikh
2022-03-28
1
-13
/
+31
*
pkg/instance: support older syzkaller revisions
Aleksandr Nogikh
2022-03-17
1
-3
/
+6
*
syz-verifier: don't use -collide in the runner (#3032)
Taras Madan
2022-03-16
1
-2
/
+2
*
all: refactor fault injection into call props
Aleksandr Nogikh
2021-09-22
1
-4
/
+10
*
all: use entire log to detect reports to suppress
Aleksandr Nogikh
2021-08-06
1
-1
/
+1
*
pkg/report: separate reporter wrapper from OS-specific implementations
Aleksandr Nogikh
2021-08-06
1
-1
/
+1
*
all: capture compiler id during the build process
Aleksandr Nogikh
2021-07-20
1
-6
/
+6
*
all: remove pointers to pkg.build.Params
Aleksandr Nogikh
2021-07-20
1
-1
/
+1
*
pkg/instance, syz-runner, syz-verifier: add option to create a new environmen...
Mara Mihali
2021-07-19
1
-3
/
+2
*
pkg/instance: added threaded and collide flags
Mara Mihali
2021-07-06
1
-2
/
+4
*
pkg/instance: add RunnerCmd
Mara Mihali
2021-06-30
1
-0
/
+4
*
all: make timeouts configurable
Dmitry Vyukov
2020-12-28
1
-34
/
+63
*
pkg/mgrconfig: remove Syz prefix from fields
Dmitry Vyukov
2020-11-30
1
-14
/
+14
*
pkg/mgrconfig: add prog&sys.targets targets to Config
Dmitry Vyukov
2020-11-30
1
-8
/
+3
*
sys/targets: add OS/Arch name consts
Dmitry Vyukov
2020-10-26
1
-2
/
+2
*
pkg/bisect: add ccache option
Jouni Hogander
2020-09-21
1
-2
/
+3
*
pkg/instance: extend debug output on syzkaller make error
Dmitry Vyukov
2020-05-25
1
-1
/
+7
*
pkg/report: add Report.SkipPos
Dmitry Vyukov
2020-05-13
1
-6
/
+1
*
pkg/instance: Use syz or c source file when testing
Jouni Hogander
2020-04-29
1
-37
/
+39
*
syz/targets: add SyzExecutorCmd flag
Marco Vanotti
2019-12-09
1
-8
/
+20
[next]