aboutsummaryrefslogtreecommitdiffstats
path: root/tools/syz-check
Commit message (Expand)AuthorAgeFilesLines
* all: remove unused nolint directivesDmitry Vyukov2026-01-021-2/+2
* all: use any instead of interface{}Dmitry Vyukov2025-12-221-2/+2
* all: apply linter auto fixesTaras Madan2025-07-171-1/+1
* pkg/symbolizer: introduce Symbolizer interfaceTaras Madan2025-03-071-4/+3
* all: use min/max functionsDmitry Vyukov2025-01-171-9/+5
* all: use special placeholder for errorsTaras Madan2023-07-241-1/+1
* all: tools/syz-env make generate resultTaras Madan2023-02-241-0/+1
* pkg/ast, pkg/compiler: support per-file metadataDmitry Vyukov2022-04-291-4/+0
* tools/syz-check: ignore structs with out_overlay attributeDmitry Vyukov2022-01-131-0/+14
* tools/syz-check: calculate min type size for unionsDmitry Vyukov2022-01-131-10/+20
* tools/syz-check: don't check netlink policies as structsDmitry Vyukov2022-01-131-20/+19
* tools/syz-check: update docsDmitry Vyukov2022-01-131-1/+8
* sys/linux: change netlink policies to the new $ conventionDmitry Vyukov2022-01-131-1/+1
* tools/syz-check: use $ as struct variant suffix delimiterDmitry Vyukov2022-01-131-15/+12
* all: use tool.Failf instead of local functionsDmitry Vyukov2020-12-251-5/+1
* pkg/cmdprof: merge into pkg/toolDmitry Vyukov2020-12-251-3/+2
* sys/targets: add OS/Arch name constsDmitry Vyukov2020-10-261-3/+3
* pkg/compiler: merge const files into a single fileDmitry Vyukov2020-08-131-1/+1
* tools/syz-linter: fix comments checkDmitry Vyukov2020-07-101-1/+1
* tools/syz-check: improve warning for NLA_REJECTDmitry Vyukov2020-07-081-2/+4
* tools/syz-check: support all archesDmitry Vyukov2020-06-261-2/+2
* pkg: support compiler triple for 'nm' and 'addr2line'Alexander Egorenkov2020-06-181-1/+2
* sys/linux: regenerate .warn filesDmitry Vyukov2020-06-131-1/+2
* tools/syz-check: fix bug with struct name overwriteDmitry Vyukov2020-06-131-12/+16
* .golangci.yml: make goconst checker more strictDmitry Vyukov2020-06-071-4/+9
* tools/syz-check: restore handling of unionsDmitry Vyukov2020-05-251-81/+96
* tools/syz-check: don't check kvm on armDmitry Vyukov2020-05-251-0/+4
* tools/syz-check: fix field name in outputDmitry Vyukov2020-05-251-1/+1
* tools/syz-check: fix path calculationDmitry Vyukov2020-05-211-1/+1
* prog: remove StructDescDmitry Vyukov2020-05-031-34/+28
* prog: introduce Field typeDmitry Vyukov2020-05-021-22/+23
* prog: rename {PtrType,ArrayType}.Type to ElemDmitry Vyukov2020-05-011-3/+3
* pkg/cmdprof: add packageDmitry Vyukov2020-04-301-30/+5
* pkg/compiler: deduplicate Types in descriptionsDmitry Vyukov2020-04-261-1/+1
* tools/syz-check: extend usage docsDmitry Vyukov2020-03-181-3/+22
* all: fix new golangci-lint warningsDmitry Vyukov2020-03-131-3/+3
* sys/linux: add ethtool netlink descriptionsDmitry Vyukov2020-01-281-1/+1
* tools/syz-check: add limited checking of varlen structsDmitry Vyukov2020-01-231-6/+13
* sys/linux: check for missing/duplicate netlink attrsDmitry Vyukov2020-01-231-3/+64
* sys/linux: fix more netlink warningsDmitry Vyukov2020-01-231-9/+38
* tools/syz-check: improve matching netlink attributesDmitry Vyukov2020-01-221-48/+102
* tools/syz-check: check netlink policy descriptionsDmitry Vyukov2020-01-221-17/+297
* sys/linux: fix sigset_t/sigaction layout on armDmitry Vyukov2020-01-181-0/+3
* tools/syz-check: also check arm/arm64Dmitry Vyukov2020-01-181-13/+15
* tools/syz-check: check amd64 and 386 at the same timeDmitry Vyukov2019-12-222-40/+80
* tools/syz-check: check templatesDmitry Vyukov2019-12-221-10/+28
* tools/syz-check: add some TODOsDmitry Vyukov2019-12-221-0/+12
* tools/syz-check: inject description compilation warningsDmitry Vyukov2019-12-201-8/+10
* pkg/compiler: fix bitfield layout bugDmitry Vyukov2019-12-201-6/+10
* prog: refactor bitfields representationDmitry Vyukov2019-12-191-5/+3