aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/filesystem_arm64.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-66/+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 timeout call attributesDmitry Vyukov2020-04-191-0/+1
| | | | | | | Move additional call/prog timeouts to descriptions. Due to this logic duplication executor used 50ms for syz_mount_image, while pkg/csource used 100ms.
* sys/linux: update descriptions of sendmsg/sendmmsgBins942019-06-031-6/+6
| | | | | Add sendmsg$inet, sendmmsg$inet for ip_cmsg_send. Add sendmsg$inet6, sendmmsg$inet6 for ip6_datagram_send_ctl
* sys/linux: add definitions of fsopen, fspick, fsconfig, fsmount, move_mount ↵Dmitry Vyukov2019-05-101-0/+28
| | | | syscalls
* sys/linux: add description of open_tree syscallDmitry Vyukov2019-05-101-0/+7
|
* sys/linux: add support for mounting filesystem imagesDmitry Vyukov2018-03-301-0/+30