aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/find.c
AgeCommit message (Expand)Author
2014-08-07Fix -mindepth and -maxdepth to not drill down into excluded directories.Rob Landley
2014-08-05More find bugfixes.Rob Landley
2014-08-05Rereading posix find.c page: "Specifying more than one of the mutually-exclus...Rob Landley
2014-08-05find.c: Posix wants loop detection.Rob Landley
2014-08-05Building busybox from source needs find -not (a synonym for posix's "!").Rob Landley
2014-08-04find.c: add -mindepth, -maxdepth, and document -newer and -depth.Rob Landley
2014-08-03Implement exec -user, -group, and -newer. Enable find in defconfig.Rob Landley
2014-08-02Unbreak find -exec.Rob Landley
2014-07-30find.c: fix -iname.Rob Landley
2014-07-29find.c: first pass at case case insensitivity and exec. (Needs more debugging.)Rob Landley
2014-07-18Find bugfixes.Rob Landley
2014-07-16Write a new find. Not quite done, but the basics work.Rob Landley