summaryrefslogtreecommitdiff
path: root/usr.bin/find/function.c
AgeCommit message (Expand)Author
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-03-15tzfile.h is an internal header that should never have been installed.Todd C. Miller
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-05-18use reallocarrayMarc Espie
2013-04-20adjust commentTheo de Raadt
2013-04-19handle large numbers. this fixes time_t beyond 2038, constrains theTheo de Raadt
2012-01-05Fix typos in comment (s,exacty,exactly,)Stuart Henderson
2012-01-02Add support for "find ... -exec foo {} \+".Pascal Stumpf
2010-12-01Don't error out if we can't opendir() when -empty is used.Todd C. Miller
2009-12-09We only need to fchdir(dotfd) for the -exec and -ok primaries soTodd C. Miller
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-09-16Allow -maxdepth 0; noticed by bluhm@Todd C. Miller
2009-08-27Don't stop traversing a directory hierarchy if we reach SHRT_MAX,Todd C. Miller
2005-06-15no more whiteoutsTodd C. Miller
2004-07-20ansi; khalek@linuxgamers.netTheo de Raadt
2004-07-01setmode(3) returns void *, not mode_t *. ok millert@Otto Moerbeek
2003-06-26bring protypes into scope. this requires some quirky handling, but inTheo de Raadt
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-06-30remove local declaration of user_from_uid()/group_from_uid()Matthieu Herrb
2002-05-03Fix pasto in -anewer and -cnewer options that caused them to behaveTodd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-19kill more registersMike Pechkin
2000-07-19new strtofflags/fflagstostrMichael Shalayeff
2000-07-08Add a -flags option similar to -perm but for filke flags (alaTodd C. Miller
2000-06-07-iname support; karls@inet.noTheo de Raadt
1999-12-04o use nanosecond precision with the -newer optionTodd C. Miller
1999-10-04If we can't chdir to the root dir in -execdir, just return insteadTodd C. Miller
1999-10-04Move the chdir/fchdir hack so that it is local to the -execdirTodd C. Miller
1999-10-03Do not use FTS_CHDIRROOT flag as it is fatally flawed. Instead,Todd C. Miller
1999-03-17Add -W option so -type W gets a chance to work.Marc Espie
1998-09-26more setmode() leaks -- kill 'em allTheo de Raadt
1997-11-13Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find; woschTheo de Raadt
1997-09-01Fix problem with ``find -execdir'' not having the correct initial cwd.Todd C. Miller
1997-06-30Some -Wall cleanliness.Todd C. Miller
1996-12-23Add -execdir support.Todd C. Miller
1996-09-01Add support for -emptyThorsten Lockert
1996-09-01Add support for -mindepth while at itThorsten Lockert
1996-08-31Add support for -maxdepth optionThorsten Lockert
1996-06-26rcsidTheo de Raadt
1996-06-25indent niceTheo de Raadt
1996-05-28support whiteouts; netbsd pr#2394; mike.long@analog.comTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt