Age | Commit message (Expand) | Author | Files | Lines |
2015-07-10 | find: add -inum option | Greg Hackmann | 1 | -0/+4 |
2015-05-10 | Cleanups of dirtree_start() calls. (Don't need to feed in flag values, just | Rob Landley | 1 | -1/+1 |
2015-05-09 | Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out from | Rob Landley | 1 | -6/+3 |
2015-03-21 | Another bug from David Halls: find -exec wasn't consuming its argument when i... | Rob Landley | 1 | -2/+3 |
2015-03-12 | Make find accept numeric uid/gid, and simplify makedevs using the new infrast... | Rob Landley | 1 | -2/+2 |
2015-03-02 | On 64 bit, subtracting two pointers produces a long result. On 32 bit, it's a... | Rob Landley | 1 | -1/+1 |
2014-11-22 | As long as Android's going to require fortify, fixup the warnings it generates. | Rob Landley | 1 | -3/+8 |
2014-09-14 | find -xdev should return mount points, just not contents. | Rob Landley | 1 | -1/+1 |
2014-09-14 | Split xpopen() into xpopen_both(), xpopen(), and xrun() depending on whether ... | Rob Landley | 1 | -1/+1 |
2014-09-08 | Add error test and fix memory leak, reported by Ashwini Sharma. | Rob Landley | 1 | -4/+9 |
2014-08-07 | Fix -mindepth and -maxdepth to not drill down into excluded directories. | Rob Landley | 1 | -2/+7 |
2014-08-05 | More find bugfixes. | Rob Landley | 1 | -1/+2 |
2014-08-05 | Rereading posix find.c page: "Specifying more than one of the mutually-exclus... | Rob Landley | 1 | -1/+1 |
2014-08-05 | find.c: Posix wants loop detection. | Rob Landley | 1 | -0/+10 |
2014-08-05 | Building busybox from source needs find -not (a synonym for posix's "!"). | Rob Landley | 1 | -1/+2 |
2014-08-04 | find.c: add -mindepth, -maxdepth, and document -newer and -depth. | Rob Landley | 1 | -8/+19 |
2014-08-03 | Implement exec -user, -group, and -newer. Enable find in defconfig. | Rob Landley | 1 | -65/+73 |
2014-08-02 | Unbreak find -exec. | Rob Landley | 1 | -42/+50 |
2014-07-30 | find.c: fix -iname. | Rob Landley | 1 | -6/+8 |
2014-07-29 | find.c: first pass at case case insensitivity and exec. (Needs more debugging.) | Rob Landley | 1 | -61/+254 |
2014-07-18 | Find bugfixes. | Rob Landley | 1 | -1/+2 |
2014-07-16 | Write a new find. Not quite done, but the basics work. | Rob Landley | 1 | -0/+294 |