| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This fixes some potential missing output when the same file is used in a
redirection and something like -fprint. The main benefit is smarter
handling of /dev/stdout, which will now share the CFILE* with cout.
|
|
|
|
|
| |
This matches the behaviour of GNU find, and allows bfs to match the
output of BSD find as well. Fixes #77.
|
|
|
|
|
|
| |
This lets us keep more open FDs cached in bftw(). The limit is lowered
before running -exec commands, in case they're incompatible with a high
limit (e.g. due to select()).
|
| |
|
|
|
|
| |
Thanks to https://github.com/include-what-you-use/include-what-you-use
|
| |
|
| |
|
| |
|
|
The API remains similar, with some added accessor functions for lazy
initialization of the pwcache and mtab.
|