aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/init_alg_test.go
Commit message (Collapse)AuthorAgeFilesLines
* all: go fix everythingDmitry Vyukov2024-04-261-1/+0
|
* pkg: update generated files to go 1.17Alexey Kardashevskiy2021-07-071-0/+1
| | | | | | | | | | | "make generate" produces this diff when go 1.17 (go1.17-c95464f0ea3f==upstream) is used. Seems compatible with >=1.16. https://github.com/golang/go/commit/4d2d89ff42ca documents the syntax. https://github.com/golang/go/commit/eeadce2d8713 enforces "ignore" for unsatisfiable tags hence the pkg/csource/gen.go change. Signed-off-by: Alexey Kardashevskiy <aik@linux.ibm.com>
* sys/linux: update crypto algorithms listDmitry Vyukov2021-03-211-0/+13
| | | | Add some arm/arm64 algs + some missing x86 algs.
* gometalinter: enable misspellDmitry Vyukov2018-05-031-1/+1
| | | | Update #538
* all: fix gometalinter warningsDmitry Vyukov2018-03-081-0/+2
| | | | Fix typos, non-canonical code, remove dead code, etc.
* sys/linux: prefix non-autogenerated files with init_Dmitry Vyukov2017-11-241-0/+215