summaryrefslogtreecommitdiffstats
path: root/posix1e.h
Commit message (Collapse)AuthorAgeFilesLines
* fsade: Refactor the POSIX.1e abstractionsTavian Barnes2019-05-241-48/+0
| | | | | | | 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.
* Add some documentation commentsTavian Barnes2019-02-091-0/+7
|
* util: Allow configuration macros to be specified with -DTavian Barnes2019-02-011-1/+1
| | | | In case we need to override them at build time.
* posix1e: Don't #include <sys/capability.h> on FreeBSDTavian Barnes2019-01-031-0/+8
| | | | | | | | The file is there by default, but deprecated and not a POSIX.1E implementation. While I'm at it, move the logic to posix1e.h so other files aren't burdened with an extra include. Fixes the other half of #40.
* posix1e: Split out ACL and capability handling from utilTavian Barnes2019-01-021-0/+33