aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_binder.txt.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: add new binder ioctlDmitry Vyukov2022-06-071-0/+1
|
* sys/linux: add new binder ioctl'sDmitry Vyukov2021-10-211-0/+4
| | | | | | Add descriptions of the new BINDER_FREEZE, BINDER_GET_FROZEN_INFO and BINDER_ENABLE_ONEWAY_SPAM_DETECTION. See: https://elixir.bootlin.com/linux/v5.15-rc6/source/include/uapi/linux/android/binder.h#L249
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-0/+47
This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983