| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump fts_level from short to int and add a spare short so things |  millert | 2010-09-24 | 1 | -2/+2 |
* | Don't stop traversing a directory hierarchy if we reach SHRT_MAX, |  millert | 2009-08-27 | 1 | -10/+8 |
* | Avoid level going negative on deep (i mean really deep) dirs. Reported |  otto | 2009-02-11 | 1 | -1/+9 |
* | Fix file descriptor leak in fts_children(); okay dhill@, millert@, |  pedro | 2008-12-27 | 1 | -2/+4 |
* | malloc/memset -> calloc |  chl | 2007-11-06 | 1 | -3/+2 |
* | Simplify some of the logic in fts_close(). Initially based on a |  millert | 2007-11-02 | 1 | -17/+14 |
* | fix mem leak, from NetBSD; ok miod@ kettenis@ |  otto | 2007-01-08 | 1 | -1/+4 |
* | zap remaining rcsid. |  espie | 2005-08-08 | 1 | -9/+1 |
* | bye bye whiteouts |  millert | 2005-06-17 | 1 | -18/+2 |
* | bye bye whiteouts |  millert | 2005-06-16 | 1 | -12/+4 |
* | ansification; checked by pval |  deraadt | 2003-06-11 | 1 | -50/+18 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -7/+3 |
* | Add a missing check for fts_alloc() returning NULL; Chad Loder |  millert | 2002-07-12 | 1 | -3/+4 |
* | %u |  deraadt | 2002-06-27 | 1 | -3/+3 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -13/+13 |
* | Zero out entire FTS after allocating it instead of just zeroing out |  millert | 2001-08-27 | 1 | -14/+9 |
* | Update sp->fts_cur in fts_read() before returning NULL. This |  millert | 2001-08-03 | 1 | -2/+5 |
* | Fix another case of CHDIR("..") pointed out by Bruce Evans |  millert | 2001-05-31 | 1 | -22/+14 |
* | When changing directory to '..', verify that we really are where |  millert | 2001-05-30 | 1 | -4/+11 |
* | Make path length variables size_t. This fixes the problem where |  millert | 2001-05-15 | 1 | -68/+52 |
* | KNF |  deraadt | 2000-08-24 | 1 | -3/+3 |
* | put back FTS_CHDIRROOT until next library major number crank |  millert | 1999-10-03 | 1 | -8/+22 |
* | kill FTS_CHDIRROOT flag, it is broken beyond repair and no longer used |  millert | 1999-10-03 | 1 | -22/+8 |
* | Fix multiple problems in the FTS_NOCHDIR case (mycroft@netbsd.org): |  millert | 1999-10-03 | 1 | -22/+47 |
* | If the FTS_NOCHDIR flag is set and the final directory is empty, |  millert | 1999-08-16 | 1 | -3/+3 |
* | 1) Only do pointer adjusting if realloc() changed our pointer |  millert | 1999-05-17 | 1 | -17/+29 |
* | fix realloc patch |  deraadt | 1998-08-15 | 1 | -4/+4 |
* | realloc repair |  deraadt | 1998-08-14 | 1 | -5/+20 |
* | do not free() before last ref; kmayer@freegate.com |  deraadt | 1998-07-03 | 1 | -5/+7 |
* | some -Wall |  millert | 1998-03-19 | 1 | -6/+8 |
* | Replace my trailing slash removal with the one from FreeBSD. |  millert | 1997-10-11 | 1 | -11/+3 |
* | Fix bug caused by trailing '/' stripping. Didn't always guarantee NULL |  millert | 1997-10-06 | 1 | -4/+5 |
* | Strip trailing '/' from paths. Noted by hermit@cs.tu-berlin.de in |  millert | 1997-09-20 | 1 | -2/+10 |
* | Fix problem with ``find -execdir'' not having the correct initial cwd. |  millert | 1997-09-01 | 1 | -11/+25 |
* | Minor KNF changes to fts_safe_chdir and recent NetBSD code integration |  imp | 1997-08-29 | 1 | -14/+8 |
* | From NetBSD (phil): |  millert | 1997-08-02 | 1 | -7/+7 |
* | trailing blanks |  kstailey | 1997-07-23 | 1 | -7/+7 |
* | Make sure head, tail, and nitems get zero'd even if we |  millert | 1997-03-24 | 1 | -78/+83 |
* | Final fix to make fts(3) spoof-proof. |  millert | 1997-01-17 | 1 | -72/+76 |
* | Be extra careful when chdir'ing to subdirs. |  millert | 1997-01-14 | 1 | -5/+49 |
* | Back out last change, it is not sufficient. |  millert | 1996-12-23 | 1 | -25/+7 |
* | Avoid spoofing when cd'ing to subdirs. First cut. |  millert | 1996-12-23 | 1 | -7/+25 |
* | Fix RCS ids |  tholo | 1996-08-19 | 1 | -7/+1 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+1006 |