summaryrefslogtreecommitdiff
path: root/usr.bin/find/function.c
AgeCommit message (Expand)Author
2018-09-04Inspired by PR pkg/53543kre
2017-06-13PR/52295: Anthony Mallet: find -delete: "relative path not safe" with absolutechristos
2016-06-13Fix missing quote. Resolve automated test failure.pgoyette
2016-06-13Add new primaries -asince, -csince, and -since to compare file'spgoyette
2016-06-12Extend the numeric handling for uids with -user to gids with -group, anddholland
2013-05-04find(1): Compare timestamp in nsec scale in -anewer/-cnewer/-newer.uebayasi
2012-08-26Make order of words in comment consistent with that within otherwiz
2012-05-05rest of previous.dholland
2012-05-05typo in commentdholland
2012-03-20Use C89 function definitionsmatt
2011-09-22Fix unchecked malloc, check for overflow (Maksymilian Arciemowicz)christos
2011-02-24Don't error out while searching for empty directories, from FreeBSD:jmcneill
2011-01-06Fix "-exec blah blah {} +" so it only matches when the {} is last, asdholland
2007-07-19Add the '-E' option to interpret regexes as extended regexes. While wedaniel
2007-07-17eliminate MFSNAMELENchristos
2007-02-06Add -delete from FreeBSD.elad
2007-02-02fix spello (from Anon Ymous)christos
2006-12-14Adapt find to the move of string_to_flags() and flags_to_string() tohe
2006-11-09eliminate alloca use.christos
2006-10-12All members of PLAN should be initialized.tacha
2006-10-11De-__P(), remove trailing spaces, sprinkle a few const, WARNS=4.apb
2006-10-07Add support for "find ... -exec ... {} +".apb
2006-08-26More programs using efun.christos
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-02-20Add a new primary '-exit n':jschauma
2005-11-09Add -false switch. From man page:reed
2005-10-12This adds -fprint function. The primary name "-fprint" (but not thereed
2005-10-01fix setmode error handling.christos
2004-12-28Attack of the whiteout police, including the "fix whitespace problems"atatat
2004-04-21Replace the statfs() family of system calls with statvfs().christos
2004-03-30Whitespace nitheas
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-03Implement -iname for case insensitive matching on file names.provos
2003-07-12strlcpyitojun
2003-01-30Obey preceding - and + on -user when a numeric uid is specified (only).jhawk
2003-01-26With -printx also qoute $ and ` (since they are shell metacharaters).matt
2002-09-27support for -empty, -execdir, -mindepth, -maxdepth to match other UNIX-likeprovos
2001-12-02Since we've already been down that road with -cnewer, support GNU find(1)'skleink
2001-12-01Add a "cnewer" primary which evaluates true if a file has a more recentkleink
2001-09-21Reallocate memory correctly while substituting the braces.enami
2001-09-18Back out previous vfork->fork change now that the cause of the problemsimonb
2001-09-14Use fork() instead of vfork(). The child calls execvp(), which callssimonb
2001-02-05fixed nested externschristos
2000-10-10- The type of return value of setmode is a void * and getmode takes it,enami
2000-03-16Cosmetic changes.enami
1999-11-09Since our gcc doesn't warn about NULL format strings anymore, we candrochner
1999-07-20add -regex and -iregex primaries which, like GNU find's primaries of thecgd
1999-02-04Don't choke on file size specifications (legitimately) exceeding LONG_MAX.kleink
1999-01-16Add GNU-style -{a,c,m}min primaries.simonb
1999-01-12Add support for -printx, which quotes pathnames in an xargs friendly way.lukem