Age | Commit message (Collapse) | Author | Lines |
|
IN a bunch of comments we say 'under the terms of the GNU GPL', make
it clear this is GPLv2 (as LICENSE says).
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
|
|
Fixes: #208.
|
|
|
|
|
|
This triggered undefined behaviour warnings from UBSan.
|
|
"No break at the end of case cuse.c /example line 235 Code Analysis Problem"
|
|
Fixes: #81.
|
|
An earlier version of the fioclient.c example was intended to be
used together with cusexmp.c. The former has since evolved into
ioctl_client.c and no longer has the function necessary to test
CUSE. Therefore, we've added a new cuse_client.c that is clearly
associated with the cuse.c example file system.
|