aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket.txt.const
Commit message (Collapse)AuthorAgeFilesLines
* pkg/compiler: add consts to all files that mention themDmitry Vyukov2024-11-131-0/+16
| | | | | | | | | 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: remove references to DECnetHrutvik Kanabar2022-10-271-1/+0
| | | | | This was removed from the upstream kernel in: torvalds/linux@1202cdd665315c525b5237e96e0bedc76d7e754f
* sys/linux: regenerate consts, remove ipxDmitry Vyukov2021-10-131-2/+0
| | | | | | Regenerate const files on the latest upstream tree. Remove IPX support since it was removed from the kernel in 7a2e838d28 ("staging: ipx: delete it from the tree").
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-0/+407
This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983