summaryrefslogtreecommitdiffstats
path: root/usr.bin/find/option.c
Commit message (Expand)AuthorAgeFilesLines
* Add an option for finding sparse files.dwmalone2013-03-031-0/+1
* find: Implement real -ignore_readdir_race.jilles2012-07-251-2/+2
* find: If a part of an expression is unknown, do not call it an option.jilles2011-05-271-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Revert r207677 which is considered a violation of style(9).delphij2010-05-061-4/+8
* Move SCCS tags to comments as they were already #if 0'ed.delphij2010-05-051-6/+2
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
* Implement a number of primaries present in GNU find, but not presentimp2008-02-231-1/+23
* Fix options broken when the birthtime related primaries were added.ceri2006-04-051-11/+11
* Add -Btime, -Bnewer, -Bmin, -newerB[Bacmt], -newer[acmt]B options toceri2006-04-031-0/+11
* Remove partial support for building this on NetBSD.tjr2004-07-291-6/+0
* - introduce a new primary `-depth n', which tests whethereik2004-05-281-1/+1
* Give find(1) the option -acl to locate files with extendedbmilekic2004-04-031-0/+1
* Fix all WARNS. Checked with "make WARNS=9". Remove unused file.markm2003-06-141-6/+4
* Correctly alphabetize options[] so we don't stop at -nouser when searchingdes2003-02-181-1/+1
* Add a unary -not operator ala -false and !, for sake of completeness.jmallett2002-08-191-0/+1
* Add support for -false instead of '!' cause it can be hard to use that injmallett2002-08-151-0/+1
* Fix SCM IDs.obrien2002-04-011-2/+2
* Remove __P().markm2002-03-201-1/+1
* 1) Remove -Wall from Makefile.dwmalone2002-02-271-6/+7
* They add the following commands:phk2001-05-031-67/+63
* Implement the following options and primaries:knu2001-02-231-0/+5
* Add the -empty flag, from OpenBSD. It returns true if the directorypeter2001-01-231-0/+1
* This patch adds the -mindepth and -maxdepth options to find(1), whichroberto2000-06-121-0/+2
* Second part of bin/3648: add -flags to search for specific flags.roberto1999-12-191-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* A partial frontal lobotomy for find if using the NetBSD libc whichjb1998-01-101-1/+8
* Sort option list so that -amin works.steve1997-11-281-1/+5
* Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find.wosch1997-10-131-0/+3
* Add -execdir which will execute the exec command in the dir of the fileimp1997-08-291-0/+1
* Implement a -delete option to find. The code is extremely paranoid andpeter1996-10-041-0/+1
* Add GNU-style `-print0' primary. This exists so that one can safelywollman1995-05-091-0/+1
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+150
OpenPOWER on IntegriCloud