aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/binfmt.txt.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: regenerate descriptionsDmitry Vyukov2024-10-251-0/+2
| | | | Regenerate descriptions on kernel commit 715ca9dd687f89ddaac8ec8ccb3b5e5a30311a99.
* sys/linux: add syz_create_resourceDmitry Vyukov2024-09-191-0/+4
| | | | | | | | syz_create_resource allows to turn any value into a resource. Improve binfmt descriptions using syz_create_resource: we need to pass the same file name to write syscalls and execve. Use syz_create_resource to improve binfmt descriptions.
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-0/+26
This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983