summaryrefslogtreecommitdiff
path: root/usr.bin/find/find.c
AgeCommit message (Expand)Author
2018-08-01Update a comment to include -delete, -execdir, -ls and -print0 amongTheo Buehler
2017-01-04If find(1) may end up calling execve(2), it needs "proc exec" in additionTheo Buehler
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
2014-12-01Use warnc() to use the correct errno value for FTS_DNR, FTS_NS andTodd C. Miller
2012-01-02Add support for "find ... -exec foo {} \+".Pascal Stumpf
2011-04-21find: return exit code 1 if any path could not be traversedJacek Masiulaniec
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-05-10ftsopen -> fts_open; partly from Alexander Holupirek, documentation/5472Jason McIntyre
2006-12-26fts_read returning NULL and errno set is an error. ok ray@Otto Moerbeek
2004-07-20ansi; khalek@linuxgamers.netTheo de Raadt
2003-06-26bring protypes into scope. this requires some quirky handling, but inTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2001-11-17o Block signals when running fts_read() so the SIGINFO handler willTodd C. Miller
1999-10-04Move the chdir/fchdir hack so that it is local to the -execdirTodd C. Miller
1999-10-03Do not use FTS_CHDIRROOT flag as it is fatally flawed. Instead,Todd C. Miller
1997-06-30Some -Wall cleanliness.Todd C. Miller
1997-06-17(foo *)NULL -> NULLkstailey
1996-10-24Respond to SIGINFO; from PR #42Thorsten Lockert
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt