Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2018-03-28 | Fix build error on DragonFlyBSD (sync with other *BSD) (#240) | Tomohiro Kusumi | -1/+1 | |
DragonFlyBSD has no "bsd" in uname, so add 'dragonfly' to conditionals. -- e.g. uname(1) in DragonFlyBSD [root@ ~]# uname DragonFly [root@ ~]# python -c "import sys; print(sys.platform)" dragonfly5 | ||||
2017-08-25 | example/ioctl: build on FreeBSD, but add protocol check instead. | Nikolaus Rath | -5/+5 | |
2017-08-25 | examples/{ioctl,null}: don't build under FreeBSD instead of skipping tests. | Nikolaus Rath | -6/+8 | |
2017-08-24 | Renamed notify_inval_inode_fh to invalidate_path | Nikolaus Rath | -1/+1 | |
The previous name didn't make much sense. | ||||
2017-08-24 | Allow inode cache invalidation in high-level API | Sławek Rudnicki | -0/+1 | |
We re-introduce the functionality of invalidating the caches for an inode specified by path by adding a new routine fuse_invalidate_path. This is useful for network-based file systems which use the high-level API, enabling them to notify the kernel about external changes. This is a revival of Miklos Szeredi's original code for the fuse_invalidate routine. | ||||
2017-08-23 | Added examples/printcap | Nikolaus Rath | -1/+1 | |
2017-08-11 | Don't build passthrough_ll under BSD. | Nikolaus Rath | -2/+7 | |
2017-01-12 | Added experimental support for building with Meson+Ninja | Nikolaus Rath | -0/+29 | |