summaryrefslogtreecommitdiffstats
path: root/posix1e.h
Commit message (Collapse)AuthorAgeFilesLines
* 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