aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_unix_arm.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-22/+0
| | | | | | | This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983
* pkg/compiler: support non-zero terminated filenamesDmitry Vyukov2018-04-021-0/+1
| | | | | | | | | | | | | | | Now file names become: string[filename] with a possibility of using other string features: stringnoz[filename] string[filename, CONST_SIZE] and filename is left as type alias as it is commonly used: type filename string[filename]
* executor: move arm syscall fixup to syz-extractDmitry Vyukov2017-11-221-12/+12
|
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-0/+21