summaryrefslogtreecommitdiff
path: root/usr.bin/find
AgeCommit message (Expand)Author
2018-12-06add -not as a sh friendly alias for !.Ted Unangst
2018-09-16Use uid_from_user(3) and gid_from_group(3) in utilities thatTodd C. Miller
2018-08-01document when -exec evaluates to true; from kris katterjohnJason McIntyre
2018-08-01Update a comment to include -delete, -execdir, -ls and -print0 amongTheo Buehler
2018-08-01Document that -delete and -execdir prevent -print from being assumed.Theo Buehler
2017-12-08Convert snprintf+write into dprintf. It is simply easier to read, andTheo de Raadt
2017-01-04If find(1) may end up calling execve(2), it needs "proc exec" in additionTheo Buehler
2017-01-03tweak previous;Jason McIntyre
2017-01-03add -delete option which can simplify the common case of wanting to deleteTed Unangst
2015-10-10normalize a few more tame request orderings, to help reviewTheo de Raadt
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-05If expression omits -exec/execdir/-ok primaries, then find will neverTheo de Raadt
2015-09-11delete bogus escaping from ellipsis to forestall cargo cult effectsIngo Schwarze
2015-07-14Don't dereference a freed pointer when updating the value of p.Todd C. Miller
2015-07-14Convert the last remaining realloc() in find to reallocarray().Todd C. Miller
2015-07-14In brace_subst() if we realloc() the store, update p so that itTodd C. Miller
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-03-15tzfile.h is an internal header that should never have been installed.Todd C. Miller
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2015-01-19Make some $OpenBSD$ lines prettier/standardier by eliminatingKenneth R Westerback
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-12-03document -o and -a; requested by yonJason McIntyre
2014-12-01Use warnc() to use the correct errno value for FTS_DNR, FTS_NS andTodd C. Miller
2014-05-18use reallocarrayMarc Espie
2014-03-20- use more portable -o in examples, requested by millert and sobradoJason McIntyre
2014-01-20Obvious .Xr fixes, found while testing mandocdb(8).Ingo Schwarze
2014-01-10Copy changes from ls -l to find -ls: print future times with year and usePhilip Guenther
2013-11-15Include unistd.h as it is the standard location for getopt().Todd C. Miller
2013-04-23handle large ino_t; ok millertTheo de Raadt
2013-04-20adjust commentTheo de Raadt
2013-04-19handle large numbers. this fixes time_t beyond 2038, constrains theTheo de Raadt
2013-03-14-follow is the same as -L, not -HAlexander Hall
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-01-05-execdir only supports the first form of -exec with ; suffix, not the newStuart Henderson
2012-01-05Fix typos in comment (s,exacty,exactly,)Stuart Henderson
2012-01-03- use more consistent markupJason McIntyre
2012-01-02Add support for "find ... -exec foo {} \+".Pascal Stumpf
2011-06-14exit if there is an unknown option; from FreeBSDChristian Weisgerber
2011-04-21find: return exit code 1 if any path could not be traversedJacek Masiulaniec
2011-02-13As noticed by Clint Pachl <pachl at ecentryx dot com>,Ingo Schwarze
2010-12-01Don't error out if we can't opendir() when -empty is used.Todd C. Miller
2010-09-29various EXIT STATUS fixes; from Daniel DickmanJason McIntyre
2010-09-20oops! missing quote in previous;Jason McIntyre
2010-09-19Shorten text pointing from -X to -print0.Ingo Schwarze
2010-07-15More delimiters that need quoting inside macros, hunted down by jmc@,Ingo Schwarze
2010-02-03make it clear that -iname supports globbing;Ingo Schwarze
2009-12-20Use the standard wording, requested by jmc@.Ingo Schwarze
2009-12-20find -LH was -L, but must be -H according to POSIX;Ingo Schwarze
2009-12-09We only need to fchdir(dotfd) for the -exec and -ok primaries soTodd C. Miller
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt