diff options
author | jilles <jilles@FreeBSD.org> | 2015-04-18 21:31:36 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2015-04-18 21:31:36 +0000 |
commit | a7e03e04bebbf45e43bd9d32ecb0e06fedfff2f2 (patch) | |
tree | 66cca6ad6aa41f4ff427aac49a27dfd8700c0853 /tools/regression/lib/libc | |
parent | 1f951dbd73bcf11ec2d993b146b22ce9ace4362f (diff) | |
download | FreeBSD-src-a7e03e04bebbf45e43bd9d32ecb0e06fedfff2f2.zip FreeBSD-src-a7e03e04bebbf45e43bd9d32ecb0e06fedfff2f2.tar.gz |
MFC r260571: fts: Stat things relative to the directory fd, if possible.
As a result, the kernel needs to process shorter pathnames if fts is not
changing directories (if fts follows symlinks (-L option to utilities), fts
cannot open "." or FTS_NOCHDIR was specified).
Side effect: If pathnames exceed PATH_MAX, [ENAMETOOLONG] is not hit at the
stat stage but later (opendir or application fts_accpath) or not at all.
Diffstat (limited to 'tools/regression/lib/libc')
0 files changed, 0 insertions, 0 deletions