Age | Commit message (Expand) | Author |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-03-07 | v1/v2 find is different to pwb/v5 find | Jonathan Gray |
2020-11-23 | The -exec primary is terminated by either ';' or '+', but the latter | Alexander Hall |
2020-09-30 | Now that dprintf(3) uses format string annotation checking, a sizeof() | Theo de Raadt |
2020-08-14 | '!' does not need to be escaped; | Jason McIntyre |
2020-04-09 | Account for environment when computing maximum space used for args | Jeremie Courreges-Anglas |
2020-04-09 | find -exec +: use sysconf to find the kernel's idea of ARG_MAX | Jeremie Courreges-Anglas |
2019-09-02 | More correction of section 3 layout. directory->opendir, fts->fts_open, | Theo de Raadt |
2019-08-23 | Use -delete in EXAMPLES | kn |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-02-05 | dev_t is signed to permit passing -1 as an invalid condition, but the | Theo de Raadt |
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 |