summaryrefslogtreecommitdiff
path: root/usr.bin/find
AgeCommit message (Expand)Author
2023-08-11Replace use of the old BSD st_*timespec members in struct stat withPhilip Guenther
2023-04-01horrible whitespace, mostly on non-code lines. no object changeTheo Buehler
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-03-07Delete obsolete /* ARGSUSED1 */ lint comments.Philip Guenther
2022-12-26spelling fixes from paul tagliamonte;Jason McIntyre
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopsScott Soule Cheloha
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-03-07v1/v2 find is different to pwb/v5 findJonathan Gray
2020-11-23The -exec primary is terminated by either ';' or '+', but the latterAlexander Hall
2020-09-30Now that dprintf(3) uses format string annotation checking, a sizeof()Theo de Raadt
2020-08-14'!' does not need to be escaped;Jason McIntyre
2020-04-09Account for environment when computing maximum space used for argsJeremie Courreges-Anglas
2020-04-09find -exec +: use sysconf to find the kernel's idea of ARG_MAXJeremie Courreges-Anglas
2019-09-02More correction of section 3 layout. directory->opendir, fts->fts_open,Theo de Raadt
2019-08-23Use -delete in EXAMPLESkn
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-02-05dev_t is signed to permit passing -1 as an invalid condition, but theTheo de Raadt
2018-12-06add -not as a sh friendly alias for !.Ted Unangst
2018-09-16Use uid_from_user(3) and gid_from_group(3) in utilities thatTodd C. Miller
2018-08-01document when -exec evaluates to true; from kris katterjohnJason McIntyre
2018-08-01Update a comment to include -delete, -execdir, -ls and -print0 amongTheo Buehler
2018-08-01Document that -delete and -execdir prevent -print from being assumed.Theo Buehler
2017-12-08Convert snprintf+write into dprintf. It is simply easier to read, andTheo de Raadt
2017-01-04If find(1) may end up calling execve(2), it needs "proc exec" in additionTheo Buehler
2017-01-03tweak previous;Jason McIntyre
2017-01-03add -delete option which can simplify the common case of wanting to deleteTed Unangst
2015-10-10normalize a few more tame request orderings, to help reviewTheo de Raadt
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-05If expression omits -exec/execdir/-ok primaries, then find will neverTheo de Raadt
2015-09-11delete bogus escaping from ellipsis to forestall cargo cult effectsIngo Schwarze
2015-07-14Don't dereference a freed pointer when updating the value of p.Todd C. Miller
2015-07-14Convert the last remaining realloc() in find to reallocarray().Todd C. Miller
2015-07-14In brace_subst() if we realloc() the store, update p so that itTodd C. Miller
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-03-15tzfile.h is an internal header that should never have been installed.Todd C. Miller
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2015-01-19Make some $OpenBSD$ lines prettier/standardier by eliminatingKenneth R Westerback
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-12-03document -o and -a; requested by yonJason McIntyre
2014-12-01Use warnc() to use the correct errno value for FTS_DNR, FTS_NS andTodd C. Miller
2014-05-18use reallocarrayMarc Espie
2014-03-20- use more portable -o in examples, requested by millert and sobradoJason McIntyre
2014-01-20Obvious .Xr fixes, found while testing mandocdb(8).Ingo Schwarze
2014-01-10Copy changes from ls -l to find -ls: print future times with year and usePhilip Guenther
2013-11-15Include unistd.h as it is the standard location for getopt().Todd C. Miller
2013-04-23handle large ino_t; ok millertTheo de Raadt
2013-04-20adjust commentTheo de Raadt
2013-04-19handle large numbers. this fixes time_t beyond 2038, constrains theTheo de Raadt
2013-03-14-follow is the same as -L, not -HAlexander Hall