summaryrefslogtreecommitdiffstats
path: root/usr.bin/find
Commit message (Expand)AuthorAgeFilesLines
* Replace char copyright[] by static const char copyright[].ed2011-12-101-1/+1
* Get rid of major/minor number distinction.ed2011-09-282-4/+3
* Using statfs.f_fstypename rather than statfs.f_type whilst performing fstypeavatar2011-06-131-20/+6
* find: Exit if there is an unknown option.jilles2011-06-041-1/+1
* find: If a part of an expression is unknown, do not call it an option.jilles2011-05-271-1/+1
* Move the explanation of using arguments for the PRIMARIES abovegjb2011-03-101-12/+12
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-1110-40/+0
* Don't error out while searching for empty directories.kevlo2010-12-021-1/+1
* Revert r207677 which is considered a violation of style(9).delphij2010-05-067-16/+46
* Move SCCS tags to comments as they were already #if 0'ed.delphij2010-05-057-44/+14
* Better way to find out available file system types is to use lsvfs(1).pjd2010-03-161-6/+4
* The -newerXB option was being interpreted the same as the -newerXm optiongavin2010-02-141-0/+2
* Remove unneeded CFLAGS.ed2010-02-101-1/+0
* Don't let find(1) depend on struct timeb.ed2010-02-093-42/+31
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-1/+0
* ANSIfy almost all applications that use WARNS=6.ed2009-12-291-1/+1
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-136-0/+6
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-116-6/+0
* Update find(1) man page for -L/-delete interaction.jilles2009-09-201-1/+2
* Add NFSv4 ACL support to find(1).trasz2009-09-041-25/+35
* rm, find -delete: fix removing symlinks with uchg/uappnd set.jilles2009-05-301-1/+1
* find: do not silently disable -L when -delete is usedavg2009-05-191-5/+5
* Fix SYNOPSIS and usage().ru2008-03-032-9/+10
* Bump .Dd for revisions 1.83 and 1.84.ceri2008-02-241-1/+1
* Tag -ilname and -lname as GNU extensions.imp2008-02-241-1/+4
* The matching in -lname and -ilname are on the contents of the linkimp2008-02-241-5/+10
* Implement a number of primaries present in GNU find, but not presentimp2008-02-235-5/+159
* Check in some insignificant fixes obtained as a result ofru2007-02-281-18/+19
* Fix the description of the -Btime primary.ru2006-12-131-3/+3
* Update the list of POSIX extensions.ceri2006-10-081-3/+5
* Markup fixes.ru2006-09-291-1/+2
* Document that the pathname(s) following the options need not be given ifstefanf2006-07-181-1/+7
* Add the capability for a trailing scale indicator to cause thekrion2006-05-272-5/+56
* Enable numeric arguments and +/- prefixes with -user (-group)krion2006-05-251-4/+12
* The last execution of -exec {} + is not done if the -exec primary iskrion2006-05-144-4/+21
* Fix options broken when the birthtime related primaries were added.ceri2006-04-051-11/+11
* Note that all of the birthtime related primaries are non-standard.ceri2006-04-041-5/+5
* Bump .Dd for the birthtime options.ceri2006-04-031-1/+1
* Add -Btime, -Bnewer, -Bmin, -newerB[Bacmt], -newer[acmt]B options toceri2006-04-034-4/+59
* Fixes for gcc4.x.roberto2005-08-252-1/+2
* Markup and wording fixes.ru2005-06-141-2/+2
* Use rpmatch() instead of checking for responses that begin with 'y'tjr2005-04-022-18/+24
* - Make find(1) WARNS?= 6 cleanssouhlal2005-01-252-3/+3
* Scheduled mdoc(7) sweep.ru2005-01-111-1/+1
* Change the 'no terminating ";"' error message to 'no terminating ";" or "+"'tjr2004-07-291-1/+1
* Remove partial support for building this on NetBSD.tjr2004-07-293-10/+0
* Now that fnmatch() supports multibyte characters, find does too; removetjr2004-07-291-5/+1
* Start new sentence on new line.cperciva2004-07-271-1/+2
* Add a BUGS entry pointing out that -mindepth and -maxdepth are globalcperciva2004-07-271-0/+7
* Merge the "multibyte not supported" BUG into the pre-existing BUGScperciva2004-07-271-6/+6
OpenPOWER on IntegriCloud