aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_netlink_generic_nfc.txt.const
Commit message (Collapse)AuthorAgeFilesLines
* pkg/compiler: add consts to all files that mention themDmitry Vyukov2024-11-131-0/+24
| | | | | | | | | 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: regenerate automatic descriptionsDmitry Vyukov2024-11-111-0/+1
|
* sys/linux: remove auto-manual descriptions and run syz-declextractPimyn Girgis2024-09-091-2/+0
|
* sys/linux: result of running syz-declextractPimyn Girgis2024-09-031-23/+0
| | | | Added the result of running syz-declextract. Added auto-manual.txt containing necessary manually written descriptions.
* sys/linux: add NFC netlink descriptionsDmitry Vyukov2022-11-131-0/+43
Add NFC netlink descriptions and improve socket descriptions a bit.