summaryrefslogtreecommitdiff
path: root/usr.bin/find/main.c
AgeCommit message (Expand)Author
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopsScott Soule Cheloha
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2017-01-03add -delete option which can simplify the common case of wanting to deleteTed Unangst
2014-05-18use reallocarrayMarc Espie
2013-11-15Include unistd.h as it is the standard location for getopt().Todd C. Miller
2011-06-14exit if there is an unknown option; from FreeBSDChristian Weisgerber
2011-04-21find: return exit code 1 if any path could not be traversedJacek Masiulaniec
2009-12-20find -LH was -L, but must be -H according to POSIX;Ingo Schwarze
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
2007-05-10ftsopen -> fts_open; partly from Alexander Holupirek, documentation/5472Jason McIntyre
2005-08-30remove -W from synopsis; ok deraadt@ jmc@David Krause
2005-06-15no more whiteoutsTodd C. Miller
2005-02-07sync and make usage __dead, from Michael KnudsenJared Yanovich
2004-09-15remove unused variableTheo de Raadt
2004-02-24- remove double spaces in the examplesJason McIntyre
2003-09-26better realloc. ok deraadt@ henning@Ted Unangst
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-05-17The standard way to get info on symlinks is -L, not -h; Peter WernerTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-08-22expression is optionalTheo de Raadt
2001-08-22Since we're in pedant mode again, we might as well be thorough. It'sHugh Graham
2001-08-22o Expression is an optional argument to find(1);Heikki Korpela
2001-07-12first pass at a -Wall cleanupTheo de Raadt
1999-03-17Add -W option so -type W gets a chance to work.Marc Espie
1997-06-17Back out last change. Allowing no path to mean "." causes problemsTodd C. Miller
1997-06-17If no paths are specified, use "."Todd C. Miller
1997-06-17Don't trample argv[], we want ps et al to be able to see args.Todd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-10-24Respond to SIGINFO; from PR #42Thorsten Lockert
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt