summaryrefslogtreecommitdiffstats
path: root/src/dir.c
AgeCommit message (Expand)Author
2023-05-03style: Don't use tabs to indent preprocessor directivesTavian Barnes
2023-04-07dir: Allow overriding BFS_GETDENTSTavian Barnes
2023-03-27dir: s/d_fileno/d_ino/Tavian Barnes
2023-03-27dir: Explicitly align struct bfs_dir for the trailing dirent bufferTavian Barnes
2023-03-27dir: Use getdents() on FreeBSD tooTavian Barnes
2023-03-27dir: Use libc's getdents64() wrapper if possibleTavian Barnes
2023-01-25Replace license boilerplate with SPDX tagsTavian 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: Use fewer BFS_*() wrappers for feature testingTavian Barnes
2022-04-16Source / Include Folder (#88)トトも