summaryrefslogtreecommitdiffstats
path: root/usr.bin/find
Commit message (Expand)AuthorAgeFilesLines
* MFC r312692sevan2017-03-301-1/+2
* MFC r311522:kib2017-01-131-1/+2
* Use NULL instead of 0 for pointers.araujo2016-04-181-1/+1
* DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-241-2/+0
* find: Fix segfault with very long path in -exec/-ok ... {} \;.jilles2015-08-052-15/+25
* new dependssjg2015-06-161-0/+1
* Add META_MODE support.sjg2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-271-1/+1
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-191-1/+1
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| * | Updated dependenciessjg2014-05-101-0/+2
| * | Merge headsjg2014-04-285-16/+59
| |\ \
| * \ \ Merge from headsjg2013-09-052-1/+4
| |\ \ \
| * \ \ \ sync from headsjg2013-04-126-24/+83
| |\ \ \ \
| * | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | | Sync with HEAD.obrien2013-02-081-11/+31
| |\ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Sync from headsjg2012-11-047-39/+77
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+21
* | | | | | | | | | find.1: Add missing whitespace:eadler2015-04-201-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Correct scale factor for T terabyte suffixemaste2014-10-081-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Avoid double free in f_acl().brueffer2014-04-131-1/+0
* | | | | | | | find: Return normal exit status from -quit.jilles2014-04-132-3/+3
* | | | | | | | find: Correctly propagate -exec/-execdir ... {} + exit status.jilles2014-04-125-7/+28
* | | | | | | | find: Treat errno from fts_read() more carefully.jilles2014-04-061-4/+5
* | | | | | | | find: When performing -quit, finish pending -exec ... + command lines.jilles2014-03-161-0/+1
* | | | | | | | find: Allow -type d without statting everything.jilles2014-01-111-2/+8
* | | | | | | | find: Fix two more problems with -lname and -ilname:jilles2014-01-052-2/+14
* | | | | | | | find: Fix -lname and -ilname.jilles2014-01-051-2/+5
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | 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
OpenPOWER on IntegriCloud