aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/find
Commit message (Expand)AuthorAgeFilesLines
...
* | | Make it clear that amin and friends take + and - options.Eitan Adler2012-11-181-7/+27
| |/ |/|
* | Fix usr.bin/ and usr.sbin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-271-1/+1
* | find: Do not pass fd to save current directory to child processes.Jilles Tjoelker2012-09-261-1/+1
* | Note that -quit terminates successfully.Dag-Erling Smørgrav2012-09-101-1/+1
* | Document -quit, four and a half years after it was implemented.Dag-Erling Smørgrav2012-09-091-1/+5
* | find: Remove unnecessary and inconsistent initialization.Jilles Tjoelker2012-07-311-1/+1
* | find: Implement real -ignore_readdir_race.Jilles Tjoelker2012-07-256-8/+38
* | find(1): Move description of -d option to -depth primary.Jilles Tjoelker2012-06-131-30/+30
* | Add more description and clarification about the -depth and -d options inIsabell Long2012-06-101-4/+5
* | Fix style nit: don't use leading zero for dates in .DdEitan Adler2012-06-051-1/+1
* | Document the limitations of the -delete primaryEitan Adler2012-06-021-1/+4
|/
* Fix world after byacc import:Baptiste Daroussin2012-05-221-2/+0
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-12/+12
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-1/+0
* Replace char copyright[] by static const char copyright[].Ed Schouten2011-12-101-1/+1
* Get rid of major/minor number distinction.Ed Schouten2011-09-282-4/+3
* Using statfs.f_fstypename rather than statfs.f_type whilst performing fstypeTai-hwa Liang2011-06-131-20/+6
* find: Exit if there is an unknown option.Jilles Tjoelker2011-06-041-1/+1
* find: If a part of an expression is unknown, do not call it an option.Jilles Tjoelker2011-05-271-1/+1
* Move the explanation of using arguments for the PRIMARIES aboveGlen Barber2011-03-101-12/+12
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-1110-40/+0
* Don't error out while searching for empty directories.Kevin Lo2010-12-021-1/+1
* Revert r207677 which is considered a violation of style(9).Xin LI2010-05-067-16/+46
* Move SCCS tags to comments as they were already #if 0'ed.Xin LI2010-05-057-44/+14
* Better way to find out available file system types is to use lsvfs(1).Pawel Jakub Dawidek2010-03-161-6/+4
* The -newerXB option was being interpreted the same as the -newerXm optionGavin Atkinson2010-02-141-0/+2
* Remove unneeded CFLAGS.Ed Schouten2010-02-101-1/+0
* Don't let find(1) depend on struct timeb.Ed Schouten2010-02-093-42/+31
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* ANSIfy almost all applications that use WARNS=6.Ed Schouten2009-12-291-1/+1
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-136-0/+6
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-116-6/+0
* Update find(1) man page for -L/-delete interaction.Jilles Tjoelker2009-09-201-1/+2
* Add NFSv4 ACL support to find(1).Edward Tomasz Napierala2009-09-041-25/+35
* rm, find -delete: fix removing symlinks with uchg/uappnd set.Jilles Tjoelker2009-05-301-1/+1
* find: do not silently disable -L when -delete is usedAndriy Gapon2009-05-191-5/+5
* Fix SYNOPSIS and usage().Ruslan Ermilov2008-03-032-9/+10
* Bump .Dd for revisions 1.83 and 1.84.Ceri Davies2008-02-241-1/+1
* Tag -ilname and -lname as GNU extensions.Warner Losh2008-02-241-1/+4
* The matching in -lname and -ilname are on the contents of the linkWarner Losh2008-02-241-5/+10
* Implement a number of primaries present in GNU find, but not presentWarner Losh2008-02-235-5/+159
* Check in some insignificant fixes obtained as a result ofRuslan Ermilov2007-02-281-18/+19
* Fix the description of the -Btime primary.Ruslan Ermilov2006-12-131-3/+3
* Update the list of POSIX extensions.Ceri Davies2006-10-081-3/+5
* Markup fixes.Ruslan Ermilov2006-09-291-1/+2
* Document that the pathname(s) following the options need not be given ifStefan Farfeleder2006-07-181-1/+7
* Add the capability for a trailing scale indicator to cause theKirill Ponomarev2006-05-272-5/+56
* Enable numeric arguments and +/- prefixes with -user (-group)Kirill Ponomarev2006-05-251-4/+12
* The last execution of -exec {} + is not done if the -exec primary isKirill Ponomarev2006-05-144-4/+21
* Fix options broken when the birthtime related primaries were added.Ceri Davies2006-04-051-11/+11