Age | Commit message (Expand) | Author |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2017-03-17 | recallocarray() the string buffer, to avoid leaving such contents | Theo de Raadt |
2017-02-15 | Style improvement, no functional change. | Ingo Schwarze |
2016-09-21 | Delete casts to off_t and size_t that are implied by assignments | Philip Guenther |
2016-06-28 | fts_open() requires that the list passed as argument to contain at least | Todd C. Miller |
2016-06-28 | Do not return an error in fts_open(3) if one of the paths in argv | Todd C. Miller |
2015-11-01 | delete old lint ARGSUSED comments | Philip Guenther |
2015-09-14 | remove null check before free. from Michael McConville | Ted Unangst |
2015-09-12 | Wrap <fts.h> and <ftw.h> so that internal calls to fts_*() go direct and | Philip Guenther |
2015-01-16 | Move to the <limits.h> universe. | Theo de Raadt |
2014-11-23 | Merge from FreeBSD: | Philip Guenther |
2014-11-20 | Merge from FreeBSD: | Philip Guenther |
2014-10-08 | reallocarray() for mult int overflow detect; ok doug | Theo de Raadt |
2014-05-25 | use calloc, from Benjamin Baier | Ted Unangst |
2013-09-30 | Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, | Todd C. Miller |
2010-09-24 | Bump fts_level from short to int and add a spare short so things | Todd C. Miller |
2009-08-27 | Don't stop traversing a directory hierarchy if we reach SHRT_MAX, | Todd C. Miller |
2009-02-11 | Avoid level going negative on deep (i mean really deep) dirs. Reported | Otto Moerbeek |
2008-12-27 | Fix file descriptor leak in fts_children(); okay dhill@, millert@, | Pedro Martelletto |
2007-11-06 | malloc/memset -> calloc | Charles Longeau |
2007-11-02 | Simplify some of the logic in fts_close(). Initially based on a | Todd C. Miller |
2007-01-08 | fix mem leak, from NetBSD; ok miod@ kettenis@ | Otto Moerbeek |
2005-08-08 | zap remaining rcsid. | Marc Espie |
2005-06-17 | bye bye whiteouts | Todd C. Miller |
2005-06-16 | bye bye whiteouts | Todd C. Miller |
2003-06-11 | ansification; checked by pval | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-07-12 | Add a missing check for fts_alloc() returning NULL; Chad Loder | Todd C. Miller |
2002-06-27 | %u | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-08-27 | Zero out entire FTS after allocating it instead of just zeroing out | Todd C. Miller |
2001-08-03 | Update sp->fts_cur in fts_read() before returning NULL. This | Todd C. Miller |
2001-05-31 | Fix another case of CHDIR("..") pointed out by Bruce Evans | Todd C. Miller |
2001-05-30 | When changing directory to '..', verify that we really are where | Todd C. Miller |
2001-05-15 | Make path length variables size_t. This fixes the problem where | Todd C. Miller |
2000-08-24 | KNF | Theo de Raadt |
1999-10-03 | put back FTS_CHDIRROOT until next library major number crank | Todd C. Miller |
1999-10-03 | kill FTS_CHDIRROOT flag, it is broken beyond repair and no longer used | Todd C. Miller |
1999-10-03 | Fix multiple problems in the FTS_NOCHDIR case (mycroft@netbsd.org): | Todd C. Miller |
1999-08-16 | If the FTS_NOCHDIR flag is set and the final directory is empty, | Todd C. Miller |
1999-05-17 | 1) Only do pointer adjusting if realloc() changed our pointer | Todd C. Miller |
1998-08-15 | fix realloc patch | Theo de Raadt |
1998-08-14 | realloc repair | Theo de Raadt |
1998-07-03 | do not free() before last ref; kmayer@freegate.com | Theo de Raadt |
1998-03-19 | some -Wall | Todd C. Miller |
1997-10-11 | Replace my trailing slash removal with the one from FreeBSD. | Todd C. Miller |
1997-10-06 | Fix bug caused by trailing '/' stripping. Didn't always guarantee NULL | Todd C. Miller |
1997-09-20 | Strip trailing '/' from paths. Noted by hermit@cs.tu-berlin.de in | Todd C. Miller |
1997-09-01 | Fix problem with ``find -execdir'' not having the correct initial cwd. | Todd C. Miller |
1997-08-29 | Minor KNF changes to fts_safe_chdir and recent NetBSD code integration | imp |