summaryrefslogtreecommitdiffstats
path: root/src/fsade.h
Commit message (Collapse)AuthorAgeFilesLines
* fsade: Implement ACL detection on IllumosTavian Barnes6 days1-1/+1
|
* config: Check for acl_get_file()Tavian Barnes6 days1-1/+1
|
* fsade: Simplify BFS_CAN_CHECK_CAPABILITIESTavian Barnes6 days1-6/+1
|
* Rename config.h to prelude.hTavian Barnes9 days1-1/+1
|
* fsade: Add libselinux wrappersTavian Barnes2024-04-101-0/+17
|
* config: Fold !__FreeBSD__ into BFS_USE_SYS_CAPABILITY_HTavian Barnes2023-10-051-1/+1
|
* config: Provide <stdalign.h> and <stdbool.h>Tavian Barnes2023-05-111-1/+0
| | | | In anticipation of C23, since those headers won't be necessary any more.
* style: Don't use tabs to indent preprocessor directivesTavian Barnes2023-05-031-4/+4
|
* Replace license boilerplate with SPDX tagsTavian Barnes2023-01-251-15/+2
| | | | | | | And while I'm at it, remove years from copyright declarations. Link: https://spdx.dev/about/ Link: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
* config: Split out some of util.h into a new headerTavian Barnes2022-11-061-1/+1
|
* util: Get rid of BFS_HAS_INCLUDE() wrapper for __has_include()Tavian Barnes2022-11-061-3/+3
| | | | | | | | | Since __has_include() needs special preprocessing rules (e.g. not expanding `linux` in `__has_include(<linux/stat.h>)`, macros that expand to __has_include() do not necessarily behave correctly. Instead, we have to directly test `#if __has_include(...)`. See https://bugs.llvm.org/show_bug.cgi?id=37990 for more details.
* Source / Include Folder (#88)トトも2022-04-161-0/+83
Moved Source Files Into `src` Folder