aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/find/option.c
Commit message (Expand)AuthorAgeFilesLines
* Implement a number of primaries present in GNU find, but not presentWarner Losh2008-02-231-1/+23
* Fix options broken when the birthtime related primaries were added.Ceri Davies2006-04-051-11/+11
* Add -Btime, -Bnewer, -Bmin, -newerB[Bacmt], -newer[acmt]B options toCeri Davies2006-04-031-0/+11
* Remove partial support for building this on NetBSD.Tim J. Robbins2004-07-291-6/+0
* - introduce a new primary `-depth n', which tests whetherOliver Eikemeier2004-05-281-1/+1
* Give find(1) the option -acl to locate files with extendedBosko Milekic2004-04-031-0/+1
* Fix all WARNS. Checked with "make WARNS=9". Remove unused file.Mark Murray2003-06-141-6/+4
* Correctly alphabetize options[] so we don't stop at -nouser when searchingDag-Erling Smørgrav2003-02-181-1/+1
* Add a unary -not operator ala -false and !, for sake of completeness.Juli Mallett2002-08-191-0/+1
* Add support for -false instead of '!' cause it can be hard to use that inJuli Mallett2002-08-151-0/+1
* Fix SCM IDs.David E. O'Brien2002-04-011-2/+2
* Remove __P().Mark Murray2002-03-201-1/+1
* 1) Remove -Wall from Makefile.David Malone2002-02-271-6/+7
* They add the following commands:Poul-Henning Kamp2001-05-031-67/+63
* Implement the following options and primaries:Akinori MUSHA2001-02-231-0/+5
* Add the -empty flag, from OpenBSD. It returns true if the directoryPeter Wemm2001-01-231-0/+1
* This patch adds the -mindepth and -maxdepth options to find(1), whichOllivier Robert2000-06-121-0/+2
* Second part of bin/3648: add -flags to search for specific flags.Ollivier Robert1999-12-191-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* A partial frontal lobotomy for find if using the NetBSD libc whichJohn Birrell1998-01-101-1/+8
* Sort option list so that -amin works.Steve Price1997-11-281-1/+5
* Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find.Wolfram Schneider1997-10-131-0/+3
* Add -execdir which will execute the exec command in the dir of the fileWarner Losh1997-08-291-0/+1
* Implement a -delete option to find. The code is extremely paranoid andPeter Wemm1996-10-041-0/+1
* Add GNU-style `-print0' primary. This exists so that one can safelyGarrett Wollman1995-05-091-0/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+150