freebsd-skq/usr.bin/find
Jilles Tjoelker bc62617630 find: In -execdir ... {} +, only pass one file per invocation.
This is inefficient but ensures that -execdir ... {} + does not mix files
from different directories in one invocation; the command could not access
some files. Files from the same directory should really be handled in one
invocation but this is somewhat more complicated.
2013-02-10 13:28:02 +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 Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
function.c find: In -execdir ... {} +, only pass one file per invocation. 2013-02-10 13:28:02 +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: Do not pass fd to save current directory to child processes. 2012-09-26 20:16:15 +00:00
Makefile Remove unneeded CFLAGS. 2010-02-10 07:15:21 +00:00
misc.c Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
operator.c Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
option.c find: Implement real -ignore_readdir_race. 2012-07-25 21:59:10 +00:00