aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/fuse.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: rename fuse.txt to fs_fuse.txtAndrey Konovalov2020-06-121-268/+0
|
* pkg/compiler: refactor attribute handlingDmitry Vyukov2020-04-191-1/+1
| | | | | | | | | | | | Introduce common infrastructure for describing and parsing attribute instead of custom per-attribute code scattered across several locations. Change align attribute syntax from the weird align_N to align[N]. This also allows to use literal constants as N. Introduce notion of builtin constants. Currently we have only PTR_SIZE, which is needed to replace align_ptr with align[PTR_SIZE].
* sys/linux: fix 240 warnings in descriptionsDmitry Vyukov2019-12-201-12/+15
| | | | | | Sweeping fix of everything up to socket_netlink_route.txt. Update #590
* sys/linux: add new consts/flags/fields here and thereDmitry Vyukov2019-05-101-2/+2
| | | | Add a bunch of new small interfaces in 5.2: new consts, flags, fields, etc.
* sys/linux: treat cuse as fuseDmitry Vyukov2018-08-261-1/+2
| | | | | | It's mostly fuse. Also regenerate consts on latest kernel.
* sys/linux: improve fuse descriptionsDmitry Vyukov2018-07-121-70/+215
|
* sys/linux: implement fuse as normal syscallsDmitry Vyukov2018-07-101-4/+25
| | | | | Remove syz_fuse* and implement them as normal syscalls. We not have enough expressive power to form mount options.
* sys/linux: improve fuse descriptionsDmitry Vyukov2017-11-271-68/+25
|
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-0/+141