summaryrefslogtreecommitdiff
path: root/usr.bin/find
AgeCommit message (Expand)Author
2009-11-06Clarify (hopefully) the description of -remove.dsl
2009-10-15Use -compact + explicit .Pp instead of .sp with negative line length.joerg
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2009-01-04Fix first part of PR 38987 by Robert Elz:wiz
2008-12-29fix dev_t formatchristos
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-09-25revert previous thinkolukem
2007-09-25remove unnecessary #includelukem
2007-07-19Add the '-E' option to interpret regexes as extended regexes. While wedaniel
2007-07-17eliminate MFSNAMELENchristos
2007-03-08Remove macrobreaking whitespace.wiz
2007-02-08Add a missing "can". Update date.perry
2007-02-06make -rm an alias for -deleteperry
2007-02-06Document -rm as an alias for -delete, and document that both -deleteperry
2007-02-06Add -delete from FreeBSD.elad
2007-02-02fix spello (from Anon Ymous)christos
2007-02-02Fix typo.wiz
2007-02-01document -xdev [from Anon Ymous]christos
2006-12-14Adapt find to the move of string_to_flags() and flags_to_string() tohe
2006-11-09eliminate alloca use.christos
2006-10-12All members of PLAN should be initialized.tacha
2006-10-11De-__P(), remove trailing spaces, sprinkle a few const, WARNS=4.apb
2006-10-07Document "find ... -exec ... {} +". Also make some other minor updates.apb
2006-10-07Add support for "find ... -exec ... {} +".apb
2006-10-07Add some missing entries in lists, and some serial commas.apb
2006-09-23PR32022 - Clarify find(1) syntax documentation about parenthesized expressionsuebayasi
2006-08-26More programs using efun.christos
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-02-20Add a new primary '-exit n':jschauma
2005-11-09Add -false switch. From man page:reed
2005-10-19Revert, as requested by cube@.elad
2005-10-19Strip trailing slashes before using the path.elad
2005-10-12Bump date for previous.wiz
2005-10-12This adds -fprint function. The primary name "-fprint" (but not thereed
2005-10-01fix setmode error handling.christos
2005-08-10add a "file" to the arguments that isn't enclosed in square bracketsmrg
2005-01-19Use FD_CLOEXEC (for -exec).mycroft
2004-12-28Attack of the whiteout police, including the "fix whitespace problems"atatat
2004-04-21Replace the statfs() family of system calls with statvfs().christos
2004-04-19tweak roff in previouslukem
2004-04-19Use "sysctl vfs.generic.fstypes" to determine the list of available fstypes.lukem
2004-03-31Bump date for previous, and sort a bit.wiz
2004-03-30Mention -type w, which is coded as a synonym for W (whitespace).heas
2004-03-30Whitespace nitheas
2004-03-30Do not skip whiteout files returned by fts_read(), which only returns them ifheas
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-03Implement -iname for case insensitive matching on file names.provos
2003-07-12strlcpyitojun
2003-06-26Change macro usage so it works correctly with 1.19.wiz
2003-05-22protect from signals properly.yamt