summaryrefslogtreecommitdiffstats
path: root/src/mtab.c
AgeCommit message (Expand)Author
13 daysbuild: Check for 1- and 2-argument getmntent() variantsTavian Barnes
13 daysbuild: Add a check for getmntinfo()Tavian Barnes
13 daysmtab: Fix getmntinfo() error checkTavian Barnes
2024-04-19Rename config.h to prelude.hTavian Barnes
2024-04-17mtab: Arena-allocate struct bfs_mountTavian Barnes
2024-02-05mtab: Take the basename directly in bfs_might_be_mount()Tavian Barnes
2023-12-18config: New variadic attr(...) macroTavian Barnes
2023-11-23mtab: Switch from darray to RESERVE()Tavian Barnes
2023-11-15config: New attr_maybe_unused macroTavian Barnes
2023-06-24Unify macro naming conventionsTavian Barnes
2023-06-20alloc: New header for memory allocation utilitiesTavian 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-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)トトも