1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/usr.bin/find
Jilles Tjoelker 17ef6d3ab8 find: Run when cwd cannot be opened, except with -execdir or -delete.
fts(3) can run (albeit more slowly and imposing the {PATH_MAX} limit) when
the current directory cannot be opened. Therefore, do not make a failure to
open the current directory (for returning to it later in -exec) fatal.

If -execdir or -delete are used, the expectation is that fts(3) will use
chdir to avoid race conditions (except for -execdir with -L). Do not break
this expectation any more than it already is by still failing if the current
directory cannot be opened.
2013-02-10 18:56:37 +00:00
..
extern.h find: Implement real -ignore_readdir_race. 2012-07-25 21:59:10 +00:00
find.1 Use .Nm instead of a self xref 2012-11-19 15:12:44 +00:00
find.c find: Implement real -ignore_readdir_race. 2012-07-25 21:59:10 +00:00
find.h
function.c find: Run when cwd cannot be opened, except with -execdir or -delete. 2013-02-10 18:56:37 +00:00
getdate.y Fix world after byacc import: 2012-05-22 16:33:10 +00:00
ls.c Fix usr.bin/ and usr.sbin/ build with a 64-bit ino_t. 2012-09-27 23:31:19 +00:00
main.c find: Run when cwd cannot be opened, except with -execdir or -delete. 2013-02-10 18:56:37 +00:00
Makefile
misc.c
operator.c
option.c find: Implement real -ignore_readdir_race. 2012-07-25 21:59:10 +00:00