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
/
tools
/
syz-check
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: remove unused nolint directives
Dmitry Vyukov
2026-01-02
1
-2
/
+2
*
all: use any instead of interface{}
Dmitry Vyukov
2025-12-22
1
-2
/
+2
*
all: apply linter auto fixes
Taras Madan
2025-07-17
1
-1
/
+1
*
pkg/symbolizer: introduce Symbolizer interface
Taras Madan
2025-03-07
1
-4
/
+3
*
all: use min/max functions
Dmitry Vyukov
2025-01-17
1
-9
/
+5
*
all: use special placeholder for errors
Taras Madan
2023-07-24
1
-1
/
+1
*
all: tools/syz-env make generate result
Taras Madan
2023-02-24
1
-0
/
+1
*
pkg/ast, pkg/compiler: support per-file metadata
Dmitry Vyukov
2022-04-29
1
-4
/
+0
*
tools/syz-check: ignore structs with out_overlay attribute
Dmitry Vyukov
2022-01-13
1
-0
/
+14
*
tools/syz-check: calculate min type size for unions
Dmitry Vyukov
2022-01-13
1
-10
/
+20
*
tools/syz-check: don't check netlink policies as structs
Dmitry Vyukov
2022-01-13
1
-20
/
+19
*
tools/syz-check: update docs
Dmitry Vyukov
2022-01-13
1
-1
/
+8
*
sys/linux: change netlink policies to the new $ convention
Dmitry Vyukov
2022-01-13
1
-1
/
+1
*
tools/syz-check: use $ as struct variant suffix delimiter
Dmitry Vyukov
2022-01-13
1
-15
/
+12
*
all: use tool.Failf instead of local functions
Dmitry Vyukov
2020-12-25
1
-5
/
+1
*
pkg/cmdprof: merge into pkg/tool
Dmitry Vyukov
2020-12-25
1
-3
/
+2
*
sys/targets: add OS/Arch name consts
Dmitry Vyukov
2020-10-26
1
-3
/
+3
*
pkg/compiler: merge const files into a single file
Dmitry Vyukov
2020-08-13
1
-1
/
+1
*
tools/syz-linter: fix comments check
Dmitry Vyukov
2020-07-10
1
-1
/
+1
*
tools/syz-check: improve warning for NLA_REJECT
Dmitry Vyukov
2020-07-08
1
-2
/
+4
*
tools/syz-check: support all arches
Dmitry Vyukov
2020-06-26
1
-2
/
+2
*
pkg: support compiler triple for 'nm' and 'addr2line'
Alexander Egorenkov
2020-06-18
1
-1
/
+2
*
sys/linux: regenerate .warn files
Dmitry Vyukov
2020-06-13
1
-1
/
+2
*
tools/syz-check: fix bug with struct name overwrite
Dmitry Vyukov
2020-06-13
1
-12
/
+16
*
.golangci.yml: make goconst checker more strict
Dmitry Vyukov
2020-06-07
1
-4
/
+9
*
tools/syz-check: restore handling of unions
Dmitry Vyukov
2020-05-25
1
-81
/
+96
*
tools/syz-check: don't check kvm on arm
Dmitry Vyukov
2020-05-25
1
-0
/
+4
*
tools/syz-check: fix field name in output
Dmitry Vyukov
2020-05-25
1
-1
/
+1
*
tools/syz-check: fix path calculation
Dmitry Vyukov
2020-05-21
1
-1
/
+1
*
prog: remove StructDesc
Dmitry Vyukov
2020-05-03
1
-34
/
+28
*
prog: introduce Field type
Dmitry Vyukov
2020-05-02
1
-22
/
+23
*
prog: rename {PtrType,ArrayType}.Type to Elem
Dmitry Vyukov
2020-05-01
1
-3
/
+3
*
pkg/cmdprof: add package
Dmitry Vyukov
2020-04-30
1
-30
/
+5
*
pkg/compiler: deduplicate Types in descriptions
Dmitry Vyukov
2020-04-26
1
-1
/
+1
*
tools/syz-check: extend usage docs
Dmitry Vyukov
2020-03-18
1
-3
/
+22
*
all: fix new golangci-lint warnings
Dmitry Vyukov
2020-03-13
1
-3
/
+3
*
sys/linux: add ethtool netlink descriptions
Dmitry Vyukov
2020-01-28
1
-1
/
+1
*
tools/syz-check: add limited checking of varlen structs
Dmitry Vyukov
2020-01-23
1
-6
/
+13
*
sys/linux: check for missing/duplicate netlink attrs
Dmitry Vyukov
2020-01-23
1
-3
/
+64
*
sys/linux: fix more netlink warnings
Dmitry Vyukov
2020-01-23
1
-9
/
+38
*
tools/syz-check: improve matching netlink attributes
Dmitry Vyukov
2020-01-22
1
-48
/
+102
*
tools/syz-check: check netlink policy descriptions
Dmitry Vyukov
2020-01-22
1
-17
/
+297
*
sys/linux: fix sigset_t/sigaction layout on arm
Dmitry Vyukov
2020-01-18
1
-0
/
+3
*
tools/syz-check: also check arm/arm64
Dmitry Vyukov
2020-01-18
1
-13
/
+15
*
tools/syz-check: check amd64 and 386 at the same time
Dmitry Vyukov
2019-12-22
2
-40
/
+80
*
tools/syz-check: check templates
Dmitry Vyukov
2019-12-22
1
-10
/
+28
*
tools/syz-check: add some TODOs
Dmitry Vyukov
2019-12-22
1
-0
/
+12
*
tools/syz-check: inject description compilation warnings
Dmitry Vyukov
2019-12-20
1
-8
/
+10
*
pkg/compiler: fix bitfield layout bug
Dmitry Vyukov
2019-12-20
1
-6
/
+10
*
prog: refactor bitfields representation
Dmitry Vyukov
2019-12-19
1
-5
/
+3
[next]