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