summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2022-07-05Release 2.6.12.6.1Tavian Barnes
2022-05-29stat: Don't pass AT_NO_AUTOMOUNT on GNU Hurd before glibc 2.35Tavian Barnes
Link: https://buildd.debian.org/status/fetch.php?pkg=bfs&arch=hurd-i386&ver=2.6-1&stamp=1653764526 Link: https://sourceware.org/git/?p=glibc.git;a=commit;h=13710e7e6af6c8965cc9a63a0660cb4ce1966557
2022-05-21Release 2.62.6Tavian Barnes
2022-05-13parse: Warn on paths found within -excludeTavian Barnes
2022-05-12stat: Pass AT_NO_AUTOMOUNT if possibleTavian Barnes
Previously bfs would trigger automounts even when it didn't descend into the mount directory, while GNU find does not.
2022-05-12stat: Keep statx()-specific flags separateTavian Barnes
Previously, if statx() was unsupported at runtime, we could end up passing AT_STATX_DONT_SYNC to fstatat() which doesn't expect it.
2022-05-12stat: Factor the BFS_STAT_TRYFOLLOW retry logic outTavian Barnes
2022-05-12stat: Rename some feature detection macrosTavian Barnes
2022-05-11color: Don't colorize capable files by defaultTavian Barnes
GNU ls changed this default in coreutils 9.1, since checking capabilities has a severe performance penalty. Link: https://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=6b5134770d35b045e5a9219bf4a216324e0113d3
2022-05-11color: Only check ln=target onceTavian Barnes
Fixes: 7241d6cc35134fcb5ec6dfa81bbd01e430b2415f
2022-05-11main: Avoid a gotoTavian Barnes
2022-04-16Source / Include Folder (#88)トトも
Moved Source Files Into `src` Folder