Age | Commit message (Expand) | Author |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-05-18 | use reallocarray | Marc Espie |
2013-04-20 | adjust comment | Theo de Raadt |
2013-04-19 | handle large numbers. this fixes time_t beyond 2038, constrains the | Theo de Raadt |
2012-01-05 | Fix typos in comment (s,exacty,exactly,) | Stuart Henderson |
2012-01-02 | Add support for "find ... -exec foo {} \+". | Pascal Stumpf |
2010-12-01 | Don't error out if we can't opendir() when -empty is used. | Todd C. Miller |
2009-12-09 | We only need to fchdir(dotfd) for the -exec and -ok primaries so | Todd C. Miller |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-09-16 | Allow -maxdepth 0; noticed by bluhm@ | Todd C. Miller |
2009-08-27 | Don't stop traversing a directory hierarchy if we reach SHRT_MAX, | Todd C. Miller |
2005-06-15 | no more whiteouts | Todd C. Miller |
2004-07-20 | ansi; khalek@linuxgamers.net | Theo de Raadt |
2004-07-01 | setmode(3) returns void *, not mode_t *. ok millert@ | Otto Moerbeek |
2003-06-26 | bring protypes into scope. this requires some quirky handling, but in | Theo de Raadt |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-06-30 | remove local declaration of user_from_uid()/group_from_uid() | Matthieu Herrb |
2002-05-03 | Fix pasto in -anewer and -cnewer options that caused them to behave | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-19 | kill more registers | Mike Pechkin |
2000-07-19 | new strtofflags/fflagstostr | Michael Shalayeff |
2000-07-08 | Add a -flags option similar to -perm but for filke flags (ala | Todd C. Miller |
2000-06-07 | -iname support; karls@inet.no | Theo de Raadt |
1999-12-04 | o use nanosecond precision with the -newer option | Todd C. Miller |
1999-10-04 | If we can't chdir to the root dir in -execdir, just return instead | Todd C. Miller |
1999-10-04 | Move the chdir/fchdir hack so that it is local to the -execdir | Todd C. Miller |
1999-10-03 | Do not use FTS_CHDIRROOT flag as it is fatally flawed. Instead, | Todd C. Miller |
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 |
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 |