aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/find
Commit message (Expand)AuthorAgeFilesLines
* find(1): remove empty else conditionEitan Adler2018-07-252-2/+0
* find(1): use correct type for readlinkEitan Adler2018-07-011-1/+1
* find(1): deLINTifyEitan Adler2018-07-017-16/+0
* find(1): remove portability ifdefsEitan Adler2018-07-011-11/+0
* Allow compiling usr.bin/find on Linux and MacAlex Richardson2018-02-066-1/+62
* find: Speed up tests by using touch -d instead of sleep for timestampsJilles Tjoelker2018-01-041-4/+3
* find: Link tests to the buildJilles Tjoelker2017-12-311-2/+4
* find(1): Fix -newer and -samefile to conform to POSIX[0]Conrad Meyer2017-12-294-2/+93
* find(1): remove unused variableEitan Adler2017-12-132-2/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-209-1/+19
* find(1): Don't treat statfs() error as fatal in f_fstype, which can happenXin LI2017-11-111-2/+7
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Renumber copyright clause 4Warner Losh2017-02-2810-10/+10
* Improve wording when describing -mmin.Sevan Janiyan2017-01-241-1/+2
* Use type-independent formats for printing nlink_t and ino_t.Konstantin Belousov2017-01-061-1/+2
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-1/+1
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-2/+0
* find: Fix segfault with very long path in -exec/-ok ... {} \;.Jilles Tjoelker2015-08-052-15/+25
* new dependsSimon J. Gerraty2015-06-161-0/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-1/+1
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-1/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge headSimon J. Gerraty2014-04-285-16/+59
| |\ \
| * \ \ Merge from headSimon J. Gerraty2013-09-052-1/+4
| |\ \ \
| * \ \ \ sync from headSimon J. Gerraty2013-04-126-24/+83
| |\ \ \ \
| * | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | Sync with HEAD.David E. O'Brien2013-02-081-11/+31
| |\ \ \ \ \
| * \ \ \ \ \ Sync from headSimon J. Gerraty2012-11-047-39/+77
| |\ \ \ \ \ \
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+21
* | | | | | | | find.1: Add missing whitespace:Eitan Adler2015-04-201-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Correct scale factor for T terabyte suffixEd Maste2014-10-081-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Avoid double free in f_acl().Christian Brueffer2014-04-131-1/+0
* | | | | | find: Return normal exit status from -quit.Jilles Tjoelker2014-04-132-3/+3
* | | | | | find: Correctly propagate -exec/-execdir ... {} + exit status.Jilles Tjoelker2014-04-125-7/+28
* | | | | | find: Treat errno from fts_read() more carefully.Jilles Tjoelker2014-04-061-4/+5
* | | | | | find: When performing -quit, finish pending -exec ... + command lines.Jilles Tjoelker2014-03-161-0/+1
* | | | | | find: Allow -type d without statting everything.Jilles Tjoelker2014-01-111-2/+8
* | | | | | find: Fix two more problems with -lname and -ilname:Jilles Tjoelker2014-01-052-2/+14
* | | | | | find: Fix -lname and -ilname.Jilles Tjoelker2014-01-051-2/+5
| |_|_|_|/ |/| | | |
* | | | | find: Allow -delete to delete files given as arguments.Jilles Tjoelker2013-08-021-1/+2
* | | | | Add the Clang specific -Wmissing-variable-declarations to WARNS=6.Ed Schouten2013-04-191-0/+2
| |_|_|/ |/| | |
* | | | find: Include nanoseconds when comparing timestamps of files.Jilles Tjoelker2013-03-172-20/+29
* | | | Add an option for finding sparse files.David Malone2013-03-034-1/+31
* | | | find: Run when cwd cannot be opened, except with -execdir or -delete.Jilles Tjoelker2013-02-102-2/+16
* | | | find: In -execdir ... {} +, only pass one file per invocation.Jilles Tjoelker2013-02-101-1/+7
| |_|/ |/| |
* | | Use .Nm instead of a self xrefEitan Adler2012-11-191-4/+4