summaryrefslogtreecommitdiffstats
path: root/fsade.h
AgeCommit message (Collapse)Author
2020-08-13Implement -xattrnameTavian Barnes
From macOS find.
2020-05-22Fix spelling mistake in fsade.hrHermes
2020-01-09Release 1.5.21.5.2Tavian Barnes
2020-01-08fsade: Support checking for xattrs (extattrs) on FreeBSDTavian Barnes
2019-05-24Implement -xattr predicateTavian Barnes
2019-05-24fsade: Refactor the POSIX.1e abstractionsTavian Barnes
Since we're going to want to abstract more things that aren't part of POSIX.1e (like xattrs) in a similar way, let's give this a more generic name. And while we're at it, give it some more precise error reporting, and add some tests.