summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-01-31Release 2.6.32.6.3Tavian Barnes
2023-01-31tests: Use close() wrappersTavian 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-24opt: Move probabilities out of the parserTavian Barnes
2023-01-24opt: Move costs out of the parserTavian Barnes
2023-01-24opt: Move always_{true,false} out of the parserTavian Barnes
2023-01-24opt: Move purity out of the parserTavian Barnes
2023-01-24opt: Use a table for simple range comparisonsTavian Barnes
2023-01-24opt: Use a table for simple predicatesTavian Barnes
2023-01-24opt: Use a table to look up optimizer functionsTavian Barnes
2023-01-22mtab: Mitigate the race between bfs_mtab_parse() and bfs_mtab_fill_types()Tavian Barnes
2023-01-22bfstd: Add O_SEARCH/O_EXEC fallbacksTavian Barnes
2023-01-19tests/xtouch: Fix macOS buildTavian Barnes
2023-01-19bfstd: New wrappers for dirname()/basename()Tavian Barnes
2023-01-19build: New $(LIBBFS) variable shared between the main binary and testsTavian Barnes
2022-12-29tests: Use bfs_sudo wrapper instead of testing $SUDOTavian Barnes
2022-12-16tests/bfs/printf_everything: Simplify double negationTavian Barnes
2022-12-16tests: New test for -fstype on a stacked mount pointTavian Barnes
2022-12-16tests: Save test stderr to separate filesTavian Barnes
2022-12-16tests: Fail early in bfs_diff if the diff failsTavian Barnes
2022-12-16tests: Print the skip reason for --verbose=skippedTavian Barnes
2022-12-16tests: Turn on set -eTavian Barnes
2022-12-16tests: Move crash detection into invoke_bfs, use ! instead of failTavian Barnes
2022-12-16tests: Replace skip_unless test with test || skipTavian Barnes
2022-12-15README: Fix the CI badgeTavian Barnes
2022-12-14tests: Fix crash when stderr is redirectedTavian Barnes
2022-12-14tests/posix/readdir_error: Fix flakinessTavian Barnes
2022-12-13tests: Add a test for readdir() errorsTavian Barnes
2022-12-09parse: Mark another variable with BFS_UNINIT()Tavian Barnes
2022-12-09config: New BFS_UNINIT() macro for intentionally uninitialized variablesTavian Barnes
2022-12-09ci/codeql: Rename the build stepTavian Barnes
2022-12-09Turn on more aggressive format string warningsTavian Barnes
2022-12-08Add BFS_FORMATTER() to vprintf()-type functions tooTavian Barnes
2022-12-08opt: Pass a va_list to bfs_vwarning(), not bfs_warning()Tavian Barnes
2022-12-08Merge pull request #98 from lgtm-migrator/codeqlTavian Barnes
2022-12-08Add CodeQL workflow for GitHub code scanningLGTM Migrator
2022-12-07trie: Use static_assert() instead of #errorTavian Barnes
2022-12-07config: New BFS_COUNTOF macroTavian Barnes
2022-12-05expr: Rename bfs_expr_has_children() to _is_parent()Tavian Barnes
2022-12-02tests: Allow wildcard patterns like "posix/*"Tavian Barnes
2022-11-30parse: Fix crash on -xdev -mountTavian Barnes
2022-11-30parse: Pass the right argument when warning about -O9Tavian Barnes
2022-11-30expr: Remove the singleton bfs_{true,false} expressionsTavian Barnes
2022-11-29expr: Remove the synthetic flagTavian Barnes
2022-11-29Dump expression trees in a multi-line formatTavian Barnes
2022-11-21config: Support target_clones on more platformsTavian Barnes