Lines Matching refs:fts
44 09-09-28 fts.h,ftwalk.h,fts.c: promote { namelen pathlen level } to (s)size_t
109 08-08-20 misc/fts.c: fix st_nlink stat() optimization logic
171 07-10-12 misc/fts.c: fix fts_close() to free the handle -- doh
300 06-08-02 misc/fts.c: fix FTS_NOSTAT optimization to check for ..
502 misc/fts.c: increase MINNAME to 32
589 03-05-18 misc/fts.c: re-stat FTS_DP to update nlink/times
590 misc/fts.c: add FTSENT.stack to eliminate getlist() recursion
616 misc/fts.c|getcwd.c|glob.c,preroot/getpreroot.c: add D_FILENO #ifdef's
657 03-02-21 misc/fts.c: verify chdir(..) to avoid malicious dir rename()
778 misc/fts.c: fix symlink chdir() optimzation bug
783 02-05-24 misc/fts.c: disable dir link counts in 3d
794 02-05-09 misc/fts.c: fix virtual top to force ``child'' stat()
799 02-04-18 misc/fts.c: add chdir() verification stat() optimizations
806 02-04-03 misc/fts.c: fix (FTS_PHYSICAL|FTS_NOSTAT) stat optimizations
877 01-11-26 misc/fts.c: empty path is an error
1089 fts: PATH_RESOLVE!=logical => FTS_SEEDOTDIR
1130 fts: fix FTS_NOSEEDOTDIR bug that botched ./* in top list
1139 00-01-27 fts: fix top level .==.. statp bug (thanks to dr. ek)
1171 fts: FTS_PHYSICAL => FTS_SEEDOTDIR, add FTS_CHOP
1200 99-03-03 fts: uncle already: add FTS_SEEDOTDIR to retain leading ./
1228 98-11-01 fts.c: no pathcanon() if (fts_flags & FTS_PHYSICAL)
1244 fts: pathcanon() top list
1265 fts: initialize parent stat[bp] from top level *after* statf done
1303 fts: fts_close() after fts_children() with no fts_read() now works
1321 fts: clear status for FTS_AGAIN (fixes rm -r bug)
1411 ftwalk: reimplement on top of fts
1413 basename,dirname,fmtmsg,fts,ftw,getdate,getsubopt,glob: add