Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-04 | o use nanosecond precision with the -newer option | Todd C. Miller | |
o add -anewer and -cnewer options like GNU find. | |||
1999-10-04 | If we can't chdir to the root dir in -execdir, just return instead | Todd C. Miller | |
of generating an error. Most times this is just because the target is not a directory. Also close an fd leak introduced in the last commit. | |||
1999-10-04 | Move the chdir/fchdir hack so that it is local to the -execdir | Todd C. Miller | |
function, since that's the only place it needs to be. Doing it for each function caused problems with multiple directories. | |||
1999-10-03 | Do not use FTS_CHDIRROOT flag as it is fatally flawed. Instead, | Todd C. Miller | |
do the chdir ourselves. This fixes a problem with the -execdir option with multiple relative directories. | |||
1999-03-17 | Add -W option so -type W gets a chance to work. | Marc Espie | |
1998-09-26 | more setmode() leaks -- kill 'em all | Theo de Raadt | |
1997-11-13 | Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find; wosch | Theo de Raadt | |
1997-09-01 | Fix problem with ``find -execdir'' not having the correct initial cwd. | Todd C. Miller | |
Adds a new flag to fts(3). | |||
1997-06-30 | Some -Wall cleanliness. | Todd C. Miller | |
1996-12-23 | Add -execdir support. | Todd C. Miller | |
1996-09-01 | Add support for -empty | Thorsten Lockert | |
1996-09-01 | Add support for -mindepth while at it | Thorsten Lockert | |
1996-08-31 | Add support for -maxdepth option | Thorsten Lockert | |
1996-06-26 | rcsid | Theo de Raadt | |
1996-06-25 | indent nice | Theo de Raadt | |
1996-05-28 | support whiteouts; netbsd pr#2394; mike.long@analog.com | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |