aboutsummaryrefslogtreecommitdiffstats
path: root/example/fioc.h
AgeCommit message (Collapse)AuthorLines
2016-10-09Renamed ioctl and poll examplesNikolaus Rath-41/+0
The new names should make it more obvious at first glance what each example demonstrates.
2013-07-17Documentation fixesMiklos Szeredi-1/+1
2013-06-20- added a doxygen main pageJoachim Schiele-0/+9
- modified all examples to be included in doxygen - modified the API documentation to have more details - added the 490px_FUSE_structure.svg.png (c) wikipedia
2009-06-18CUSE patches from Tejun HeoMiklos Szeredi-2/+17
2008-12-05* Implement ioctl support. On high level interface onlyMiklos Szeredi-0/+17
"restricted" ioctls are supported (which are defined with the _IO(), _IOR(), _IOW() or _IOWR() macros). Unrestricted ioctls will only be allwed to CUSE (Character Device in Userspace) servers. Patch by Tejun Heo