| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Previously bfs would trigger automounts even when it didn't descend into
the mount directory, while GNU find does not.
|
|
|
|
|
| |
Previously, if statx() was unsupported at runtime, we could end up
passing AT_STATX_DONT_SYNC to fstatat() which doesn't expect it.
|
| |
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Fixes: 7241d6cc35134fcb5ec6dfa81bbd01e430b2415f
|
| |
|
|
Moved Source Files Into `src` Folder
|