summaryrefslogtreecommitdiffstats
path: root/src/stat.c
AgeCommit message (Expand)Author
2023-06-24Unify macro naming conventionsTavian Barnes
2023-06-12stat: Make syscall support checks thread-safeTavian Barnes
2023-05-25sanity: Add wrappers for sanitizer interfacesTavian Barnes
2023-05-18Use bfs_bug("...") over assert(!"...")Tavian Barnes
2023-05-16Use SYS_* instead of __NR_*Tavian Barnes
2023-05-11config: Provide <stdalign.h> and <stdbool.h>Tavian Barnes
2023-05-03style: Don't use tabs to indent preprocessor directivesTavian Barnes
2023-01-25Replace license boilerplate with SPDX tagsTavian Barnes
2022-11-08tests/xtouch: Add some missing POSIX touch featuresTavian Barnes
2022-11-06bfstd: Rename from util and reorganize itTavian Barnes
2022-11-06config: Split out some of util.h into a new headerTavian Barnes
2022-11-06util: Get rid of BFS_HAS_INCLUDE() wrapper for __has_include()Tavian Barnes
2022-11-06util: Use fewer BFS_*() wrappers for feature testingTavian Barnes
2022-10-18stat: Check Android API level for statx() supportTavian Barnes
2022-05-29stat: Don't pass AT_NO_AUTOMOUNT on GNU Hurd before glibc 2.35Tavian Barnes
2022-05-12stat: Pass AT_NO_AUTOMOUNT if possibleTavian Barnes
2022-05-12stat: Keep statx()-specific flags separateTavian Barnes
2022-05-12stat: Factor the BFS_STAT_TRYFOLLOW retry logic outTavian Barnes
2022-05-12stat: Rename some feature detection macrosTavian Barnes
2022-04-16Source / Include Folder (#88)トトも