| Age | Commit message (Expand) | Author |
| 2018-09-04 | Inspired by PR pkg/53543 | kre |
| 2017-06-13 | PR/52295: Anthony Mallet: find -delete: "relative path not safe" with absolute | christos |
| 2016-06-13 | Fix missing quote. Resolve automated test failure. | pgoyette |
| 2016-06-13 | Add new primaries -asince, -csince, and -since to compare file's | pgoyette |
| 2016-06-12 | Extend the numeric handling for uids with -user to gids with -group, and | dholland |
| 2013-05-04 | find(1): Compare timestamp in nsec scale in -anewer/-cnewer/-newer. | uebayasi |
| 2012-08-26 | Make order of words in comment consistent with that within other | wiz |
| 2012-05-05 | rest of previous. | dholland |
| 2012-05-05 | typo in comment | dholland |
| 2012-03-20 | Use C89 function definitions | matt |
| 2011-09-22 | Fix unchecked malloc, check for overflow (Maksymilian Arciemowicz) | christos |
| 2011-02-24 | Don't error out while searching for empty directories, from FreeBSD: | jmcneill |
| 2011-01-06 | Fix "-exec blah blah {} +" so it only matches when the {} is last, as | dholland |
| 2007-07-19 | Add the '-E' option to interpret regexes as extended regexes. While we | daniel |
| 2007-07-17 | eliminate MFSNAMELEN | christos |
| 2007-02-06 | Add -delete from FreeBSD. | elad |
| 2007-02-02 | fix spello (from Anon Ymous) | christos |
| 2006-12-14 | Adapt find to the move of string_to_flags() and flags_to_string() to | he |
| 2006-11-09 | eliminate alloca use. | christos |
| 2006-10-12 | All members of PLAN should be initialized. | tacha |
| 2006-10-11 | De-__P(), remove trailing spaces, sprinkle a few const, WARNS=4. | apb |
| 2006-10-07 | Add support for "find ... -exec ... {} +". | apb |
| 2006-08-26 | More programs using efun. | christos |
| 2006-05-10 | quell GCC 4.1 uninitialised variable warnings. | mrg |
| 2006-02-20 | Add a new primary '-exit n': | jschauma |
| 2005-11-09 | Add -false switch. From man page: | reed |
| 2005-10-12 | This adds -fprint function. The primary name "-fprint" (but not the | reed |
| 2005-10-01 | fix setmode error handling. | christos |
| 2004-12-28 | Attack of the whiteout police, including the "fix whitespace problems" | atatat |
| 2004-04-21 | Replace the statfs() family of system calls with statvfs(). | christos |
| 2004-03-30 | Whitespace nit | heas |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-03 | Implement -iname for case insensitive matching on file names. | provos |
| 2003-07-12 | strlcpy | itojun |
| 2003-01-30 | Obey preceding - and + on -user when a numeric uid is specified (only). | jhawk |
| 2003-01-26 | With -printx also qoute $ and ` (since they are shell metacharaters). | matt |
| 2002-09-27 | support for -empty, -execdir, -mindepth, -maxdepth to match other UNIX-like | provos |
| 2001-12-02 | Since we've already been down that road with -cnewer, support GNU find(1)'s | kleink |
| 2001-12-01 | Add a "cnewer" primary which evaluates true if a file has a more recent | kleink |
| 2001-09-21 | Reallocate memory correctly while substituting the braces. | enami |
| 2001-09-18 | Back out previous vfork->fork change now that the cause of the problem | simonb |
| 2001-09-14 | Use fork() instead of vfork(). The child calls execvp(), which calls | simonb |
| 2001-02-05 | fixed nested externs | christos |
| 2000-10-10 | - The type of return value of setmode is a void * and getmode takes it, | enami |
| 2000-03-16 | Cosmetic changes. | enami |
| 1999-11-09 | Since our gcc doesn't warn about NULL format strings anymore, we can | drochner |
| 1999-07-20 | add -regex and -iregex primaries which, like GNU find's primaries of the | cgd |
| 1999-02-04 | Don't choke on file size specifications (legitimately) exceeding LONG_MAX. | kleink |
| 1999-01-16 | Add GNU-style -{a,c,m}min primaries. | simonb |
| 1999-01-12 | Add support for -printx, which quotes pathnames in an xargs friendly way. | lukem |