aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/ipc_386.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-58/+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 {MSG,SEM,SHM}_STAT_ANYDmitry Vyukov2019-12-301-0/+3
|
* sys/linux: regenerate and fix const filesDmitry Vyukov2019-03-141-10/+10
| | | | | | | | 1. Move fsverity descriptions to a separate file which is not regenerated automatically. It was dropped from linux-next. 2. Fix tlk_device.txt name in syz-extract. 3. Update some socket consts e.g. s/SO_TIMESTAMPING/SO_TIMESTAMPING_OLD/. 4. Regenerate const files on current upstream head.
* sys/linux: regenerate constsDmitry Vyukov2019-02-121-10/+10
| | | | Regenereate consts on latest linux-next.
* sys/linux: move {i,fa}notify into own filesDmitry Vyukov2019-02-071-10/+10
|
* sys/linux: fix up mptcp descriptionsDmitry Vyukov2019-01-251-10/+10
| | | | | | | 1. Generate .const files for all arches. 2. Don't extract mptcp consts on android. 3. Remove mptcp includes from vnet.txt. 4. Enable CONFIG_MPTCP in syz-extract (mptcp is not like all other kernel headers).
* sys/linux: regenerate const filesDmitry Vyukov2019-01-241-10/+10
| | | | (on linux-next)
* sys/syz-extract: save unsupported consts to the const filesDmitry Vyukov2018-02-011-0/+12
| | | | | | | | | | | We currently print unsupported consts to console during make extract. But this is not very useful as there are too many output now. This also does not allow to understand what's unsupported in newly checked-in descriptions, or what's unsupported in all current decriptions. Save unsupported consts to the const files instead. This solves all of the above problems.
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-0/+43