aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_netlink_arm.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-59/+0
| | | | | | | This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983
* sys/linux: add NETLINK_SOCK_DIAG descriptionsDmitry Vyukov2020-02-211-1/+0
| | | | Incomplete, but something.
* sys/linux: add NETLINK_RDMA descriptionsDmitry Vyukov2020-02-211-2/+0
|
* pkg/compiler: check for unused declarationsDmitry Vyukov2018-06-301-8/+0
| | | | | Error on unused structs/unions/resources/flags. Finds tons of bugs.
* sys/linux: regenerate arm consts + small netlink fixedDmitry Vyukov2018-01-111-0/+2
| | | | | | | | Arm was broken on upstream kernel for some time due to some assembler error. Now it seems to be fixed, so regenerate consts. Also fix small issues in new netlink descriptions.
* sys/linux: assorted improvementsDmitry Vyukov2017-12-291-0/+9
| | | | Mostly extensions of API in 4.15.
* executor: move arm syscall fixup to syz-extractDmitry Vyukov2017-11-221-8/+8
|
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-0/+59