| Age | Commit message (Expand) | Author |
| 2009-11-06 | Clarify (hopefully) the description of -remove. | dsl |
| 2009-10-15 | Use -compact + explicit .Pp instead of .sp with negative line length. | joerg |
| 2009-04-14 | Enable WARNS=4 by default for usr.bin, except for: | lukem |
| 2009-01-04 | Fix first part of PR 38987 by Robert Elz: | wiz |
| 2008-12-29 | fix dev_t format | christos |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2007-09-25 | revert previous thinko | lukem |
| 2007-09-25 | remove unnecessary #include | lukem |
| 2007-07-19 | Add the '-E' option to interpret regexes as extended regexes. While we | daniel |
| 2007-07-17 | eliminate MFSNAMELEN | christos |
| 2007-03-08 | Remove macrobreaking whitespace. | wiz |
| 2007-02-08 | Add a missing "can". Update date. | perry |
| 2007-02-06 | make -rm an alias for -delete | perry |
| 2007-02-06 | Document -rm as an alias for -delete, and document that both -delete | perry |
| 2007-02-06 | Add -delete from FreeBSD. | elad |
| 2007-02-02 | fix spello (from Anon Ymous) | christos |
| 2007-02-02 | Fix typo. | wiz |
| 2007-02-01 | document -xdev [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 | Document "find ... -exec ... {} +". Also make some other minor updates. | apb |
| 2006-10-07 | Add support for "find ... -exec ... {} +". | apb |
| 2006-10-07 | Add some missing entries in lists, and some serial commas. | apb |
| 2006-09-23 | PR32022 - Clarify find(1) syntax documentation about parenthesized expressions | uebayasi |
| 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-19 | Revert, as requested by cube@. | elad |
| 2005-10-19 | Strip trailing slashes before using the path. | elad |
| 2005-10-12 | Bump date for previous. | wiz |
| 2005-10-12 | This adds -fprint function. The primary name "-fprint" (but not the | reed |
| 2005-10-01 | fix setmode error handling. | christos |
| 2005-08-10 | add a "file" to the arguments that isn't enclosed in square brackets | mrg |
| 2005-01-19 | Use FD_CLOEXEC (for -exec). | mycroft |
| 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-04-19 | tweak roff in previous | lukem |
| 2004-04-19 | Use "sysctl vfs.generic.fstypes" to determine the list of available fstypes. | lukem |
| 2004-03-31 | Bump date for previous, and sort a bit. | wiz |
| 2004-03-30 | Mention -type w, which is coded as a synonym for W (whitespace). | heas |
| 2004-03-30 | Whitespace nit | heas |
| 2004-03-30 | Do not skip whiteout files returned by fts_read(), which only returns them if | 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-06-26 | Change macro usage so it works correctly with 1.19. | wiz |
| 2003-05-22 | protect from signals properly. | yamt |