summaryrefslogtreecommitdiffstats
path: root/src/mtab.c
Commit message (Expand)AuthorAgeFilesLines
* Unify macro naming conventionsTavian Barnes2023-06-241-14/+14
* alloc: New header for memory allocation utilitiesTavian Barnes2023-06-201-3/+2
* config: Provide <stdalign.h> and <stdbool.h>Tavian Barnes2023-05-111-1/+0
* style: Don't use tabs to indent preprocessor directivesTavian Barnes2023-05-031-10/+10
* mtab: Explicitly initialize parent_retTavian Barnes2023-01-311-1/+1
* Replace license boilerplate with SPDX tagsTavian Barnes2023-01-251-15/+2
* mtab: Flags are separated with | not ,Tavian Barnes2023-01-251-1/+1
* mtab: Keep parent dirs open during fill_types()Tavian Barnes2023-01-251-27/+56
* mtab: Always fill in the root fstypeTavian Barnes2023-01-251-1/+1
* mtab: Mitigate the race between bfs_mtab_parse() and bfs_mtab_fill_types()Tavian Barnes2023-01-221-2/+35
* bfstd: New wrappers for dirname()/basename()Tavian Barnes2023-01-191-2/+3
* bfstd: Rename from util and reorganize itTavian Barnes2022-11-061-1/+1
* config: Split out some of util.h into a new headerTavian Barnes2022-11-061-4/+1
* util: Get rid of BFS_HAS_INCLUDE() wrapper for __has_include()Tavian Barnes2022-11-061-2/+2
* Source / Include Folder (#88)トトも2022-04-161-0/+246