summaryrefslogtreecommitdiffstats
path: root/src/mtab.c
AgeCommit message (Expand)Author
2023-05-03style: Don't use tabs to indent preprocessor directivesTavian Barnes
2023-01-31mtab: Explicitly initialize parent_retTavian Barnes
2023-01-25Replace license boilerplate with SPDX tagsTavian Barnes
2023-01-25mtab: Flags are separated with | not ,Tavian Barnes
2023-01-25mtab: Keep parent dirs open during fill_types()Tavian Barnes
2023-01-25mtab: Always fill in the root fstypeTavian Barnes
2023-01-22mtab: Mitigate the race between bfs_mtab_parse() and bfs_mtab_fill_types()Tavian Barnes
2023-01-19bfstd: New wrappers for dirname()/basename()Tavian 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-04-16Source / Include Folder (#88)トトも