normalize routine bug; bug report net2/lib/4
[unix-history] / usr / src / lib / libc / gen / fts.c
1992-07-24 Keith Bostichave to set maxlen before allocate the path, have to...
1992-06-03 Keith Bosticfix allocated stat structure alignment
1992-05-06 Keith Bosticset no chdir bit no matter where fts_build called from
1992-05-06 Keith Bosticdon't chdir after unexecutable directory
1992-03-31 Keith Bosticdon't close fts_rfd if can't get back, fts_close will...
1992-03-31 Keith Bosticdon't bother to cd if didn't successfully build the...
1992-03-21 Keith Bosticfix post-order visit to empty directories to not close...
1992-03-06 Elan AmirMade fts_pointer and fts_number fields separate fields.
1992-03-02 Keith Bosticadd FTS_NAMEONLY flag to fts_children; check options...
1992-02-20 Keith Bosticalign the allocated stat structure correctly
1992-02-05 Keith Bosticadd FTS_COMFOLLOW flag
1992-02-04 Keith Bosticfix FTS_FOLLOW so fts can actually return; add flags...
1992-02-01 Keith Bosticrework errno processing to be more consistent and to...
1992-01-18 Keith Bosticsee accpath, used by fts_stat
1992-01-16 Keith Bosticadjust tree pointers when realloc space; add FTS_DOT...
1992-01-15 Keith Bosticset errno on FTS_DNR
1992-01-10 Keith Bosticfts_children needs to return user's logical hierarchy;
1992-01-10 Keith BosticKNF
1992-01-09 Keith Bosticlint and KNF
1991-12-31 Keith Bosticweren't checking high enough in the tree for cycles...
1991-12-24 Keith Bosticprototype internal routines
1991-05-10 Keith Bosticset level before calling fts_stat during fts_open,...
1991-03-15 Keith Bosticfts_load no longer has any return value
1991-03-15 Keith Bosticdon't set XDEV dev_t until have stat'd the root of...
1991-03-12 Keith Bosticchange to return to starting node before postorder...
1991-03-12 Keith Bostic#define root and root's parent fts_level values in...
1991-03-11 Keith Bosticrework to set errno on fts_info error cases, return...
1991-03-08 Keith BosticANSI; #ifdef out code to delete trailing slashes from...
1990-11-19 Keith Bosticwasn't resetting errno for fts_children call of fts_bui...
1990-11-15 Keith Bosticuse macros to set/read options
1990-06-10 Keith Bosticdon't bother stating the root paths, if FTS_NOSTAT set
1990-06-10 Keith Bosticdelete FTS_MULTIPLE
1990-05-24 Keith Bosticdo post-order visit if FTS_SKIP or FTS_XDEV apply to...
1990-05-24 Keith BosticFTS_LOGICAL sets FTS_NOCHDIR; otherwise have to save...
1990-05-23 Keith Bosticredo the way the initial linked list of "roots" is...
1990-05-23 Keith Bosticadd FTS_XDEV; don't cross mount points
1990-05-23 Keith Bosticchange the names from foo to fts_foo
1990-04-17 Keith Bosticremove permissions checking code, let the kernel do...
1990-02-01 Keith Bosticadd fchdir; reduce number of cd's, do all cd's in fts_build
1989-12-31 Keith Bosticdate and time created 89/12/30 15:55:11 by bostic