#
67676 |
| 14-Aug-1994 |
mckusick |
DT_WHTD is gone |
#
67575 |
| 28-Jul-1994 |
pendry |
changes for whiteouts and union filesystem |
#
66813 |
| 16-Apr-1994 |
bostic |
ANSI C cleanups |
#
66811 |
| 16-Apr-1994 |
bostic |
Fix obscure bug where the working directory would not be restored to its proper place (occurs if one of fts_open()'s arguments is a relative path to a empty directory). From: conklin@ngai.kaleida.com
Fix obscure bug where the working directory would not be restored to its proper place (occurs if one of fts_open()'s arguments is a relative path to a empty directory). From: conklin@ngai.kaleida.com (J.T. Conklin)
show more ...
|
#
65345 |
| 02-Jan-1994 |
bostic |
don't increment a void *, it's not healthy |
#
61111 |
| 04-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
59307 |
| 26-Apr-1993 |
bostic |
check file type on new file systems, eliminate more stat calls |
#
58532 |
| 07-Mar-1993 |
bostic |
if reach the root directory, have to cd to the original directory when load the paths for the next root. test case is "du d1/d1d1 d2/d2d1", the second root will not be in the right directory. |
#
55557 |
| 23-Jul-1992 |
bostic |
have to set maxlen before allocate the path, have to use the path before calculate maxlen; do two passes through argv. |
#
53801 |
| 02-Jun-1992 |
bostic |
fix allocated stat structure alignment |
#
53380 |
| 05-May-1992 |
bostic |
set no chdir bit no matter where fts_build called from |
#
53379 |
| 05-May-1992 |
bostic |
don't chdir after unexecutable directory |
#
53097 |
| 30-Mar-1992 |
bostic |
don't close fts_rfd if can't get back, fts_close will try again |
#
53096 |
| 30-Mar-1992 |
bostic |
don't bother to cd if didn't successfully build the child (not a bug but not necessary); check FTS_NOCHDIR on up-to-parent FCHDIR; don't close the file descriptor on successful return to root directo
don't bother to cd if didn't successfully build the child (not a bug but not necessary); check FTS_NOCHDIR on up-to-parent FCHDIR; don't close the file descriptor on successful return to root directory; set FTS_DP in fts_build
show more ...
|
#
53032 |
| 20-Mar-1992 |
bostic |
fix post-order visit to empty directories to not close fts_rfd save errno across close of failed chdir's; set FTS_DP in fts_read, not fts_build |
#
52844 |
| 05-Mar-1992 |
elan |
Made fts_pointer and fts_number fields separate fields. |
#
52770 |
| 01-Mar-1992 |
bostic |
add FTS_NAMEONLY flag to fts_children; check options for validity |
#
52579 |
| 19-Feb-1992 |
bostic |
align the allocated stat structure correctly |
#
52344 |
| 04-Feb-1992 |
bostic |
add FTS_COMFOLLOW flag |
#
52290 |
| 03-Feb-1992 |
bostic |
fix FTS_FOLLOW so fts can actually return; add flags to FTS struct for symbolic link follow and chdir errors; close symbolic link file descriptors; nlink and cderror fixes in fts_build to make ls wor
fix FTS_FOLLOW so fts can actually return; add flags to FTS struct for symbolic link follow and chdir errors; close symbolic link file descriptors; nlink and cderror fixes in fts_build to make ls work; link directories in forward order for ls -f; minor fixes
show more ...
|
#
52278 |
| 31-Jan-1992 |
bostic |
rework errno processing to be more consistent and to set in the correct node; don't chdir back up if unable to chdir down; preserve the cd error value to set in each node of the directory that is read |
#
52218 |
| 17-Jan-1992 |
bostic |
see accpath, used by fts_stat |
#
52209 |
| 15-Jan-1992 |
bostic |
adjust tree pointers when realloc space; add FTS_DOT; don't allocate stat structures unless user needs them; |
#
52206 |
| 14-Jan-1992 |
bostic |
set errno on FTS_DNR |
#
52160 |
| 09-Jan-1992 |
bostic |
fts_children needs to return user's logical hierarchy; change fts_cderr to fts_errno; change fts_children to recognize call before fts_read called; change fts_stat to set fts_errno on error |