Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2016-10-09 | Renamed ioctl and poll examples | Nikolaus Rath | -41/+0 | |
The new names should make it more obvious at first glance what each example demonstrates. | ||||
2013-07-17 | Documentation fixes | Miklos Szeredi | -1/+1 | |
2013-06-20 | - added a doxygen main page | Joachim 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-18 | CUSE patches from Tejun Heo | Miklos Szeredi | -2/+17 | |
2008-12-05 | * Implement ioctl support. On high level interface only | Miklos 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 |