index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
find
/
find.c
Age
Commit message (
Expand
)
Author
2014-12-01
Use warnc() to use the correct errno value for FTS_DNR, FTS_NS and
Todd C. Miller
2012-01-02
Add support for "find ... -exec foo {} \+".
Pascal Stumpf
2011-04-21
find: return exit code 1 if any path could not be traversed
Jacek Masiulaniec
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2007-05-10
ftsopen -> fts_open; partly from Alexander Holupirek, documentation/5472
Jason McIntyre
2006-12-26
fts_read returning NULL and errno set is an error. ok ray@
Otto Moerbeek
2004-07-20
ansi; khalek@linuxgamers.net
Theo de Raadt
2003-06-26
bring protypes into scope. this requires some quirky handling, but in
Theo de Raadt
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2001-11-17
o Block signals when running fts_read() so the SIGINFO handler will
Todd C. Miller
1999-10-04
Move the chdir/fchdir hack so that it is local to the -execdir
Todd C. Miller
1999-10-03
Do not use FTS_CHDIRROOT flag as it is fatally flawed. Instead,
Todd C. Miller
1997-06-30
Some -Wall cleanliness.
Todd C. Miller
1997-06-17
(foo *)NULL -> NULL
kstailey
1996-10-24
Respond to SIGINFO; from PR #42
Thorsten Lockert
1996-06-26
rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt