summaryrefslogtreecommitdiffstats
path: root/usr.bin/find
Commit message (Expand)AuthorAgeFilesLines
* MFC r286344: find: Fix segfault with very long path in -exec/-ok ... {} \;.jilles2015-08-282-15/+25
* MFC r272762: Correct scale factor for T terabyte suffixemaste2014-10-111-1/+1
* MFC: r264418brueffer2014-04-221-1/+0
* MFC r263244: find: When performing -quit, finish pending -exec ... + commandjilles2014-04-051-0/+1
* MFC r260336,r260355: find: Fix -lname and -ilname:jilles2014-01-122-3/+18
* find: Allow -delete to delete files given as arguments.jilles2013-08-021-1/+2
* Add the Clang specific -Wmissing-variable-declarations to WARNS=6.ed2013-04-191-0/+2
* find: Include nanoseconds when comparing timestamps of files.jilles2013-03-172-20/+29
* Add an option for finding sparse files.dwmalone2013-03-034-1/+31
* find: Run when cwd cannot be opened, except with -execdir or -delete.jilles2013-02-102-2/+16
* find: In -execdir ... {} +, only pass one file per invocation.jilles2013-02-101-1/+7
* Use .Nm instead of a self xrefeadler2012-11-191-4/+4
* Make it clear that amin and friends take + and - options.eadler2012-11-181-7/+27
* Fix usr.bin/ and usr.sbin/ build with a 64-bit ino_t.mdf2012-09-271-1/+1
* find: Do not pass fd to save current directory to child processes.jilles2012-09-261-1/+1
* Note that -quit terminates successfully.des2012-09-101-1/+1
* Document -quit, four and a half years after it was implemented.des2012-09-091-1/+5
* find: Remove unnecessary and inconsistent initialization.jilles2012-07-311-1/+1
* find: Implement real -ignore_readdir_race.jilles2012-07-256-8/+38
* find(1): Move description of -d option to -depth primary.jilles2012-06-131-30/+30
* Add more description and clarification about the -depth and -d options inissyl02012-06-101-4/+5
* Fix style nit: don't use leading zero for dates in .Ddeadler2012-06-051-1/+1
* Document the limitations of the -delete primaryeadler2012-06-021-1/+4
* Fix world after byacc import:bapt2012-05-221-2/+0
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-12/+12
* Remove superfluous paragraph macro.joel2012-03-251-1/+0
* 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
OpenPOWER on IntegriCloud