summaryrefslogtreecommitdiff
path: root/usr.bin/find/find.c
AgeCommit message (Expand)Author
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