summaryrefslogtreecommitdiffstats
path: root/usr.bin/find (follow)
Commit message (Expand)AuthorAgeFilesLines
* v1/v2 find is different to pwb/v5 findjsg2021-03-071-4/+13
* The -exec primary is terminated by either ';' or '+', but the latterhalex2020-11-231-2/+2
* Now that dprintf(3) uses format string annotation checking, a sizeof()deraadt2020-09-301-2/+2
* '!' does not need to be escaped;jmc2020-08-141-5/+4
* Account for environment when computing maximum space used for argsjca2020-04-091-2/+10
* find -exec +: use sysconf to find the kernel's idea of ARG_MAXjca2020-04-091-4/+12
* More correction of section 3 layout. directory->opendir, fts->fts_open,deraadt2019-09-021-3/+3
* Use -delete in EXAMPLESkn2019-08-231-4/+4
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* dev_t is signed to permit passing -1 as an invalid condition, but thederaadt2019-02-051-2/+2
* add -not as a sh friendly alias for !.tedu2018-12-062-5/+8
* Use uid_from_user(3) and gid_from_group(3) in utilities thatmillert2018-09-161-11/+5
* document when -exec evaluates to true; from kris katterjohnjmc2018-08-011-4/+6
* Update a comment to include -delete, -execdir, -ls and -print0 amongtb2018-08-011-4/+5
* Document that -delete and -execdir prevent -print from being assumed.tb2018-08-011-2/+4
* Convert snprintf+write into dprintf. It is simply easier to read, andderaadt2017-12-081-9/+3
* If find(1) may end up calling execve(2), it needs "proc exec" in additiontb2017-01-041-1/+10
* tweak previous;jmc2017-01-031-4/+5
* add -delete option which can simplify the common case of wanting to deletetedu2017-01-037-13/+97
* normalize a few more tame request orderings, to help reviewderaadt2015-10-101-2/+2
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* If expression omits -exec/execdir/-ok primaries, then find will neverderaadt2015-10-053-3/+12
* delete bogus escaping from ellipsis to forestall cargo cult effectsschwarze2015-09-111-3/+3
* Don't dereference a freed pointer when updating the value of p.millert2015-07-141-2/+5
* Convert the last remaining realloc() in find to reallocarray().millert2015-07-141-4/+4
* In brace_subst() if we realloc() the store, update p so that itmillert2015-07-141-1/+2
* Convert many atoi() calls to strtonum(), adding range checks and failurederaadt2015-04-181-6/+13
* tzfile.h is an internal header that should never have been installed.millert2015-03-153-6/+6
* Reduce usage of predefined strings in manpages.bentley2015-02-281-6/+3
* Make some $OpenBSD$ lines prettier/standardier by eliminatingkrw2015-01-192-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-162-11/+9
* document -o and -a; requested by yonjmc2014-12-031-34/+12
* Use warnc() to use the correct errno value for FTS_DNR, FTS_NS andmillert2014-12-011-2/+2
* use reallocarrayespie2014-05-184-16/+27
* - use more portable -o in examples, requested by millert and sobradojmc2014-03-201-21/+13
* Obvious .Xr fixes, found while testing mandocdb(8).schwarze2014-01-201-4/+3
* Copy changes from ls -l to find -ls: print future times with year and useguenther2014-01-101-16/+19
* Include unistd.h as it is the standard location for getopt().millert2013-11-151-1/+2
* handle large ino_t; ok millertderaadt2013-04-231-2/+3
* adjust commentderaadt2013-04-201-4/+4
* handle large numbers. this fixes time_t beyond 2038, constrains thederaadt2013-04-191-7/+15
* -follow is the same as -L, not -Hhalex2013-03-141-4/+4
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
* -execdir only supports the first form of -exec with ; suffix, not the newsthen2012-01-051-3/+3
* Fix typos in comment (s,exacty,exactly,)sthen2012-01-051-3/+3
* - use more consistent markupjmc2012-01-031-9/+41
* Add support for "find ... -exec foo {} \+".pascal2012-01-025-61/+312
* exit if there is an unknown option; from FreeBSDnaddy2011-06-141-2/+2
* find: return exit code 1 if any path could not be traversedjacekm2011-04-213-7/+12
* As noticed by Clint Pachl <pachl at ecentryx dot com>,schwarze2011-02-131-3/+4