| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/compiler: add consts to all files that mention them | Dmitry Vyukov | 2024-11-13 | 1 | -0/+2 |
| | | | | | | | | | | We already do this in most cases except for template structs (nlattr notably). Add consts that are used in template structs to all files that use them. This helps to avoid flakiness, and allows to replace descriptions files with other descriptions files without regenerating all const files. This also fixes check for presence of descriptions for sys/linux/auto.txt.json. | ||||
| * | sys/linux: switch to the new .const format | Dmitry Vyukov | 2020-08-13 | 1 | -0/+7 |
| This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983 | |||||
