aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_netlink_route_sched.txt.const
Commit message (Collapse)AuthorAgeFilesLines
* pkg/compiler: add consts to all files that mention themDmitry Vyukov2024-11-131-0/+1
| | | | | | | | | 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/+153
|
* sys/linux: result of running syz-declextractPimyn Girgis2024-09-251-0/+6
|
* sys/linux: remove auto-manual descriptions and run syz-declextractPimyn Girgis2024-09-091-33/+0
|
* sys/linux: result of running syz-declextractPimyn Girgis2024-09-031-121/+0
| | | | Added the result of running syz-declextract. Added auto-manual.txt containing necessary manually written descriptions.
* sys/linux: result of running syz-declextract and syz-env make extract on the ↵Pimyn Girgis2024-08-221-5/+0
| | | | default config of the Linux kernel
* sys/linux: run make extractAleksandr Nogikh2024-01-301-31/+0
| | | | | Split out deprecated descriptions from socket_netlink_route_sched.txt. Adjust outdated descriptions.
* sys/linux: fix bugs pointed out by syz-checkDmitry Vyukov2022-01-131-0/+5
| | | | Update #590
* sys/linux: add fq_pie description for netlink_route_schedMara Mihali2021-05-261-0/+12
|
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-0/+580
This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983