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: add the basic caller-facing interface
Aleksandr Nogikh
2023-02-10
3
-0
/
+149
*
pkg/subsystem/linux: determine parent-child relations
Aleksandr Nogikh
2023-02-10
5
-10
/
+248
*
pkg/subsystem/linux: keep one list for list-merged groups
Aleksandr Nogikh
2023-02-10
2
-9
/
+13
*
pkg/subsystem/match: add coincidence matrix
Aleksandr Nogikh
2023-02-10
4
-0
/
+212
*
pkg/subsystem/linux: test path rules of subsystems
Aleksandr Nogikh
2023-02-10
1
-0
/
+62
*
pkg/subsystem/linux: add custom call lists
Aleksandr Nogikh
2023-02-10
3
-1
/
+82
*
pkg/subsystem/linux: extract names for subsystems
Aleksandr Nogikh
2023-02-10
4
-0
/
+226
*
pkg/subsystem/linux: add the basic subsystem extraction code
Aleksandr Nogikh
2023-02-10
4
-1
/
+278
*
pkg/subsystem/linux: convert MAINTAINERS patters to regexps
Aleksandr Nogikh
2023-02-10
2
-0
/
+202
*
pkg/subsystem: add the path matching code
Aleksandr Nogikh
2023-02-10
3
-0
/
+142
*
pkg/subsystem: add the MAINTAINERS file parsing code
Aleksandr Nogikh
2023-02-10
3
-0
/
+329
*
pkg/subsystem: move the exiting code to /legacy
Aleksandr Nogikh
2023-02-10
3
-3
/
+3
*
pkg/report: extract guilty files for arm64 rcu stalls
Aleksandr Nogikh
2023-02-10
2
-1
/
+83
*
pkg/report: extract guilty files for rcu errors correctly
Aleksandr Nogikh
2023-02-10
3
-1
/
+137
*
pkg/report: improve rcu stall parsing on arm64
Aleksandr Nogikh
2023-02-10
2
-1
/
+74
*
pkg/report: anchor at netlink_dump frame
Aleksandr Nogikh
2023-02-09
2
-0
/
+113
*
pkg/report: test ReportToGuiltyFile
Aleksandr Nogikh
2023-02-08
2
-21
/
+106
*
pkg/report: add a ReportToGuiltyFile method
Aleksandr Nogikh
2023-02-08
2
-2
/
+19
*
executor: fix initialize_tun() for Android (#3656)
kalder
2023-02-06
1
-0
/
+4
*
pkg/report: skip more memory allocation frames
Aleksandr Nogikh
2023-02-06
3
-15
/
+51
*
pkg/vcs: git clean submodules
Liz Prucka
2023-02-03
1
-2
/
+3
*
pkg/cover: default to DWARF4 in tests
Alexander Potapenko
2023-02-02
1
-27
/
+37
*
dashboard: display subsystems in bug lists
Aleksandr Nogikh
2023-01-27
2
-0
/
+30
*
pkg/build: update kernel headers path
Liz Prucka
2023-01-26
1
-1
/
+1
*
pkg/build: include all build output in FreeBSD buildkernel errors
Mark Johnston
2023-01-23
1
-7
/
+13
*
pkg/build/gvisor: make gVisor configuration parsing stricter (#3617)
Etienne Perot
2023-01-20
1
-17
/
+32
*
pkg/report: detect custom VFS errors
Dmitry Vyukov
2023-01-20
4
-0
/
+33
*
pkg/build: try harder to get a clean build on FreeBSD
Mark Johnston
2023-01-20
1
-0
/
+3
*
vm/starnix: add support for fuzzing starnix (#3624)
juanPabloMiceli
2023-01-19
3
-8
/
+14
*
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
2
-2
/
+9
*
syz-ci: move build semaphore closer to builds
Aleksandr Nogikh
2023-01-19
2
-2
/
+53
*
pkg/csource: fix unit tests for arches with non-default DataOffset
Alexander Egorenov
2023-01-19
1
-11
/
+16
*
pkg/host: don't expect open and stat syscalls to be always present
Aleksandr Nogikh
2023-01-18
1
-2
/
+0
*
pkg/report: skip netlink_ack and netlink_rcv_skb
Alexander Potapenko
2023-01-17
3
-1
/
+77
*
pkg/cover: add frame.EndLine in DoRawCoverFiles
Y. C
2023-01-14
1
-1
/
+2
*
all: fix duplicate parameter types
Dmitry Vyukov
2023-01-13
2
-2
/
+2
*
pkg/instance: move BuildKernel() args to struct
Space Meyer
2023-01-09
3
-16
/
+31
*
syz-ci/jobs: use linker supplied in syz-ci config
Space Meyer
2023-01-09
3
-4
/
+7
*
executor: better prevent the panic on ext4 errors (#3604)
Aleksandr Nogikh
2023-01-03
1
-1
/
+8
*
pkg/compiler: remove some leftovers
P1umer
2023-01-03
1
-1
/
+0
*
all: add freebsd/riscv64 support
P1umer
2023-01-03
1
-0
/
+2
*
dashboard: display assets in the crash table
Aleksandr Nogikh
2023-01-03
1
-0
/
+9
*
pkg/subsystem: add the fat maintainer (#3601)
Aleksandr Nogikh
2022-12-27
1
-0
/
+1
*
pkg/image: treat empty compressed image as valid image
Dmitry Vyukov
2022-12-22
4
-12
/
+16
*
pkg/image: optimize image decompression
Dmitry Vyukov
2022-12-22
4
-9
/
+177
*
pkg/image: make Decompress easier to use
Dmitry Vyukov
2022-12-22
2
-20
/
+28
*
pkg/image: factor out from prog
Dmitry Vyukov
2022-12-22
3
-2
/
+118
*
pkg/testutil: move iterCount from prog package
Dmitry Vyukov
2022-12-22
1
-0
/
+11
*
pkg/subsystem: extract filesystems from guilty path
Aleksandr Nogikh
2022-12-16
2
-25
/
+40
[prev]
[next]