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