aboutsummaryrefslogtreecommitdiff
path: root/support/fuse.h
AgeCommit message (Collapse)AuthorFilesLines
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2024-09-21support: Add valgrind instructions to <support/fuse.h>Florian Weimer1-2/+4
Replacing an outdated comment (namespace setup is now handled by support_fuse_init).
2024-09-05support: Add FUSE-based file system test framework to support/Florian Weimer1-0/+215
This allows to monitor the exact file system operations performed by glibc and inject errors. Hurd does not have <sys/mount.h>. To get the sources to compile at least, the same approach as in support/test-container.c is used. Reviewed-by: DJ Delorie <dj@redhat.com>